| 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,String> customProperties)
Initializes the value for the
customProperties attribute. |
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.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 © 2024. All rights reserved.