public interface IdentityProvider
Modifier and Type | Field and Description |
---|---|
static String |
UNKNOWN_USER_IDENTITY |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
List<String> |
getRoles() |
boolean |
hasRole(String role) |
default void |
removeContextIdentity() |
default void |
setContextIdentity(String userId) |
static final String UNKNOWN_USER_IDENTITY
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.