Class GranteeAuthorizer

java.lang.Object
org.graylog.security.GranteeAuthorizer

public class GranteeAuthorizer extends Object
  • Constructor Details

    • GranteeAuthorizer

      public GranteeAuthorizer(org.apache.shiro.mgt.DefaultSecurityManager securityManager, GRNRegistry grnRegistry, User grantee)
    • GranteeAuthorizer

      public GranteeAuthorizer(org.apache.shiro.mgt.DefaultSecurityManager securityManager, GRN grantee)
  • Method Details

    • isPermitted

      public boolean isPermitted(String permission, GRN target)
    • isPermitted

      public boolean isPermitted(String permission)
    • isPermitted

      public boolean isPermitted(String permission, String id)