| Package | Description |
|---|---|
| org.keycloak.dom.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
| org.keycloak.dom.saml.v2.mdattr | |
| 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.saml.assertion | |
| org.keycloak.saml.processing.core.parsers.saml.metadata | |
| org.keycloak.saml.processing.core.saml.v2.constants | |
| 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 | Field and Description |
|---|---|
protected List<AttributeType> |
EntityAttributes.attribute |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeType> |
EntityAttributes.getAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityAttributes.addAttribute(AttributeType attributeType) |
void |
EntityAttributes.removeAssertion(AttributeType attributeType) |
void |
EntityAttributes.removeAttribute(AttributeType attributeType) |
| 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 |
|---|---|
protected AttributeType |
SAMLAttributeParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SAMLAttributeParser.processSubElement(XMLEventReader xmlEventReader,
AttributeType target,
SAMLAssertionQNames element,
StartElement elementDetail) |
| Modifier and Type | Method and Description |
|---|---|
protected AttributeType |
SAMLAttributeParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SAMLAttributeParser.processSubElement(XMLEventReader xmlEventReader,
AttributeType target,
SAMLMetadataQNames element,
StartElement elementDetail) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
X500SAMLProfileConstants.correspondsTo(AttributeType attribute) |
| 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 © 2021 JBoss by Red Hat. All rights reserved.