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

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

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return SubjectConfirmationType
static SubjectConfirmationType SubjectConfirmation.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
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
 SubjectConfirmationType ObjectFactory.createSubjectConfirmationType()
          Create an instance of SubjectConfirmationType
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type SubjectConfirmationType
 JAXBElement<SubjectConfirmationType> ObjectFactory.createSubjectConfirmation(SubjectConfirmationType value)
          Create an instance of JAXBElement<SubjectConfirmationType>}
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type SubjectConfirmationType
 JAXBElement<SubjectConfirmationType> ObjectFactory.createSubjectConfirmation(SubjectConfirmationType value)
          Create an instance of JAXBElement<SubjectConfirmationType>}
 



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