Uses of Interface
org.opensaml.saml1.core.SubjectConfirmation

Packages that use SubjectConfirmation
org.opensaml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. 
org.opensaml.saml1.core.impl Implementations of SAML 1.0 and 1.1 types and elements interfaces. 
org.opensaml.saml1.core.validator Validation rules for SAML 1.0 and 1.1 types and elements. 
 

Uses of SubjectConfirmation in org.opensaml.saml1.core
 

Methods in org.opensaml.saml1.core that return SubjectConfirmation
 SubjectConfirmation Subject.getSubjectConfirmation()
          Gets the SubjectConfirmation of this Subject
 

Methods in org.opensaml.saml1.core with parameters of type SubjectConfirmation
 void Subject.setSubjectConfirmation(SubjectConfirmation subjectConfirmation)
          Sets the SubjectConfirmation of this Subject
 

Uses of SubjectConfirmation in org.opensaml.saml1.core.impl
 

Classes in org.opensaml.saml1.core.impl that implement SubjectConfirmation
 class SubjectConfirmationImpl
          Concrete implementation of a SubjectConfirmation object
 

Fields in org.opensaml.saml1.core.impl declared as SubjectConfirmation
private  SubjectConfirmation SubjectImpl.subjectConfirmation
          Contains the SubjectConfirmation inside the Subject
 

Methods in org.opensaml.saml1.core.impl that return SubjectConfirmation
 SubjectConfirmation SubjectConfirmationBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 SubjectConfirmation SubjectConfirmationBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 SubjectConfirmation SubjectImpl.getSubjectConfirmation()
          Gets the SubjectConfirmation of this Subject
 

Methods in org.opensaml.saml1.core.impl with parameters of type SubjectConfirmation
 void SubjectImpl.setSubjectConfirmation(SubjectConfirmation subjectConfirmation)
          Sets the SubjectConfirmation of this Subject
 

Uses of SubjectConfirmation in org.opensaml.saml1.core.validator
 

Methods in org.opensaml.saml1.core.validator with parameters of type SubjectConfirmation
 void SubjectConfirmationSchemaValidator.validate(SubjectConfirmation subjectConfirmation)
          
protected  void SubjectConfirmationSchemaValidator.validateSubjectConfirmationMethods(SubjectConfirmation subjectConfirmation)
          Validates that the given subject confirmation has a confirmation method.
 



Copyright © 1999-2013. All Rights Reserved.