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

Packages that use Statement
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. 
org.opensaml.xacml.profile.saml   
org.opensaml.xacml.profile.saml.impl   
 

Uses of Statement in org.opensaml.saml2.core
 

Subinterfaces of Statement in org.opensaml.saml2.core
 interface AttributeStatement
          SAML 2.0 Core AttributeStatement.
 interface AuthnStatement
          SAML 2.0 Core AuthnStatement.
 interface AuthzDecisionStatement
          SAML 2.0 Core AuthzDecisionStatement.
 

Methods in org.opensaml.saml2.core that return types with arguments of type Statement
 List<Statement> Assertion.getStatements()
          Gets the list of statements attached to this assertion.
 List<Statement> Assertion.getStatements(QName typeOrName)
          Gets the list of statements attached to this assertion that match a particular QName.
 

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

Classes in org.opensaml.saml2.core.impl that implement Statement
 class AttributeStatementImpl
          A concrete implementation of AttributeStatement.
 class AuthnStatementImpl
          A concrete implementation of AuthnStatement.
 class AuthzDecisionStatementImpl
          A concrete implementation of AuthzDecisionStatement.
 

Fields in org.opensaml.saml2.core.impl with type parameters of type Statement
private  IndexedXMLObjectChildrenList<Statement> AssertionImpl.statements
          Statements of the assertion.
 

Methods in org.opensaml.saml2.core.impl that return types with arguments of type Statement
 List<Statement> AssertionImpl.getStatements()
          Gets the list of statements attached to this assertion.
 List<Statement> AssertionImpl.getStatements(QName typeOrName)
          Gets the list of statements attached to this assertion that match a particular QName.
 

Uses of Statement in org.opensaml.xacml.profile.saml
 

Subinterfaces of Statement in org.opensaml.xacml.profile.saml
 interface XACMLAuthzDecisionStatementType
          A SAML XACML profile XACMLAuthzDecisionStatement schema type.
 interface XACMLPolicyStatementType
          A SAML XACML profile XACMLPolicyStatement schema type.
 

Uses of Statement in org.opensaml.xacml.profile.saml.impl
 

Classes in org.opensaml.xacml.profile.saml.impl that implement Statement
 class XACMLAuthzDecisionStatementTypeImpl
          A concrete implementation of XACMLAuthzDecisionStatementType.
 class XACMLPolicyStatementTypeImpl
          Concrete implementation of XACMLPolicyStatementType.
 



Copyright © 1999-2013. All Rights Reserved.