public static class OIDCFilterSessionStore.SerializableKeycloakAccount extends Object implements OidcKeycloakAccount, Serializable
Modifier and Type | Field and Description |
---|---|
protected Principal |
principal |
protected Set<String> |
roles |
protected RefreshableKeycloakSecurityContext |
securityContext |
Constructor and Description |
---|
SerializableKeycloakAccount(Set<String> roles,
Principal principal,
RefreshableKeycloakSecurityContext securityContext) |
Modifier and Type | Method and Description |
---|---|
RefreshableKeycloakSecurityContext |
getKeycloakSecurityContext() |
Principal |
getPrincipal() |
Set<String> |
getRoles() |
protected Principal principal
protected RefreshableKeycloakSecurityContext securityContext
public SerializableKeycloakAccount(Set<String> roles, Principal principal, RefreshableKeycloakSecurityContext securityContext)
public Principal getPrincipal()
getPrincipal
in interface KeycloakAccount
public Set<String> getRoles()
getRoles
in interface KeycloakAccount
public RefreshableKeycloakSecurityContext getKeycloakSecurityContext()
getKeycloakSecurityContext
in interface OidcKeycloakAccount
Copyright © 2020 JBoss by Red Hat. All rights reserved.