Uses of Class
io.stargate.auth.entity.ImmutableActor
-
Packages that use ImmutableActor Package Description io.stargate.auth.entity -
-
Uses of ImmutableActor in io.stargate.auth.entity
Methods in io.stargate.auth.entity that return ImmutableActor Modifier and Type Method Description ImmutableActorImmutableActor.Builder. build()Builds a newImmutableActor.static ImmutableActorImmutableActor. copyOf(Actor instance)Creates an immutable copy of aActorvalue.static ImmutableActorImmutableActor. of(String roleName)Construct a new immutableActorinstance.ImmutableActorImmutableActor. withRoleName(String value)Copy the current immutable object by setting a value for theroleNameattribute.
-