| Package | Description |
|---|---|
| org.keycloak.dom.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
| org.keycloak.saml.processing.core.parsers.util | |
| org.keycloak.saml.processing.core.saml.v2.util | |
| org.keycloak.saml.processing.core.saml.v2.writers |
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeStatementType> |
AssertionType.getAttributeStatements() |
| Modifier and Type | Method and Description |
|---|---|
static AttributeStatementType |
SAMLParserUtil.parseAttributeStatement(XMLEventReader xmlEventReader)
Parse an
AttributeStatementType |
| Modifier and Type | Method and Description |
|---|---|
static AttributeStatementType |
StatementUtil.createAttributeStatement(List<String> roles)
Given a set of roles, create an attribute statement
|
static AttributeStatementType |
StatementUtil.createAttributeStatement(Map<String,Object> attributes)
Create an attribute statement with all the attributes
|
static AttributeStatementType |
StatementUtil.createAttributeStatement(String key,
String value)
Given an attribute type and a value, create
AttributeStatementType |
static AttributeStatementType |
StatementUtil.createAttributeStatementForRoles(List<String> roles,
boolean multivalued)
Given a set of roles, create an attribute statement
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
StatementUtil.asMap(Set<AttributeStatementType> attributeStatementTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
SAMLAssertionWriter.write(AttributeStatementType statement) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.