Uses of Interface
com.sun.xml.wss.saml.KeyInfoConfirmationData
Packages that use KeyInfoConfirmationData
Package
Description
-
Uses of KeyInfoConfirmationData in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return KeyInfoConfirmationDataModifier and TypeMethodDescriptionabstract KeyInfoConfirmationDataSAMLAssertionFactory.createKeyInfoConfirmationData(Element keyInfo) Methods in com.sun.xml.wss.saml with parameters of type KeyInfoConfirmationDataModifier and TypeMethodDescriptionabstract SubjectConfirmationSAMLAssertionFactory.createSubjectConfirmation(NameID nameID, KeyInfoConfirmationData keyInfoConfirmationData, String confirmationMethods) Constructs aSubjectConfirmationinstance. -
Uses of KeyInfoConfirmationData in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement KeyInfoConfirmationData -
Uses of KeyInfoConfirmationData in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return KeyInfoConfirmationDataModifier and TypeMethodDescriptionSAMLAssertion2_1FactoryImpl.createKeyInfoConfirmationData(Element keyInfo) SAMLAssertion2_2FactoryImpl.createKeyInfoConfirmationData(Element keyInfo) Methods in com.sun.xml.wss.saml.impl with parameters of type KeyInfoConfirmationDataModifier and TypeMethodDescriptionSAMLAssertion2_1FactoryImpl.createSubjectConfirmation(NameID nameID, KeyInfoConfirmationData subjectConfirmationData, String confirmationMethod) SAMLAssertion2_2FactoryImpl.createSubjectConfirmation(NameID nameID, KeyInfoConfirmationData keyInfoConfirmationData, String confirmationMethod)