public class KeycloakAuthentication
extends org.acegisecurity.providers.AbstractAuthenticationToken
| Constructor and Description |
|---|
KeycloakAuthentication(org.keycloak.representations.IDToken idToken,
org.keycloak.representations.AccessToken accessToken,
String refreashToken) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredentials() |
String |
getName() |
Object |
getPrincipal() |
String |
getRefreashToken() |
equals, getAuthorities, getDetails, hashCode, isAuthenticated, setAuthenticated, setDetails, toStringpublic KeycloakAuthentication(org.keycloak.representations.IDToken idToken,
org.keycloak.representations.AccessToken accessToken,
String refreashToken)
Copyright © 2016–2017. All rights reserved.