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

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

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.assertion declared as SubjectType
protected  SubjectType AssertionType.subject
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return SubjectType
 SubjectType ObjectFactory.createSubjectType()
          Create an instance of SubjectType
 SubjectType AssertionType.getSubject()
          Gets the value of the subject property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return types with arguments of type SubjectType
 JAXBElement<SubjectType> ObjectFactory.createSubject(SubjectType value)
          Create an instance of JAXBElement<SubjectType>}
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion with parameters of type SubjectType
 JAXBElement<SubjectType> ObjectFactory.createSubject(SubjectType value)
          Create an instance of JAXBElement<SubjectType>}
 void AssertionType.setSubject(SubjectType value)
          Sets the value of the subject property.
 

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol declared as SubjectType
protected  SubjectType AuthnRequestType.subject
           
protected  SubjectType SubjectQueryAbstractType.subject
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return SubjectType
 SubjectType AuthnRequestType.getSubject()
          Gets the value of the subject property.
 SubjectType SubjectQueryAbstractType.getSubject()
          Gets the value of the subject property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type SubjectType
 void AuthnRequestType.setSubject(SubjectType value)
          Sets the value of the subject property.
 void SubjectQueryAbstractType.setSubject(SubjectType value)
          Sets the value of the subject property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.