Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.SubjectConfirmationDataType
Packages that use SubjectConfirmationDataType
Package
Description
-
Uses of SubjectConfirmationDataType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Subclasses of SubjectConfirmationDataType in com.sun.xml.wss.saml.assertion.saml20.jaxb20Modifier and TypeClassDescriptionclassclassTheSubjectConfirmationDataelement specifies a subject by specifying data that authenticates the subject.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return SubjectConfirmationDataTypeModifier and TypeMethodDescriptionstatic 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 SubjectConfirmationDataTypeModifierConstructorDescriptionSubjectConfirmationData(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.jaxb20Modifier and TypeClassDescriptionclassJava class for KeyInfoConfirmationDataType complex type.Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as SubjectConfirmationDataTypeModifier and TypeFieldDescriptionprotected SubjectConfirmationDataTypeSubjectConfirmationType.subjectConfirmationDataMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return SubjectConfirmationDataTypeModifier and TypeMethodDescriptionObjectFactory.createSubjectConfirmationDataType()Create an instance ofSubjectConfirmationDataTypeSubjectConfirmationType.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 SubjectConfirmationDataTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<SubjectConfirmationDataType>ObjectFactory.createSubjectConfirmationData(SubjectConfirmationDataType value) Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type SubjectConfirmationDataTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<SubjectConfirmationDataType>ObjectFactory.createSubjectConfirmationData(SubjectConfirmationDataType value) voidSubjectConfirmationType.setSubjectConfirmationData(SubjectConfirmationDataType value) Sets the value of the subjectConfirmationData property.