Uses of Class
org.keycloak.adapters.saml.config.IDP.SingleSignOnService
-
Packages that use IDP.SingleSignOnService Package Description org.keycloak.adapters.saml.config org.keycloak.adapters.saml.config.parsers -
-
Uses of IDP.SingleSignOnService in org.keycloak.adapters.saml.config
Methods in org.keycloak.adapters.saml.config that return IDP.SingleSignOnService Modifier and Type Method Description IDP.SingleSignOnServiceIDP. getSingleSignOnService()Methods in org.keycloak.adapters.saml.config with parameters of type IDP.SingleSignOnService Modifier and Type Method Description voidIDP. setSingleSignOnService(IDP.SingleSignOnService singleSignOnService) -
Uses of IDP.SingleSignOnService in org.keycloak.adapters.saml.config.parsers
Methods in org.keycloak.adapters.saml.config.parsers that return IDP.SingleSignOnService Modifier and Type Method Description protected IDP.SingleSignOnServiceSingleSignOnServiceParser. instantiateElement(XMLEventReader xmlEventReader, StartElement element)Methods in org.keycloak.adapters.saml.config.parsers with parameters of type IDP.SingleSignOnService Modifier and Type Method Description protected voidSingleSignOnServiceParser. processSubElement(XMLEventReader xmlEventReader, IDP.SingleSignOnService target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail)
-