| Package | Description |
|---|---|
| org.keycloak.dom.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
| org.keycloak.dom.saml.v2.metadata | |
| org.keycloak.dom.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
| org.keycloak.protocol.saml.mappers | |
| 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 |
|---|---|
AttributeType |
AttributeStatementType.ASTChoiceType.getAttribute() |
| Constructor and Description |
|---|
ASTChoiceType(AttributeType attribute) |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestedAttributeType
Java class for RequestedAttributeType complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributeType> |
IDPSSODescriptorType.attribute |
protected List<AttributeType> |
AttributeAuthorityDescriptorType.attribute |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeType> |
IDPSSODescriptorType.getAttribute()
Gets the value of the attribute property.
|
List<AttributeType> |
AttributeAuthorityDescriptorType.getAttribute()
Gets the value of the attribute property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDPSSODescriptorType.addAttribute(AttributeType att)
Add attribute
|
void |
AttributeAuthorityDescriptorType.addAttribute(AttributeType attribute)
Add an attribute
|
void |
IDPSSODescriptorType.removeAttribute(AttributeType att)
Add attribute
|
void |
AttributeAuthorityDescriptorType.removeAttribute(AttributeType attribute)
Remove attribute
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributeType> |
AttributeQueryType.attribute |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeType> |
AttributeQueryType.getAttribute()
Gets the value of the attribute property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeQueryType.add(AttributeType att)
Add an attribute
|
void |
AttributeQueryType.remove(AttributeType att)
Remove an attribute
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeType |
AttributeStatementHelper.createAttributeType(ProtocolMapperModel mappingModel) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeType |
SAMLParserUtil.parseAttribute(XMLEventReader xmlEventReader)
Parse an
AttributeType |
| Modifier and Type | Method and Description |
|---|---|
static void |
SAMLParserUtil.parseAttributeType(XMLEventReader xmlEventReader,
StartElement startElement,
String rootTag,
AttributeType attributeType)
Parse an
AttributeType |
| Modifier and Type | Method and Description |
|---|---|
static AttributeType |
AssertionUtil.createAttribute(String name,
String nameFormat,
Object... attributeValues)
Create an attribute type
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseWriter.write(AttributeType attributeType)
Write an
AttributeType to stream |
void |
BaseWriter.writeAttributeTypeWithoutRootTag(AttributeType attributeType) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.