Uses of Class
org.keycloak.dom.saml.v2.assertion.StatementAbstractType
-
Packages that use StatementAbstractType Package Description org.keycloak.dom.saml.v2.assertion 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.assertion Modifier and Type Class Description classAttributeStatementTypeJava class for AttributeStatementType complex type.classAuthnStatementTypeJava class for AuthnStatementType complex type.classAuthzDecisionStatementTypeJava class for AuthzDecisionStatementType complex type.Methods in org.keycloak.dom.saml.v2.assertion that return types with arguments of type StatementAbstractType Modifier and Type Method Description Set<StatementAbstractType>AssertionType. getStatements()Get a read only set of statementsMethods in org.keycloak.dom.saml.v2.assertion with parameters of type StatementAbstractType Modifier and Type Method Description voidAssertionType. addStatement(StatementAbstractType statement)Add a statementMethod parameters in org.keycloak.dom.saml.v2.assertion with type arguments of type StatementAbstractType Modifier and Type Method Description voidAssertionType. addStatements(Collection<StatementAbstractType> statement)Add a collection of statementsvoidAssertionType. addStatements(Set<StatementAbstractType> statement)Add a set of statements
-