Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.NameIDType

Packages that use NameIDType
com.sun.xml.wss.saml.assertion.saml20.jaxb20   
com.sun.xml.wss.saml.internal.saml20.jaxb20   
 

Uses of NameIDType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 

Subclasses of NameIDType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 class NameID
          The NameID element specifies a Subject by a combination of a name and a security domain governing the name of the Subject.
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return NameIDType
static NameIDType NameID.fromElement(Element element)
          Constructs a NameIdentifer element from an existing XML block.
 

Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type NameIDType
NameID(NameIDType nameIdType)
           
 

Uses of NameIDType in com.sun.xml.wss.saml.internal.saml20.jaxb20
 

Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as NameIDType
protected  NameIDType AssertionType.issuer
           
protected  NameIDType SubjectConfirmationType.nameID
           
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return NameIDType
 NameIDType ObjectFactory.createNameIDType()
          Create an instance of NameIDType
 NameIDType AssertionType.getIssuer()
          Gets the value of the issuer property.
 NameIDType SubjectConfirmationType.getNameID()
          Gets the value of the nameID property.
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type NameIDType
 JAXBElement<NameIDType> ObjectFactory.createIssuer(NameIDType value)
          Create an instance of JAXBElement<NameIDType>}
 JAXBElement<NameIDType> ObjectFactory.createNameID(NameIDType value)
          Create an instance of JAXBElement<NameIDType>}
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type NameIDType
 JAXBElement<NameIDType> ObjectFactory.createIssuer(NameIDType value)
          Create an instance of JAXBElement<NameIDType>}
 JAXBElement<NameIDType> ObjectFactory.createNameID(NameIDType value)
          Create an instance of JAXBElement<NameIDType>}
 void AssertionType.setIssuer(NameIDType value)
          Sets the value of the issuer property.
 void SubjectConfirmationType.setNameID(NameIDType value)
          Sets the value of the nameID property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.