ImmutableAuthenticationSubject |
ImmutableAuthenticationSubject.Builder.build() |
|
static ImmutableAuthenticationSubject |
ImmutableAuthenticationSubject.copyOf(AuthenticationSubject instance) |
|
static ImmutableAuthenticationSubject |
ImmutableAuthenticationSubject.of(String token,
String roleName,
boolean isFromExternalAuth,
Map<String,String> customProperties) |
Construct a new immutable AuthenticationSubject instance.
|
ImmutableAuthenticationSubject |
ImmutableAuthenticationSubject.withCustomProperties(Map<String,String> value) |
Copy the current immutable object by setting a value for the customProperties attribute.
|
ImmutableAuthenticationSubject |
ImmutableAuthenticationSubject.withIsFromExternalAuth(boolean value) |
Copy the current immutable object by setting a value for the isFromExternalAuth attribute.
|
ImmutableAuthenticationSubject |
ImmutableAuthenticationSubject.withRoleName(String value) |
Copy the current immutable object by setting a value for the roleName attribute.
|
ImmutableAuthenticationSubject |
ImmutableAuthenticationSubject.withToken(String value) |
Copy the current immutable object by setting a value for the token attribute.
|