| Interface | Description |
|---|---|
| AdapterTokenStoreFactory |
Creates a per-request adapter token store.
|
| Class | Description |
|---|---|
| KeycloakAuthenticationToken |
Represents the token for a Keycloak authentication request or for an authenticated principal once the request has been
processed by the
AuthenticationManager.authenticate(Authentication). |
| SpringSecurityAdapterTokenStoreFactory |
AdapterTokenStoreFactory that returns a new SpringSecurityTokenStore for each request. |
| SpringSecurityCookieTokenStore |
Extension of
SpringSecurityTokenStore that stores the obtains tokens in a cookie. |
| SpringSecurityTokenStore |
Simple Spring
security context aware adapter token store. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.