Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.NameIdentifierType

Packages that use NameIdentifierType
com.sun.xml.wss.saml.assertion.saml11.jaxb20   
com.sun.xml.wss.saml.internal.saml11.jaxb20   
 

Uses of NameIdentifierType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 

Subclasses of NameIdentifierType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 class NameIdentifier
          The NameIdentifier 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.saml11.jaxb20 that return NameIdentifierType
static NameIdentifierType NameIdentifier.fromElement(Element element)
          Constructs a NameIdentifer element from an existing XML block.
 

Constructors in com.sun.xml.wss.saml.assertion.saml11.jaxb20 with parameters of type NameIdentifierType
NameIdentifier(NameIdentifierType nameIdType)
           
 

Uses of NameIdentifierType in com.sun.xml.wss.saml.internal.saml11.jaxb20
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return NameIdentifierType
 NameIdentifierType ObjectFactory.createNameIdentifierType()
          Create an instance of NameIdentifierType
 

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

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type NameIdentifierType
 JAXBElement<NameIdentifierType> ObjectFactory.createNameIdentifier(NameIdentifierType value)
          Create an instance of JAXBElement<NameIdentifierType>}
 



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