Class AuthorizationHandler


  • public class AuthorizationHandler
    extends Object
    • Constructor Detail

      • AuthorizationHandler

        public AuthorizationHandler​(InstanceManagement instanceManagement)
    • Method Detail

      • checkInstanceReadAuthorized

        public void checkInstanceReadAuthorized​(TypeRef entityRef,
                                                String objectId)
      • checkInstanceUpdateAuthorized

        public void checkInstanceUpdateAuthorized​(TypeRef entityRef,
                                                  String objectId)
      • checkInstanceDeleteAuthorized

        public void checkInstanceDeleteAuthorized​(TypeRef entityRef,
                                                  String objectId)
      • checkInstanceActionAuthorized

        public void checkInstanceActionAuthorized​(TypeRef entityRef,
                                                  String objectId,
                                                  String actionName)
      • checkEntityListAuthorized

        public void checkEntityListAuthorized​(TypeRef entityRef)
      • checkInstanceCreationAuthorized

        public void checkInstanceCreationAuthorized​(TypeRef entityRef)
      • checkEntityActionAuthorized

        public void checkEntityActionAuthorized​(TypeRef entityRef,
                                                String actionName)
      • checkEntityQueryAuthorized

        public void checkEntityQueryAuthorized​(TypeRef entityRef,
                                               String finderName)