Uses of Class
org.keycloak.dom.saml.v2.assertion.StatementAbstractType
Package
Description
Package for the model classes for the SAML2 Assertion
-
Uses of StatementAbstractType in org.keycloak.dom.saml.v2.assertion
Modifier and TypeClassDescriptionclass
Java class for AttributeStatementType complex type.class
Java class for AuthnStatementType complex type.class
Java class for AuthzDecisionStatementType complex type.Modifier and TypeMethodDescriptionAssertionType.getStatements()
Get a read only set of statementsModifier and TypeMethodDescriptionvoid
AssertionType.addStatement
(StatementAbstractType statement) Add a statementModifier and TypeMethodDescriptionvoid
AssertionType.addStatements
(Collection<StatementAbstractType> statement) Add a collection of statementsvoid
AssertionType.addStatements
(Set<StatementAbstractType> statement) Add a set of statements -
Uses of StatementAbstractType in org.keycloak.saml.processing.core.saml.v1.writers
Modifier and TypeMethodDescriptionvoid
SAML11AssertionWriter.write
(StatementAbstractType statement) Write anStatementAbstractType
to stream -
Uses of StatementAbstractType in org.keycloak.saml.processing.core.saml.v2.factories
Modifier and TypeMethodDescriptionstatic AssertionType
SAMLAssertionFactory.createAssertion
(String id, NameIDType issuerID, XMLGregorianCalendar issueInstant, ConditionsType conditions, SubjectType subject, List<StatementAbstractType> statements) Creates a SAMLV2AssertionType
with the specified values. -
Uses of StatementAbstractType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLAssertionWriter.write
(StatementAbstractType statement) Write anStatementAbstractType
to stream