Uses of Class
org.keycloak.dom.saml.v2.assertion.StatementAbstractType
Packages that use StatementAbstractType
Package
Description
Package for the model classes for the SAML2 Assertion
-
Uses of StatementAbstractType in org.keycloak.dom.saml.v2.assertion
Subclasses of StatementAbstractType in org.keycloak.dom.saml.v2.assertionModifier and TypeClassDescriptionclassJava class for AttributeStatementType complex type.classJava class for AuthnStatementType complex type.classJava class for AuthzDecisionStatementType complex type.Methods in org.keycloak.dom.saml.v2.assertion that return types with arguments of type StatementAbstractTypeModifier and TypeMethodDescriptionAssertionType.getStatements()Get a read only set of statementsMethods in org.keycloak.dom.saml.v2.assertion with parameters of type StatementAbstractTypeModifier and TypeMethodDescriptionvoidAssertionType.addStatement(StatementAbstractType statement) Add a statementMethod parameters in org.keycloak.dom.saml.v2.assertion with type arguments of type StatementAbstractTypeModifier and TypeMethodDescriptionvoidAssertionType.addStatements(Collection<StatementAbstractType> statement) Add a collection of statementsvoidAssertionType.addStatements(Set<StatementAbstractType> statement) Add a set of statements