Package | Description |
---|---|
org.keycloak.dom.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
org.keycloak.saml.processing.core.saml.v1.writers | |
org.keycloak.saml.processing.core.saml.v2.factories | |
org.keycloak.saml.processing.core.saml.v2.writers |
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
|
Modifier and Type | Method and Description |
---|---|
void |
SAML11AssertionWriter.write(StatementAbstractType statement)
Write an
StatementAbstractType to stream |
Modifier and Type | Method and Description |
---|---|
static AssertionType |
SAMLAssertionFactory.createAssertion(String id,
NameIDType issuerID,
XMLGregorianCalendar issueInstant,
ConditionsType conditions,
SubjectType subject,
List<StatementAbstractType> statements)
Creates a SAMLV2
AssertionType with the specified values. |
Modifier and Type | Method and Description |
---|---|
void |
SAMLAssertionWriter.write(StatementAbstractType statement)
Write an
StatementAbstractType to stream |
Copyright © 2020 JBoss by Red Hat. All rights reserved.