Uses of Class
org.keycloak.dom.saml.v2.metadata.AttributeConsumingServiceType
Packages that use AttributeConsumingServiceType
Package
Description
-
Uses of AttributeConsumingServiceType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type AttributeConsumingServiceTypeModifier and TypeFieldDescriptionprotected List<AttributeConsumingServiceType>SPSSODescriptorType.attributeConsumingServiceMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type AttributeConsumingServiceTypeModifier and TypeMethodDescriptionSPSSODescriptorType.getAttributeConsumingService()Gets the value of the attributeConsumingService property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type AttributeConsumingServiceTypeModifier and TypeMethodDescriptionvoidSPSSODescriptorType.addAttributeConsumerService(AttributeConsumingServiceType attributeConsumer) Add an attribute consumervoidSPSSODescriptorType.removeAttributeConsumerService(AttributeConsumingServiceType attributeConsumer) Remove an attribute consumer -
Uses of AttributeConsumingServiceType in org.keycloak.saml.processing.core.parsers.saml.metadata
Methods in org.keycloak.saml.processing.core.parsers.saml.metadata that return AttributeConsumingServiceTypeModifier and TypeMethodDescriptionprotected AttributeConsumingServiceTypeSAMLAttributeConsumingServiceParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.metadata with parameters of type AttributeConsumingServiceTypeModifier and TypeMethodDescriptionprotected voidSAMLAttributeConsumingServiceParser.processSubElement(XMLEventReader xmlEventReader, AttributeConsumingServiceType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of AttributeConsumingServiceType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type AttributeConsumingServiceTypeModifier and TypeMethodDescriptionvoidSAMLMetadataWriter.writeAttributeConsumingService(AttributeConsumingServiceType attributeConsumer)