Uses of Interface
org.opensaml.saml.saml2.core.Statement
Packages that use Statement
Package
Description
Interfaces and API classes for validating SAML 2 Assertions.
Implementation classes for validating SAML 2 Assertions.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
XMLObject interfaces for SAML XACML profile.
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 StatementModifier and TypeMethodDescriptionStatementValidator.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 StatementModifier and TypeMethodDescriptionAuthnStatementValidator.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.coreModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Core AttributeStatement.interfaceSAML 2.0 Core AuthnStatement.interfaceSAML 2.0 Core AuthzDecisionStatement.Methods in org.opensaml.saml.saml2.core that return types with arguments of type StatementModifier and TypeMethodDescriptionAssertion.getStatements()Gets the list of statements attached to this assertion.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 StatementModifier and TypeClassDescriptionclassA concrete implementation ofAttributeStatement.classA concrete implementation ofAuthnStatement.classA concrete implementation ofAuthzDecisionStatement.classFields in org.opensaml.saml.saml2.core.impl with type parameters of type StatementModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<Statement>AssertionImpl.statementsStatements of the assertion.Methods in org.opensaml.saml.saml2.core.impl that return types with arguments of type StatementModifier and TypeMethodDescriptionAssertionImpl.getStatements()Gets the list of statements attached to this assertion.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.samlModifier and TypeInterfaceDescriptioninterfaceA SAML XACML profile XACMLAuthzDecisionStatement schema type.interfaceA 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 StatementModifier and TypeClassDescriptionclassA concrete implementation ofXACMLAuthzDecisionStatementType.classConcrete implementation ofXACMLPolicyStatementType.