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 OidcKeycloakAccountpublic Principal getPrincipal()
getPrincipal in interface KeycloakAccountpublic Set<String> getRoles()
getRoles in interface KeycloakAccountpublic boolean checkActive()
Copyright © 2019 JBoss by Red Hat. All rights reserved.