| Package | Description |
|---|---|
| io.stargate.auth.entity |
| Modifier and Type | Method and Description |
|---|---|
ImmutableActor |
ImmutableActor.Builder.build()
Builds a new
ImmutableActor. |
static ImmutableActor |
ImmutableActor.copyOf(Actor instance)
Creates an immutable copy of a
Actor value. |
static ImmutableActor |
ImmutableActor.of(String roleName)
Construct a new immutable
Actor instance. |
ImmutableActor |
ImmutableActor.withRoleName(String value)
Copy the current immutable object by setting a value for the
roleName attribute. |
Copyright © 2022. All rights reserved.