Package | Description |
---|---|
org.restsql.security |
Contains classes that provide security, such as authorization.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Authorizer.isAuthorized(SecurityContext context,
Request.Type requestType,
String sqlResource)
Checks if user is assigned a role that may perform the request.
|
boolean |
Authorizer.isAuthorized(SecurityContext context,
Request request)
Checks if user is assigned a role that may perform the request.
|
Copyright © 2011-2018 restSQL Project Contributors