Uses of Class
io.stargate.auth.entity.ResourceKind
-
Packages that use ResourceKind Package Description io.stargate.auth io.stargate.auth.entity -
-
Uses of ResourceKind in io.stargate.auth
Methods in io.stargate.auth with parameters of type ResourceKind Modifier and Type Method Description voidAuthorizationService. authorizeSchemaRead(AuthenticationSubject authenticationSubject, List<String> keyspaceNames, List<String> tableNames, SourceAPI sourceAPI, ResourceKind resource)Using the provided token will perform pre-authorization of accessing the provided resources.voidAuthorizationService. authorizeSchemaWrite(AuthenticationSubject authenticationSubject, String keyspace, String table, Scope scope, SourceAPI sourceAPI, ResourceKind resource)Using the provided token will perform pre-authorization where possible and if not successful throws an exception. -
Uses of ResourceKind in io.stargate.auth.entity
Methods in io.stargate.auth.entity that return ResourceKind Modifier and Type Method Description ResourceKindAuthorizedResource. kind()Identifies the resource kind.ResourceKindImmutableAuthorizedResource. kind()Identifies the resource kind.static ResourceKindResourceKind. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceKind[]ResourceKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.stargate.auth.entity with parameters of type ResourceKind Modifier and Type Method Description ImmutableAuthorizedResource.BuilderImmutableAuthorizedResource.Builder. kind(ResourceKind kind)Initializes the value for thekindattribute.static ImmutableAuthorizedResourceImmutableAuthorizedResource. of(ResourceKind kind)Construct a new immutableAuthorizedResourceinstance.ImmutableAuthorizedResourceImmutableAuthorizedResource. withKind(ResourceKind value)Copy the current immutable object by setting a value for thekindattribute.
-