Package | Description |
---|---|
org.keycloak.dom.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeStatementType
Java class for AttributeStatementType complex type.
|
class |
AuthnStatementType
Java class for AuthnStatementType complex type.
|
class |
AuthzDecisionStatementType
Java class for AuthzDecisionStatementType complex type.
|
Modifier and Type | Method and Description |
---|---|
Set<StatementAbstractType> |
AssertionType.getStatements()
Get a read only set of statements
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionType.addStatement(StatementAbstractType statement)
Add a statement
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionType.addStatements(Collection<StatementAbstractType> statement)
Add a collection of statements
|
void |
AssertionType.addStatements(Set<StatementAbstractType> statement)
Add a set of statements
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.