Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.SubjectConfirmationDataType

Packages that use SubjectConfirmationDataType
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
 class KeyInfoConfirmationData
           
 class SubjectConfirmationData
          The SubjectConfirmationData element specifies a subject by specifying data that authenticates the subject.
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return SubjectConfirmationDataType
static SubjectConfirmationDataType SubjectConfirmationData.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
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
 class KeyInfoConfirmationDataType
          Java class for KeyInfoConfirmationDataType complex type.
 

Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as SubjectConfirmationDataType
protected  SubjectConfirmationDataType SubjectConfirmationType.subjectConfirmationData
           
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return SubjectConfirmationDataType
 SubjectConfirmationDataType ObjectFactory.createSubjectConfirmationDataType()
          Create an instance of SubjectConfirmationDataType
 SubjectConfirmationDataType SubjectConfirmationType.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
 JAXBElement<SubjectConfirmationDataType> ObjectFactory.createSubjectConfirmationData(SubjectConfirmationDataType value)
          Create an instance of JAXBElement<SubjectConfirmationDataType>}
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type SubjectConfirmationDataType
 JAXBElement<SubjectConfirmationDataType> ObjectFactory.createSubjectConfirmationData(SubjectConfirmationDataType value)
          Create an instance of JAXBElement<SubjectConfirmationDataType>}
 void SubjectConfirmationType.setSubjectConfirmationData(SubjectConfirmationDataType value)
          Sets the value of the subjectConfirmationData property.
 



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