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
|
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
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.