Uses of Class
org.keycloak.adapters.saml.config.IDP.SingleLogoutService
-
Packages that use IDP.SingleLogoutService Package Description org.keycloak.adapters.saml.config org.keycloak.adapters.saml.config.parsers -
-
Uses of IDP.SingleLogoutService in org.keycloak.adapters.saml.config
Methods in org.keycloak.adapters.saml.config that return IDP.SingleLogoutService Modifier and Type Method Description IDP.SingleLogoutServiceIDP. getSingleLogoutService()Methods in org.keycloak.adapters.saml.config with parameters of type IDP.SingleLogoutService Modifier and Type Method Description voidIDP. setSingleLogoutService(IDP.SingleLogoutService singleLogoutService) -
Uses of IDP.SingleLogoutService in org.keycloak.adapters.saml.config.parsers
Methods in org.keycloak.adapters.saml.config.parsers that return IDP.SingleLogoutService Modifier and Type Method Description protected IDP.SingleLogoutServiceSingleLogoutServiceParser. instantiateElement(XMLEventReader xmlEventReader, StartElement element)Methods in org.keycloak.adapters.saml.config.parsers with parameters of type IDP.SingleLogoutService Modifier and Type Method Description protected voidSingleLogoutServiceParser. processSubElement(XMLEventReader xmlEventReader, IDP.SingleLogoutService target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail)
-