Uses of Class
org.keycloak.dom.saml.v2.metadata.AttributeConsumingServiceType
Package
Description
-
Uses of AttributeConsumingServiceType in org.keycloak.dom.saml.v2.metadata
Modifier and TypeFieldDescriptionprotected List<AttributeConsumingServiceType>
SPSSODescriptorType.attributeConsumingService
Modifier and TypeMethodDescriptionSPSSODescriptorType.getAttributeConsumingService()
Gets the value of the attributeConsumingService property.Modifier and TypeMethodDescriptionvoid
SPSSODescriptorType.addAttributeConsumerService
(AttributeConsumingServiceType attributeConsumer) Add an attribute consumervoid
SPSSODescriptorType.removeAttributeConsumerService
(AttributeConsumingServiceType attributeConsumer) Remove an attribute consumer -
Uses of AttributeConsumingServiceType in org.keycloak.saml.processing.core.parsers.saml.metadata
Modifier and TypeMethodDescriptionprotected AttributeConsumingServiceType
SAMLAttributeConsumingServiceParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLAttributeConsumingServiceParser.processSubElement
(XMLEventReader xmlEventReader, AttributeConsumingServiceType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of AttributeConsumingServiceType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLMetadataWriter.writeAttributeConsumingService
(AttributeConsumingServiceType attributeConsumer)