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

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

Subinterfaces of SubjectStatement in org.opensaml.saml1.core
 interface AttributeStatement
          This interface defines how the object representing a SAML 1 AttributeStatement element behaves.
 interface AuthenticationStatement
          This interface defines how the object representing a SAML1 AuthenticationStatment element behaves.
 interface AuthorizationDecisionStatement
          This interface defines how the object representing a SAML1 AuthorizationDecisionStatement element behaves.
 

Methods in org.opensaml.saml1.core that return types with arguments of type SubjectStatement
 List<SubjectStatement> Assertion.getSubjectStatements()
          Return the List representing all the SubjectStatement sub elements.
 

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

Classes in org.opensaml.saml1.core.impl that implement SubjectStatement
 class AttributeStatementImpl
          A Concrete implementation of the AttributeStatement Interface
 class AuthenticationStatementImpl
          A Concrete implementation of the AuthenticationStatement Interface
 class AuthorizationDecisionStatementImpl
          A concrete implementation of AuthorizationDecisionStatement
 class SubjectStatementImpl
          Abstract type to implement SubjectStatementType
 

Methods in org.opensaml.saml1.core.impl that return types with arguments of type SubjectStatement
 List<SubjectStatement> AssertionImpl.getSubjectStatements()
          Return the List representing all the SubjectStatement sub elements.
 

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

Classes in org.opensaml.saml1.core.validator with type parameters of type SubjectStatement
 class SubjectStatementSchemaValidator<SubjectStatementType extends SubjectStatement>
          Checks SubjectStatement for Schema compliance.
 



Copyright © 1999-2013. All Rights Reserved.