Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.SubjectType
-
Packages that use SubjectType Package Description 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 Modifier and Type Class Description classSubjectTheSubjectelement specifies one or more subjects.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return SubjectType Modifier and Type Method Description static SubjectTypeSubject. 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 Constructor Description 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 Modifier and Type Field Description protected SubjectTypeAssertionType. subjectMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return SubjectType Modifier and Type Method Description SubjectTypeObjectFactory. createSubjectType()Create an instance ofSubjectTypeSubjectTypeAssertionType. 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 Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SubjectType>ObjectFactory. createSubject(SubjectType value)Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type SubjectType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SubjectType>ObjectFactory. createSubject(SubjectType value)voidAssertionType. setSubject(SubjectType value)Sets the value of the subject property.
-