Package io.stargate.auth.entity
Interface AccessPermission
-
- All Known Implementing Classes:
ImmutableAccessPermission
@Immutable public interface AccessPermissionRepresents a permission from a particularPersistenceimplementation.From Stargate perspective only the name of the permission matters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()The name of the permission relative to itsPermissionKind.
-
-
-
Method Detail
-
name
@Parameter String name()
The name of the permission relative to itsPermissionKind.
-
-