| Package | Description |
|---|---|
| io.stargate.auth |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuthenticationSubject |
ImmutableAuthenticationSubject.Builder.build()
Builds a new
ImmutableAuthenticationSubject. |
static ImmutableAuthenticationSubject |
ImmutableAuthenticationSubject.copyOf(AuthenticationSubject instance)
Creates an immutable copy of a
AuthenticationSubject value. |
ImmutableAuthenticationSubject |
ImmutableAuthenticationSubject.withCustomProperties(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
customProperties map with the specified map. |
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. |
Copyright © 2022. All rights reserved.