Package org.keycloak.adapters.springsecurity.token
-
Interface Summary Interface Description AdapterTokenStoreFactory Creates a per-request adapter token store. -
Class Summary Class Description KeycloakAuthenticationToken Represents the token for a Keycloak authentication request or for an authenticated principal once the request has been processed by theAuthenticationManager.authenticate(Authentication).SpringSecurityAdapterTokenStoreFactory AdapterTokenStoreFactorythat returns a newSpringSecurityTokenStorefor each request.SpringSecurityCookieTokenStore Extension ofSpringSecurityTokenStorethat stores the obtains tokens in a cookie.SpringSecurityTokenStore Simple Springsecurity contextawareadapter token store.