Uses of Class
org.keycloak.dom.saml.v2.assertion.AttributeType
Packages that use 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
Methods in org.keycloak.dom.saml.v2.assertion that return AttributeTypeConstructors in org.keycloak.dom.saml.v2.assertion with parameters of type AttributeType -
Uses of AttributeType in org.keycloak.dom.saml.v2.mdattr
Fields in org.keycloak.dom.saml.v2.mdattr with type parameters of type AttributeTypeMethods in org.keycloak.dom.saml.v2.mdattr that return types with arguments of type AttributeTypeMethods in org.keycloak.dom.saml.v2.mdattr with parameters of type AttributeTypeModifier and TypeMethodDescriptionvoidEntityAttributes.addAttribute(AttributeType attributeType) voidEntityAttributes.removeAttribute(AttributeType attributeType) -
Uses of AttributeType in org.keycloak.dom.saml.v2.metadata
Subclasses of AttributeType in org.keycloak.dom.saml.v2.metadataModifier and TypeClassDescriptionclassJava class for RequestedAttributeType complex type.Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type AttributeTypeModifier and TypeFieldDescriptionprotected List<AttributeType>AttributeAuthorityDescriptorType.attributeprotected List<AttributeType>IDPSSODescriptorType.attributeMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type AttributeTypeModifier and TypeMethodDescriptionAttributeAuthorityDescriptorType.getAttribute()Gets the value of the attribute property.IDPSSODescriptorType.getAttribute()Gets the value of the attribute property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type AttributeTypeModifier and TypeMethodDescriptionvoidAttributeAuthorityDescriptorType.addAttribute(AttributeType attribute) Add an attributevoidIDPSSODescriptorType.addAttribute(AttributeType att) Add attributevoidAttributeAuthorityDescriptorType.removeAttribute(AttributeType attribute) Remove attributevoidIDPSSODescriptorType.removeAttribute(AttributeType att) Add attribute -
Uses of AttributeType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol with type parameters of type AttributeTypeMethods in org.keycloak.dom.saml.v2.protocol that return types with arguments of type AttributeTypeModifier and TypeMethodDescriptionAttributeQueryType.getAttribute()Gets the value of the attribute property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type AttributeTypeModifier and TypeMethodDescriptionvoidAttributeQueryType.add(AttributeType att) Add an attributevoidAttributeQueryType.remove(AttributeType att) Remove an attribute -
Uses of AttributeType in org.keycloak.protocol.saml.mappers
Methods in org.keycloak.protocol.saml.mappers that return AttributeTypeModifier and TypeMethodDescriptionstatic AttributeTypeAttributeStatementHelper.createAttributeType(ProtocolMapperModel mappingModel) -
Uses of AttributeType in org.keycloak.saml.processing.core.parsers.saml.assertion
Methods in org.keycloak.saml.processing.core.parsers.saml.assertion that return AttributeTypeModifier and TypeMethodDescriptionprotected AttributeTypeSAMLAttributeParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.assertion with parameters of type AttributeTypeModifier and TypeMethodDescriptionprotected voidSAMLAttributeParser.processSubElement(XMLEventReader xmlEventReader, AttributeType target, SAMLAssertionQNames element, StartElement elementDetail) -
Uses of AttributeType in org.keycloak.saml.processing.core.parsers.saml.metadata
Methods in org.keycloak.saml.processing.core.parsers.saml.metadata that return AttributeTypeModifier and TypeMethodDescriptionprotected AttributeTypeSAMLAttributeParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.metadata with parameters of type AttributeTypeModifier and TypeMethodDescriptionprotected voidSAMLAttributeParser.processSubElement(XMLEventReader xmlEventReader, AttributeType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of AttributeType in org.keycloak.saml.processing.core.saml.v2.constants
Methods in org.keycloak.saml.processing.core.saml.v2.constants with parameters of type AttributeTypeModifier and TypeMethodDescriptionbooleanX500SAMLProfileConstants.correspondsTo(AttributeType attribute) -
Uses of AttributeType in org.keycloak.saml.processing.core.saml.v2.util
Methods in org.keycloak.saml.processing.core.saml.v2.util that return AttributeTypeModifier and TypeMethodDescriptionstatic AttributeTypeAssertionUtil.createAttribute(String name, String nameFormat, Object... attributeValues) Create an attribute type -
Uses of AttributeType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type AttributeTypeModifier and TypeMethodDescriptionvoidBaseWriter.write(AttributeType attributeType) Write anAttributeTypeto streamvoidBaseWriter.writeAttributeTypeWithoutRootTag(AttributeType attributeType)