PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.saml.v2.assertion.NameIDType

Packages that use NameIDType
org.picketlink.identity.federation.api.saml.v2.response   
org.picketlink.identity.federation.core.parsers.util   
org.picketlink.identity.federation.core.saml.v2.common   
org.picketlink.identity.federation.core.saml.v2.factories   
org.picketlink.identity.federation.core.saml.v2.holders   
org.picketlink.identity.federation.core.saml.v2.impl   
org.picketlink.identity.federation.core.saml.v2.interfaces   
org.picketlink.identity.federation.core.saml.v2.util   
org.picketlink.identity.federation.core.saml.v2.writers   
org.picketlink.identity.federation.saml.v2.assertion Package for the model classes for the SAML2 Assertion 
org.picketlink.identity.federation.saml.v2.profiles.sso.ecp   
org.picketlink.identity.federation.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 
 

Uses of NameIDType in org.picketlink.identity.federation.api.saml.v2.response
 

Methods in org.picketlink.identity.federation.api.saml.v2.response with parameters of type NameIDType
 AssertionType SAML2Response.createAssertion(String id, NameIDType issuer)
          Create an assertion
 

Uses of NameIDType in org.picketlink.identity.federation.core.parsers.util
 

Methods in org.picketlink.identity.federation.core.parsers.util that return NameIDType
static NameIDType SAMLParserUtil.parseNameIDType(XMLEventReader xmlEventReader)
          Parse a NameIDType
 

Uses of NameIDType in org.picketlink.identity.federation.core.saml.v2.common
 

Fields in org.picketlink.identity.federation.core.saml.v2.common declared as NameIDType
protected  NameIDType SAMLProtocolContext.issuerID
           
 

Methods in org.picketlink.identity.federation.core.saml.v2.common that return NameIDType
 NameIDType SAMLProtocolContext.getIssuerID()
          Get the Issuer ID
 

Methods in org.picketlink.identity.federation.core.saml.v2.common with parameters of type NameIDType
 void SAMLProtocolContext.setIssuerID(NameIDType issuerID)
          Set the Issuer ID
 

Uses of NameIDType in org.picketlink.identity.federation.core.saml.v2.factories
 

Methods in org.picketlink.identity.federation.core.saml.v2.factories that return NameIDType
static NameIDType SAMLAssertionFactory.createNameID(String format, String qualifier, String value)
           Creates a NameIDType instance with the specified values.
static NameIDType JBossSAMLBaseFactory.getIssuer(String issuerID)
          Return the NameIDType for the issuer
 

Methods in org.picketlink.identity.federation.core.saml.v2.factories with parameters of type NameIDType
static AssertionType SAMLAssertionFactory.createAssertion(String id, NameIDType issuerID, XMLGregorianCalendar issueInstant, ConditionsType conditions, SubjectType subject, List<StatementAbstractType> statements)
           Creates a SAMLV2 AssertionType with the specified values.
static SubjectType SAMLAssertionFactory.createSubject(NameIDType nameID, SubjectConfirmationType confirmation)
           Creates a SubjectType object with the specified values.
static SubjectConfirmationType SAMLAssertionFactory.createSubjectConfirmation(NameIDType nameID, String confirmationMethod, KeyInfoConfirmationDataType keyInfoData)
           Creates a SubjectConfirmationType object with the specified values.
 

Uses of NameIDType in org.picketlink.identity.federation.core.saml.v2.holders
 

Methods in org.picketlink.identity.federation.core.saml.v2.holders that return NameIDType
 NameIDType IssuerInfoHolder.getIssuer()
           
 

Methods in org.picketlink.identity.federation.core.saml.v2.holders with parameters of type NameIDType
 void IssuerInfoHolder.setIssuer(NameIDType issuer)
           
 

Constructors in org.picketlink.identity.federation.core.saml.v2.holders with parameters of type NameIDType
IssuerInfoHolder(NameIDType issuer)
           
 

Uses of NameIDType in org.picketlink.identity.federation.core.saml.v2.impl
 

Methods in org.picketlink.identity.federation.core.saml.v2.impl that return NameIDType
 NameIDType DefaultSAML2HandlerRequest.getIssuer()
           
 

