Uses of Interface
com.sun.xml.wss.saml.KeyInfoConfirmationData

Packages that use KeyInfoConfirmationData
com.sun.xml.wss.saml   
com.sun.xml.wss.saml.assertion.saml20.jaxb20   
com.sun.xml.wss.saml.impl   
 

Uses of KeyInfoConfirmationData in com.sun.xml.wss.saml
 

Methods in com.sun.xml.wss.saml that return KeyInfoConfirmationData
abstract  KeyInfoConfirmationData SAMLAssertionFactory.createKeyInfoConfirmationData(Element keyInfo)
           
 

Methods in com.sun.xml.wss.saml with parameters of type KeyInfoConfirmationData
abstract  SubjectConfirmation SAMLAssertionFactory.createSubjectConfirmation(NameID nameID, KeyInfoConfirmationData keyInfoConfirmationData, String confirmationMethods)
          Constructs a SubjectConfirmation instance.
 

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
 class KeyInfoConfirmationData
           
 

Uses of KeyInfoConfirmationData in com.sun.xml.wss.saml.impl
 

Methods in com.sun.xml.wss.saml.impl that return KeyInfoConfirmationData
 KeyInfoConfirmationData SAMLAssertion1_1FactoryImpl.createKeyInfoConfirmationData(Element keyInfo)
           
 KeyInfoConfirmationData SAMLAssertion2_1FactoryImpl.createKeyInfoConfirmationData(Element keyInfo)
           
 KeyInfoConfirmationData SAMLAssertion2_2FactoryImpl.createKeyInfoConfirmationData(Element keyInfo)
           
 

Methods in com.sun.xml.wss.saml.impl with parameters of type KeyInfoConfirmationData
 SubjectConfirmation SAMLAssertion1_1FactoryImpl.createSubjectConfirmation(NameID nameID, KeyInfoConfirmationData subjectConfirmationData, String confirmationMethod)
           
 SubjectConfirmation SAMLAssertion2_1FactoryImpl.createSubjectConfirmation(NameID nameID, KeyInfoConfirmationData subjectConfirmationData, String confirmationMethod)
           
 SubjectConfirmation SAMLAssertion2_2FactoryImpl.createSubjectConfirmation(NameID nameID, KeyInfoConfirmationData keyInfoConfirmationData, String confirmationMethod)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.