| Package | Description |
|---|---|
| io.stargate.auth |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableAuthenticationSubject.Builder |
ImmutableAuthenticationSubject.builder()
Creates a builder for
ImmutableAuthenticationSubject. |
ImmutableAuthenticationSubject.Builder |
ImmutableAuthenticationSubject.Builder.customProperties(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
customProperties map. |
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)
Initializes the value for the
isFromExternalAuth attribute. |
ImmutableAuthenticationSubject.Builder |
ImmutableAuthenticationSubject.Builder.putAllCustomProperties(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
customProperties map. |
ImmutableAuthenticationSubject.Builder |
ImmutableAuthenticationSubject.Builder.putCustomProperties(Map.Entry<String,? extends String> entry)
Put one entry to the
customProperties map. |
ImmutableAuthenticationSubject.Builder |
ImmutableAuthenticationSubject.Builder.putCustomProperties(String key,
String value)
Put one entry to the
customProperties map. |
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. |
Copyright © 2022. All rights reserved.