Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.assertion.NameIDType

Packages that use NameIDType
org.jboss.seam.security.external.jaxb.samlv2.assertion   
org.jboss.seam.security.external.jaxb.samlv2.protocol   
 

Uses of NameIDType in org.jboss.seam.security.external.jaxb.samlv2.assertion
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.assertion declared as NameIDType
protected  NameIDType AssertionType.issuer
           
protected  NameIDType SubjectConfirmationType.nameID
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion 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 org.jboss.seam.security.external.jaxb.samlv2.assertion 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 org.jboss.seam.security.external.jaxb.samlv2.assertion 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.
 

Uses of NameIDType in org.jboss.seam.security.external.jaxb.samlv2.protocol
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol declared as NameIDType
protected  NameIDType RequestAbstractType.issuer
           
protected  NameIDType StatusResponseType.issuer
           
protected  NameIDType NameIDMappingResponseType.nameID
           
protected  NameIDType NameIDMappingRequestType.nameID
           
protected  NameIDType LogoutRequestType.nameID
           
protected  NameIDType ManageNameIDRequestType.nameID
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return NameIDType
 NameIDType RequestAbstractType.getIssuer()
          Gets the value of the issuer property.
 NameIDType StatusResponseType.getIssuer()
          Gets the value of the issuer property.
 NameIDType NameIDMappingResponseType.getNameID()
          Gets the value of the nameID property.
 NameIDType NameIDMappingRequestType.getNameID()
          Gets the value of the nameID property.
 NameIDType LogoutRequestType.getNameID()
          Gets the value of the nameID property.
 NameIDType ManageNameIDRequestType.getNameID()
          Gets the value of the nameID property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type NameIDType
 void RequestAbstractType.setIssuer(NameIDType value)
          Sets the value of the issuer property.
 void StatusResponseType.setIssuer(NameIDType value)
          Sets the value of the issuer property.
 void NameIDMappingResponseType.setNameID(NameIDType value)
          Sets the value of the nameID property.
 void NameIDMappingRequestType.setNameID(NameIDType value)
          Sets the value of the nameID property.
 void LogoutRequestType.setNameID(NameIDType value)
          Sets the value of the nameID property.
 void ManageNameIDRequestType.setNameID(NameIDType value)
          Sets the value of the nameID property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.