Class MissingAuthorization


  • public class MissingAuthorization
    extends Object
    Wrapper containing the missing authorization information. It contains the name of the violated permission, the type of the resouce and the Id of the resource.
    Author:
    Filip Hrisafov
    • Field Detail

      • resourceId

        protected String resourceId
    • Constructor Detail

      • MissingAuthorization

        public MissingAuthorization​(String permissionName,
                                    String resourceType,
                                    String resourceId)
    • Method Detail

      • getViolatedPermissionName

        public String getViolatedPermissionName()
      • getResourceType

        public String getResourceType()
      • getResourceId

        public String getResourceId()