public class GranteeAuthorizer extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GranteeAuthorizer.Factory |
| Constructor and Description |
|---|
GranteeAuthorizer(org.apache.shiro.mgt.DefaultSecurityManager securityManager,
GRN grantee) |
GranteeAuthorizer(org.apache.shiro.mgt.DefaultSecurityManager securityManager,
GRNRegistry grnRegistry,
User grantee) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPermitted(String permission) |
boolean |
isPermitted(String permission,
GRN target) |
boolean |
isPermitted(String permission,
String id) |
public GranteeAuthorizer(org.apache.shiro.mgt.DefaultSecurityManager securityManager,
GRNRegistry grnRegistry,
User grantee)
public GranteeAuthorizer(org.apache.shiro.mgt.DefaultSecurityManager securityManager,
GRN grantee)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.