Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.SubjectConfirmationType
-
Packages that use SubjectConfirmationType Package Description com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.internal.saml20.jaxb20 -
-
Uses of SubjectConfirmationType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Subclasses of SubjectConfirmationType in com.sun.xml.wss.saml.assertion.saml20.jaxb20 Modifier and Type Class Description classSubjectConfirmationTheSubjectConfirmationelement specifies a subject by specifying data that authenticates the subject.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return SubjectConfirmationType Modifier and Type Method Description static SubjectConfirmationTypeSubjectConfirmation. 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 SubjectConfirmationType Constructor Description SubjectConfirmation(SubjectConfirmationType subConfType) -
Uses of SubjectConfirmationType in com.sun.xml.wss.saml.internal.saml20.jaxb20
Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return SubjectConfirmationType Modifier and Type Method Description SubjectConfirmationTypeObjectFactory. createSubjectConfirmationType()Create an instance ofSubjectConfirmationTypeMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type SubjectConfirmationType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SubjectConfirmationType>ObjectFactory. createSubjectConfirmation(SubjectConfirmationType value)Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type SubjectConfirmationType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SubjectConfirmationType>ObjectFactory. createSubjectConfirmation(SubjectConfirmationType value)
-