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.core 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 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.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.
-