Uses of Class
org.keycloak.dom.saml.v2.assertion.AttributeType
Package
Description
Package for the model classes for the SAML2 Assertion
Package containing the classes for the protocol of SAMLv2
-
Uses of AttributeType in org.keycloak.dom.saml.v2.assertion
-
Uses of AttributeType in org.keycloak.dom.saml.v2.mdattr
Modifier and TypeMethodDescriptionvoid
EntityAttributes.addAttribute
(AttributeType attributeType) void
EntityAttributes.removeAssertion
(AttributeType attributeType) void
EntityAttributes.removeAttribute
(AttributeType attributeType) -
Uses of AttributeType in org.keycloak.dom.saml.v2.metadata
Modifier and TypeClassDescriptionclass
Java class for RequestedAttributeType complex type.Modifier and TypeFieldDescriptionprotected List<AttributeType>
AttributeAuthorityDescriptorType.attribute
protected List<AttributeType>
IDPSSODescriptorType.attribute
Modifier and TypeMethodDescriptionAttributeAuthorityDescriptorType.getAttribute()
Gets the value of the attribute property.IDPSSODescriptorType.getAttribute()
Gets the value of the attribute property.Modifier and TypeMethodDescriptionvoid
AttributeAuthorityDescriptorType.addAttribute
(AttributeType attribute) Add an attributevoid
IDPSSODescriptorType.addAttribute
(AttributeType att) Add attributevoid
AttributeAuthorityDescriptorType.removeAttribute
(AttributeType attribute) Remove attributevoid
IDPSSODescriptorType.removeAttribute
(AttributeType att) Add attribute -
Uses of AttributeType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeMethodDescriptionAttributeQueryType.getAttribute()
Gets the value of the attribute property.Modifier and TypeMethodDescriptionvoid
AttributeQueryType.add
(AttributeType att) Add an attributevoid
AttributeQueryType.remove
(AttributeType att) Remove an attribute -
Uses of AttributeType in org.keycloak.protocol.saml.mappers
Modifier and TypeMethodDescriptionstatic AttributeType
AttributeStatementHelper.createAttributeType
(ProtocolMapperModel mappingModel) -
Uses of AttributeType in org.keycloak.saml.processing.core.parsers.saml.assertion
Modifier and TypeMethodDescriptionprotected AttributeType
SAMLAttributeParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLAttributeParser.processSubElement
(XMLEventReader xmlEventReader, AttributeType target, SAMLAssertionQNames element, StartElement elementDetail) -
Uses of AttributeType in org.keycloak.saml.processing.core.parsers.saml.metadata
Modifier and TypeMethodDescriptionprotected AttributeType
SAMLAttributeParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLAttributeParser.processSubElement
(XMLEventReader xmlEventReader, AttributeType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of AttributeType in org.keycloak.saml.processing.core.saml.v2.constants
Modifier and TypeMethodDescriptionboolean
X500SAMLProfileConstants.correspondsTo
(AttributeType attribute) -
Uses of AttributeType in org.keycloak.saml.processing.core.saml.v2.util
Modifier and TypeMethodDescriptionstatic AttributeType
AssertionUtil.createAttribute
(String name, String nameFormat, Object... attributeValues) Create an attribute type -
Uses of AttributeType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
BaseWriter.write
(AttributeType attributeType) Write anAttributeType
to streamvoid
BaseWriter.writeAttributeTypeWithoutRootTag
(AttributeType attributeType)