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 AuthenticationSessionProviderKeycloakSession. 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 classMapRootAuthenticationSessionProvider -
Uses of AuthenticationSessionProvider in org.keycloak.models.map.datastore
Methods in org.keycloak.models.map.datastore that return AuthenticationSessionProvider Modifier and Type Method Description AuthenticationSessionProviderImportKeycloakSession. 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 classInfinispanAuthenticationSessionProviderMethods in org.keycloak.models.sessions.infinispan that return AuthenticationSessionProvider Modifier and Type Method Description AuthenticationSessionProviderInfinispanAuthenticationSessionProviderFactory. create(KeycloakSession session) -
Uses of AuthenticationSessionProvider in org.keycloak.services
Methods in org.keycloak.services that return AuthenticationSessionProvider Modifier and Type Method Description AuthenticationSessionProviderDefaultKeycloakSession. authenticationSessions() -
Uses of AuthenticationSessionProvider in org.keycloak.sessions
Classes in org.keycloak.sessions with type parameters of type AuthenticationSessionProvider Modifier and Type Interface Description interfaceAuthenticationSessionProviderFactory<T extends AuthenticationSessionProvider>
-