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

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

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

Subclasses of SubjectType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 class Subject
          The Subject element specifies one or more subjects.
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return SubjectType
static SubjectType Subject.fromElement(Element element)
          This constructor builds a subject element from an existing XML block which has already been built into a DOM.
 

Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type SubjectType
Subject(SubjectType subjectType)
           
 

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

Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as SubjectType
protected  SubjectType AssertionType.subject
           
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return SubjectType
 SubjectType ObjectFactory.createSubjectType()
          Create an instance of SubjectType
 SubjectType AssertionType.getSubject()
          Gets the value of the subject property.
 

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

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 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.
 



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