Package org.keycloak.adapters.undertow
Class KeycloakUndertowAccount
java.lang.Object
org.keycloak.adapters.undertow.KeycloakUndertowAccount
- All Implemented Interfaces:
io.undertow.security.idm.Account,Serializable,OidcKeycloakAccount,KeycloakAccount
public class KeycloakUndertowAccount
extends Object
implements io.undertow.security.idm.Account, Serializable, OidcKeycloakAccount
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.jboss.logging.Logger -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetRoles()inthashCode()voidsetCurrentRequestInfo(KeycloakDeployment deployment, AdapterTokenStore tokenStore) protected void
-
Field Details
-
log
protected static org.jboss.logging.Logger log -
principal
-
accountRoles
-
-
Constructor Details
-
KeycloakUndertowAccount
-
-
Method Details
-
setRoles
-
getPrincipal
- Specified by:
getPrincipalin interfaceio.undertow.security.idm.Account- Specified by:
getPrincipalin interfaceKeycloakAccount
-
getRoles
- Specified by:
getRolesin interfaceio.undertow.security.idm.Account- Specified by:
getRolesin interfaceKeycloakAccount
-
getKeycloakSecurityContext
- Specified by:
getKeycloakSecurityContextin interfaceOidcKeycloakAccount
-
setCurrentRequestInfo
-
checkActive
public boolean checkActive() -
equals
-
hashCode
public int hashCode()
-