Interface AdminPermissionEvaluator.PermissionCheck

Enclosing interface:
AdminPermissionEvaluator

public static interface AdminPermissionEvaluator.PermissionCheck
Useful as a function pointer, i.e. RoleMapperResource is reused bewteen GroupResource and UserResource to manage role mappings. We don't know what type of resource we're managing here (user or group), so we don't know how to query the policy engine to determine if an action is allowed.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • evaluate

      boolean evaluate()