Package org.keycloak.adapters.springsecurity.token
package org.keycloak.adapters.springsecurity.token
-
ClassDescriptionCreates a per-request adapter token store.Represents the token for a Keycloak authentication request or for an authenticated principal once the request has been processed by the
AuthenticationManager.authenticate(Authentication).AdapterTokenStoreFactorythat returns a newSpringSecurityTokenStorefor each request.Extension ofSpringSecurityTokenStorethat stores the obtains tokens in a cookie.Simple Springsecurity contextawareadapter token store.