static ImmutableAuthenticationSubject.Builder |
ImmutableAuthenticationSubject.builder() |
|
ImmutableAuthenticationSubject.Builder |
ImmutableAuthenticationSubject.Builder.customProperties(Map<String,String> customProperties) |
|
ImmutableAuthenticationSubject.Builder |
ImmutableAuthenticationSubject.Builder.from(AuthenticationSubject instance) |
Fill a builder with attribute values from the provided AuthenticationSubject instance.
|
ImmutableAuthenticationSubject.Builder |
ImmutableAuthenticationSubject.Builder.isFromExternalAuth(boolean isFromExternalAuth) |
|
ImmutableAuthenticationSubject.Builder |
ImmutableAuthenticationSubject.Builder.roleName(String roleName) |
Initializes the value for the roleName attribute.
|
ImmutableAuthenticationSubject.Builder |
ImmutableAuthenticationSubject.Builder.token(String token) |
Initializes the value for the token attribute.
|