public class KeycloakPrincipal<T extends KeycloakSecurityContext> extends Object implements Principal, Serializable
Modifier and Type | Field and Description |
---|---|
protected T |
context |
protected String |
name |
Constructor and Description |
---|
KeycloakPrincipal(String name,
T context) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T |
getKeycloakSecurityContext() |
String |
getName() |
int |
hashCode() |
String |
toString() |
protected final String name
protected final T extends KeycloakSecurityContext context
Copyright © 2019 JBoss by Red Hat. All rights reserved.