Uses of Interface
org.opensaml.saml.saml2.core.Statement
-
Packages that use Statement Package Description org.opensaml.saml.saml2.assertion Interfaces and API classes for validating SAML 2 Assertions.org.opensaml.saml.saml2.assertion.impl Implementation classes for validating SAML 2 Assertions.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements.org.opensaml.xacml.profile.saml XMLObject interfaces for SAML XACML profile.org.opensaml.xacml.profile.saml.impl XMLObject implementation classes for XACML SAML profile. -
-
Uses of Statement in org.opensaml.saml.saml2.assertion
Methods in org.opensaml.saml.saml2.assertion with parameters of type Statement Modifier and Type Method Description ValidationResultStatementValidator. validate(Statement statement, Assertion assertion, ValidationContext context)Validates the given statement. -
Uses of Statement in org.opensaml.saml.saml2.assertion.impl
Methods in org.opensaml.saml.saml2.assertion.impl with parameters of type Statement Modifier and Type Method Description ValidationResultAuthnStatementValidator. validate(Statement statement, Assertion assertion, ValidationContext context)Validates the given statement. -
Uses of Statement in org.opensaml.saml.saml2.core
Subinterfaces of Statement in org.opensaml.saml.saml2.core Modifier and Type Interface Description interfaceAttributeStatementSAML 2.0 Core AttributeStatement.interfaceAuthnStatementSAML 2.0 Core AuthnStatement.interfaceAuthzDecisionStatementSAML 2.0 Core AuthzDecisionStatement.Methods in org.opensaml.saml.saml2.core that return types with arguments of type Statement Modifier and Type Method Description 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.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement Statement Modifier and Type Class Description classAttributeStatementImplA concrete implementation ofAttributeStatement.classAuthnStatementImplA concrete implementation ofAuthnStatement.classAuthzDecisionStatementImplA concrete implementation ofAuthzDecisionStatement.Fields in org.opensaml.saml.saml2.core.impl with type parameters of type Statement Modifier and Type Field Description private IndexedXMLObjectChildrenList<Statement>AssertionImpl. statementsStatements of the assertion.Methods in org.opensaml.saml.saml2.core.impl that return types with arguments of type Statement Modifier and Type Method Description 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 Modifier and Type Interface Description interfaceXACMLAuthzDecisionStatementTypeA SAML XACML profile XACMLAuthzDecisionStatement schema type.interfaceXACMLPolicyStatementTypeA 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 Modifier and Type Class Description classXACMLAuthzDecisionStatementTypeImplA concrete implementation ofXACMLAuthzDecisionStatementType.classXACMLPolicyStatementTypeImplConcrete implementation ofXACMLPolicyStatementType.
-