public class ElytronAccount extends Object implements Serializable, OidcKeycloakAccount
Modifier and Type | Field and Description |
---|---|
protected static org.jboss.logging.Logger |
log |
Constructor and Description |
---|
ElytronAccount(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkActive() |
RefreshableKeycloakSecurityContext |
getKeycloakSecurityContext() |
Principal |
getPrincipal() |
Set<String> |
getRoles() |
public ElytronAccount(KeycloakPrincipal<RefreshableKeycloakSecurityContext> principal)
public RefreshableKeycloakSecurityContext getKeycloakSecurityContext()
getKeycloakSecurityContext
in interface OidcKeycloakAccount
public Principal getPrincipal()
getPrincipal
in interface KeycloakAccount
public Set<String> getRoles()
getRoles
in interface KeycloakAccount
public boolean checkActive()
Copyright © 2021 JBoss by Red Hat. All rights reserved.