Uses of Class
io.stargate.auth.Scope
-
Packages that use Scope Package Description io.stargate.auth -
-
Uses of Scope in io.stargate.auth
Methods in io.stargate.auth that return Scope Modifier and Type Method Description static ScopeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.stargate.auth with parameters of type Scope Modifier and Type Method Description voidAuthorizationService. authorizeDataWrite(AuthenticationSubject authenticationSubject, String keyspace, String table, Scope scope, SourceAPI sourceAPI)Using the provided token will perform pre-authorization and if not successful throws an exception.voidAuthorizationService. authorizeDataWrite(AuthenticationSubject authenticationSubject, String keyspace, String table, List<TypedKeyValue> typedKeyValues, Scope scope, SourceAPI sourceAPI)Using the provided token will perform pre-authorization where possible.voidAuthorizationService. authorizePermissionManagement(AuthenticationSubject authenticationSubject, String resource, String grantee, Scope scope, SourceAPI sourceAPI)Using the provided token will perform pre-authorization of permission management.voidAuthorizationService. authorizeRoleManagement(AuthenticationSubject authenticationSubject, String role, Scope scope, SourceAPI sourceAPI)Using the provided token will perform pre-authorization of role management.voidAuthorizationService. authorizeRoleManagement(AuthenticationSubject authenticationSubject, String role, String grantee, Scope scope, SourceAPI sourceAPI)Using the provided token will perform pre-authorization of role management.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.
-