Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.SubjectType
Packages that use SubjectType
Package
Description
-
Uses of SubjectType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Subclasses of SubjectType in com.sun.xml.wss.saml.assertion.saml20.jaxb20Modifier and TypeClassDescriptionclassTheSubjectelement specifies one or more subjects.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return SubjectTypeModifier and TypeMethodDescriptionstatic 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 -
Uses of SubjectType in com.sun.xml.wss.saml.internal.saml20.jaxb20
Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as SubjectTypeMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return SubjectTypeModifier and TypeMethodDescriptionObjectFactory.createSubjectType()Create an instance ofSubjectTypeAssertionType.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 SubjectTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SubjectType>ObjectFactory.createSubject(SubjectType value) Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type SubjectTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SubjectType>ObjectFactory.createSubject(SubjectType value) voidAssertionType.setSubject(SubjectType value) Sets the value of the subject property.