Uses of Class
org.keycloak.dom.saml.v2.metadata.AttributeConsumingServiceType
-
Packages that use AttributeConsumingServiceType Package Description org.keycloak.dom.saml.v2.metadata -
-
Uses of AttributeConsumingServiceType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type AttributeConsumingServiceType Modifier and Type Field Description protected List<AttributeConsumingServiceType>SPSSODescriptorType. attributeConsumingServiceMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type AttributeConsumingServiceType Modifier and Type Method Description List<AttributeConsumingServiceType>SPSSODescriptorType. getAttributeConsumingService()Gets the value of the attributeConsumingService property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type AttributeConsumingServiceType Modifier and Type Method Description voidSPSSODescriptorType. addAttributeConsumerService(AttributeConsumingServiceType attributeConsumer)Add an attribute consumervoidSPSSODescriptorType. removeAttributeConsumerService(AttributeConsumingServiceType attributeConsumer)Remove an attribute consumer
-