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

Packages that use Subject
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 Subject in org.opensaml.saml1.core
 

Methods in org.opensaml.saml1.core that return Subject
 Subject SubjectQuery.getSubject()
          Get Subject child element
 Subject SubjectStatement.getSubject()
           
 

Methods in org.opensaml.saml1.core with parameters of type Subject
 void SubjectQuery.setSubject(Subject subject)
          Set Subject child element
 void SubjectStatement.setSubject(Subject subject)
           
 

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

Methods in org.opensaml.saml1.core.impl that return Subject
 Subject SubjectBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Subject SubjectBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 Subject SubjectStatementImpl.getSubject()
          
 Subject SubjectQueryImpl.getSubject()
          Get Subject child element
 

Methods in org.opensaml.saml1.core.impl with parameters of type Subject
 void SubjectStatementImpl.setSubject(Subject subject)
          
 void SubjectQueryImpl.setSubject(Subject subject)
          Set Subject child element
 

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

Methods in org.opensaml.saml1.core.validator with parameters of type Subject
 void SubjectSchemaValidator.validate(Subject subject)
          
protected  void SubjectSchemaValidator.validateNameIdentifierSubjectConfirmation(Subject subject)
          Validates that the subject has either a name identifier or subject confirmation
 



Copyright © 2006-2009 Internet2. All Rights Reserved.