Uses of Interface
com.sun.identity.saml2.jaxb.assertion.SubjectType
-
Packages that use SubjectType Package Description com.sun.identity.saml2.jaxb.assertion Package level documentation for generated package com.sun.identity.saml2.jaxb.assertion.com.sun.identity.saml2.jaxb.assertion.impl -
-
Uses of SubjectType in com.sun.identity.saml2.jaxb.assertion
Subinterfaces of SubjectType in com.sun.identity.saml2.jaxb.assertion Modifier and Type Interface Description interfaceSubjectElementJava content class for Subject element declaration.Methods in com.sun.identity.saml2.jaxb.assertion that return SubjectType Modifier and Type Method Description SubjectTypeObjectFactory. createSubjectType()Create an instance of SubjectTypeSubjectTypeAssertionType. getSubject()Gets the value of the subject property.Methods in com.sun.identity.saml2.jaxb.assertion with parameters of type SubjectType Modifier and Type Method Description voidAssertionType. setSubject(SubjectType value)Sets the value of the subject property. -
Uses of SubjectType in com.sun.identity.saml2.jaxb.assertion.impl
Classes in com.sun.identity.saml2.jaxb.assertion.impl that implement SubjectType Modifier and Type Class Description classSubjectElementImplclassSubjectTypeImplFields in com.sun.identity.saml2.jaxb.assertion.impl declared as SubjectType Modifier and Type Field Description protected SubjectTypeAssertionTypeImpl. _SubjectMethods in com.sun.identity.saml2.jaxb.assertion.impl that return SubjectType Modifier and Type Method Description SubjectTypeAssertionTypeImpl. getSubject()Methods in com.sun.identity.saml2.jaxb.assertion.impl with parameters of type SubjectType Modifier and Type Method Description voidAssertionTypeImpl. setSubject(SubjectType value)
-