Constructors in org.picketlink.identity.federation.core.saml.v2.impl with parameters of type NameIDType
DefaultSAML2HandlerRequest(ProtocolContext protocolContext, NameIDType issuer, SAMLDocumentHolder samlDocumentHolder, SAML2Handler.HANDLER_TYPE handlerType)
           
 

Uses of NameIDType in org.picketlink.identity.federation.core.saml.v2.interfaces
 

Methods in org.picketlink.identity.federation.core.saml.v2.interfaces that return NameIDType
 NameIDType SAML2HandlerRequest.getIssuer()
          Get the Issuer (SP or IDP) where the handler chain is currently processing
 

Uses of NameIDType in org.picketlink.identity.federation.core.saml.v2.util
 

Methods in org.picketlink.identity.federation.core.saml.v2.util with parameters of type NameIDType
static AssertionType AssertionUtil.createAssertion(String id, NameIDType issuer)
          Create an assertion
 

Uses of NameIDType in org.picketlink.identity.federation.core.saml.v2.writers
 

Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type NameIDType
 void BaseWriter.write(NameIDType nameIDType, QName tag)
          Write NameIDType to stream
 

Uses of NameIDType in org.picketlink.identity.federation.saml.v2.assertion
 

Fields in org.picketlink.identity.federation.saml.v2.assertion declared as NameIDType
protected  NameIDType SubjectConfirmationType.nameID
           
 

Methods in org.picketlink.identity.federation.saml.v2.assertion that return NameIDType
 NameIDType AssertionType.getIssuer()
          Get the issuer
 NameIDType SubjectConfirmationType.getNameID()
          Gets the value of the nameID property.
 

Methods in org.picketlink.identity.federation.saml.v2.assertion with parameters of type NameIDType
 void AssertionType.setIssuer(NameIDType issuer)
          Set the issuer
 void SubjectConfirmationType.setNameID(NameIDType value)
          Sets the value of the nameID property.
 

Uses of NameIDType in org.picketlink.identity.federation.saml.v2.profiles.sso.ecp
 

Fields in org.picketlink.identity.federation.saml.v2.profiles.sso.ecp declared as NameIDType
protected  NameIDType RequestType.issuer
           
 

Methods in org.picketlink.identity.federation.saml.v2.profiles.sso.ecp that return NameIDType
 NameIDType RequestType.getIssuer()
          Gets the value of the issuer property.
 

Methods in org.picketlink.identity.federation.saml.v2.profiles.sso.ecp with parameters of type NameIDType
 void RequestType.setIssuer(NameIDType value)
          Sets the value of the issuer property.
 

Uses of NameIDType in org.picketlink.identity.federation.saml.v2.protocol
 

Fields in org.picketlink.identity.federation.saml.v2.protocol declared as NameIDType
protected  NameIDType StatusResponseType.issuer
           
protected  NameIDType RequestAbstractType.issuer
           
protected  NameIDType ManageNameIDRequestType.nameID
           
protected  NameIDType NameIDMappingRequestType.nameID
           
protected  NameIDType NameIDMappingResponseType.nameID
           
protected  NameIDType LogoutRequestType.nameID
           
 

Methods in org.picketlink.identity.federation.saml.v2.protocol that return NameIDType
 NameIDType StatusResponseType.getIssuer()
          Gets the value of the issuer property.
 NameIDType RequestAbstractType.getIssuer()
          Gets the value of the issuer property.
 NameIDType ManageNameIDRequestType.getNameID()
          Gets the value of the nameID property.
 NameIDType NameIDMappingRequestType.getNameID()
          Gets the value of the nameID property.
 NameIDType NameIDMappingResponseType.getNameID()
          Gets the value of the nameID property.
 NameIDType LogoutRequestType.getNameID()
          Gets the value of the nameID property.
 

Methods in org.picketlink.identity.federation.saml.v2.protocol with parameters of type NameIDType
 void StatusResponseType.setIssuer(NameIDType value)
          Sets the value of the issuer property.
 void RequestAbstractType.setIssuer(NameIDType value)
          Sets the value of the issuer property.
 void ManageNameIDRequestType.setNameID(NameIDType value)
          Sets the value of the nameID property.
 void NameIDMappingRequestType.setNameID(NameIDType value)
          Sets the value of the nameID property.
 void NameIDMappingResponseType.setNameID(NameIDType value)
          Sets the value of the nameID property.
 void LogoutRequestType.setNameID(NameIDType value)
          Sets the value of the nameID property.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.