Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.SubjectConfirmationDataType
-
Packages that use SubjectConfirmationDataType Package Description com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.internal.saml20.jaxb20 -
-
Uses of SubjectConfirmationDataType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Subclasses of SubjectConfirmationDataType in com.sun.xml.wss.saml.assertion.saml20.jaxb20 Modifier and Type Class Description classKeyInfoConfirmationDataclassSubjectConfirmationDataTheSubjectConfirmationDataelement specifies a subject by specifying data that authenticates the subject.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return SubjectConfirmationDataType Modifier and Type Method Description static SubjectConfirmationDataTypeSubjectConfirmationData. fromElement(Element element)Constructs a subject confirmation element from an existing XML block.Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type SubjectConfirmationDataType Constructor Description SubjectConfirmationData(SubjectConfirmationDataType subConfDataType) -
Uses of SubjectConfirmationDataType in com.sun.xml.wss.saml.internal.saml20.jaxb20
Subclasses of SubjectConfirmationDataType in com.sun.xml.wss.saml.internal.saml20.jaxb20 Modifier and Type Class Description classKeyInfoConfirmationDataTypeJava class for KeyInfoConfirmationDataType complex type.Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as SubjectConfirmationDataType Modifier and Type Field Description protected SubjectConfirmationDataTypeSubjectConfirmationType. subjectConfirmationDataMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return SubjectConfirmationDataType Modifier and Type Method Description SubjectConfirmationDataTypeObjectFactory. createSubjectConfirmationDataType()Create an instance ofSubjectConfirmationDataTypeSubjectConfirmationDataTypeSubjectConfirmationType. getSubjectConfirmationData()Gets the value of the subjectConfirmationData property.Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type SubjectConfirmationDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<SubjectConfirmationDataType>ObjectFactory. createSubjectConfirmationData(SubjectConfirmationDataType value)Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type SubjectConfirmationDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<SubjectConfirmationDataType>ObjectFactory. createSubjectConfirmationData(SubjectConfirmationDataType value)voidSubjectConfirmationType. setSubjectConfirmationData(SubjectConfirmationDataType value)Sets the value of the subjectConfirmationData property.
-