Uses of Interface
org.opensaml.saml.saml2.core.Statement
Packages that use Statement
Package
Description
Interfaces and API classes for validating SAML 2 Assertions.
Interfaces for SAML 2.0 core and protocol interfaces.
-
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.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.