Class UserAllowedActions


  • @Model(adaptables=SlingHttpServletRequest.class)
    public final class UserAllowedActions
    extends java.lang.Object
    Representation of the User allowed actions. The actions can the current user perform on the given resource The access rights are associated with the resource provided via the item request parameter. We are not displaying the data of the current resource but from a given resource
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canEditAcl()
      Can the user edit the acl of the resource
      java.lang.String getClassNames()
      Class names to be added to the given component
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserAllowedActions

        public UserAllowedActions()
    • Method Detail

      • canEditAcl

        public boolean canEditAcl()
        Can the user edit the acl of the resource
        Returns:
      • getClassNames

        public java.lang.String getClassNames()
        Class names to be added to the given component
        Returns: