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 -
Uses of StatementAbstractType in org.keycloak.saml.processing.core.saml.v1.writers
Methods in org.keycloak.saml.processing.core.saml.v1.writers with parameters of type StatementAbstractTypeModifier and TypeMethodDescriptionvoidSAML11AssertionWriter.write(StatementAbstractType statement) Write anStatementAbstractTypeto stream -
Uses of StatementAbstractType in org.keycloak.saml.processing.core.saml.v2.factories
Method parameters in org.keycloak.saml.processing.core.saml.v2.factories with type arguments of type StatementAbstractTypeModifier and TypeMethodDescriptionstatic AssertionTypeSAMLAssertionFactory.createAssertion(String id, NameIDType issuerID, XMLGregorianCalendar issueInstant, ConditionsType conditions, SubjectType subject, List<StatementAbstractType> statements) Creates a SAMLV2AssertionTypewith the specified values. -
Uses of StatementAbstractType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type StatementAbstractTypeModifier and TypeMethodDescriptionvoidSAMLAssertionWriter.write(StatementAbstractType statement) Write anStatementAbstractTypeto stream