| 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. |
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. |
Copyright © 2024. All rights reserved.