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

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

Methods in org.opensaml.saml1.core that return types with arguments of type AuthorizationDecisionStatement
 java.util.List<AuthorizationDecisionStatement> Assertion.getAuthorizationDecisionStatements()
          Return the List representing all the AuthorizationStatement sub elements.
 

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

Classes in org.opensaml.saml1.core.impl that implement AuthorizationDecisionStatement
 class AuthorizationDecisionStatementImpl
          A concrete implementation of AuthorizationDecisionStatement
 

Methods in org.opensaml.saml1.core.impl that return AuthorizationDecisionStatement
 AuthorizationDecisionStatement AuthorizationDecisionStatementBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 AuthorizationDecisionStatement AuthorizationDecisionStatementBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 

Methods in org.opensaml.saml1.core.impl that return types with arguments of type AuthorizationDecisionStatement
 java.util.List<AuthorizationDecisionStatement> AssertionImpl.getAuthorizationDecisionStatements()
          Return the List representing all the AuthorizationStatement sub elements.
 

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

Methods in org.opensaml.saml1.core.validator with parameters of type AuthorizationDecisionStatement
 void AuthorizationDecisionStatementSchemaValidator.validate(AuthorizationDecisionStatement authorizationDecisionStatement)
          
protected  void AuthorizationDecisionStatementSchemaValidator.validateActions(AuthorizationDecisionStatement statement)
          Check that there is at least one Action element
protected  void AuthorizationDecisionStatementSchemaValidator.validateDecision(AuthorizationDecisionStatement statement)
          Check that the Decision element is present
protected  void AuthorizationDecisionStatementSchemaValidator.validateResource(AuthorizationDecisionStatement statement)
          Check that the resource attribute is present and valid
 



Copyright © 2006-2009 Internet2. All Rights Reserved.