@Value.Immutable
public interface AuthenticationSubject
| Modifier and Type | Method and Description |
|---|---|
default AuthenticatedUser |
asUser() |
Map<String,String> |
customProperties() |
boolean |
isFromExternalAuth() |
static AuthenticationSubject |
of(AuthenticatedUser user) |
static AuthenticationSubject |
of(String token,
String roleName) |
static AuthenticationSubject |
of(String token,
String roleName,
boolean fromExternalAuth) |
static AuthenticationSubject |
of(String token,
String roleName,
boolean fromExternalAuth,
Map<String,String> properties) |
String |
roleName() |
String |
token() |
String roleName()
boolean isFromExternalAuth()
default AuthenticatedUser asUser()
static AuthenticationSubject of(String token, String roleName, boolean fromExternalAuth, Map<String,String> properties)
static AuthenticationSubject of(String token, String roleName, boolean fromExternalAuth)
static AuthenticationSubject of(String token, String roleName)
static AuthenticationSubject of(AuthenticatedUser user)
Copyright © 2022. All rights reserved.