Uses of Interface
org.opensaml.saml2.core.SubjectConfirmationData

Packages that use SubjectConfirmationData
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
 

Uses of SubjectConfirmationData in org.opensaml.saml2.core
 

Subinterfaces of SubjectConfirmationData in org.opensaml.saml2.core
 interface KeyInfoConfirmationDataType
          SAML 2.0 Core KeyInfoConfirmationDataType.
 

Methods in org.opensaml.saml2.core that return SubjectConfirmationData
 SubjectConfirmationData SubjectConfirmation.getSubjectConfirmationData()
          Gets the data about how this subject was confirmed or constraints on the confirmation.
 

Methods in org.opensaml.saml2.core with parameters of type SubjectConfirmationData
 void SubjectConfirmation.setSubjectConfirmationData(SubjectConfirmationData newSubjectConfirmationData)
          Sets the data about how this subject was confirmed or constraints on the confirmation.
 

Uses of SubjectConfirmationData in org.opensaml.saml2.core.impl
 

Classes in org.opensaml.saml2.core.impl that implement SubjectConfirmationData
 class KeyInfoConfirmationDataTypeImpl
          Concrete implementation of SubjectConfirmationData.
 class SubjectConfirmationDataImpl
          Concrete implementation of SubjectConfirmationData.
 

Fields in org.opensaml.saml2.core.impl declared as SubjectConfirmationData
private  SubjectConfirmationData SubjectConfirmationImpl.subjectConfirmationData
          SubjectConfirmationData of the Confirmation.
 

Methods in org.opensaml.saml2.core.impl that return SubjectConfirmationData
 SubjectConfirmationData SubjectConfirmationDataBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 SubjectConfirmationData SubjectConfirmationDataBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 SubjectConfirmationData SubjectConfirmationImpl.getSubjectConfirmationData()
          Gets the data about how this subject was confirmed or constraints on the confirmation.
 

Methods in org.opensaml.saml2.core.impl with parameters of type SubjectConfirmationData
 void SubjectConfirmationImpl.setSubjectConfirmationData(SubjectConfirmationData newSubjectConfirmationData)
          Sets the data about how this subject was confirmed or constraints on the confirmation.
 



Copyright © 1999-2012. All Rights Reserved.