Uses of Interface
org.keycloak.sessions.AuthenticationSessionProvider
-
-
Uses of AuthenticationSessionProvider in org.keycloak.models
Methods in org.keycloak.models that return AuthenticationSessionProvider Modifier and Type Method Description AuthenticationSessionProvider
KeycloakSession. authenticationSessions()
-
Uses of AuthenticationSessionProvider in org.keycloak.models.map.authSession
Classes in org.keycloak.models.map.authSession that implement AuthenticationSessionProvider Modifier and Type Class Description class
MapRootAuthenticationSessionProvider
-
Uses of AuthenticationSessionProvider in org.keycloak.models.map.datastore
Methods in org.keycloak.models.map.datastore that return AuthenticationSessionProvider Modifier and Type Method Description AuthenticationSessionProvider
ImportKeycloakSession. authenticationSessions()
-
Uses of AuthenticationSessionProvider in org.keycloak.models.sessions.infinispan
Classes in org.keycloak.models.sessions.infinispan that implement AuthenticationSessionProvider Modifier and Type Class Description class
InfinispanAuthenticationSessionProvider
Methods in org.keycloak.models.sessions.infinispan that return AuthenticationSessionProvider Modifier and Type Method Description AuthenticationSessionProvider
InfinispanAuthenticationSessionProviderFactory. create(KeycloakSession session)
-
Uses of AuthenticationSessionProvider in org.keycloak.services
Methods in org.keycloak.services that return AuthenticationSessionProvider Modifier and Type Method Description AuthenticationSessionProvider
DefaultKeycloakSession. authenticationSessions()
-
Uses of AuthenticationSessionProvider in org.keycloak.sessions
Classes in org.keycloak.sessions with type parameters of type AuthenticationSessionProvider Modifier and Type Interface Description interface
AuthenticationSessionProviderFactory<T extends AuthenticationSessionProvider>
-