Class PermGrant

    • Constructor Detail

      • PermGrant

        public PermGrant()
    • Method Detail

      • getObjName

        public String getObjName()
        Return the permission object name.
        Returns:
        maps to 'ftObjNm' attribute on 'ftOperation' object class.
      • setObjName

        public void setObjName​(String objName)
        Set the permission object name.
        Parameters:
        objName - maps to 'ftObjNm' attribute on 'ftOperation' object class.
      • getObjId

        public String getObjId()
        Return the permission object id.
        Returns:
        maps to 'ftObjId' attribute on 'ftOperation' object class.
      • setObjId

        public void setObjId​(String objId)
        Set the permission object id.
        Parameters:
        objId - maps to 'ftObjId' attribute on 'ftOperation' object class.
      • getOpName

        public String getOpName()
        Return the permission operation name.
        Returns:
        maps to 'ftOpNm' attribute on 'ftOperation' object class.
      • setOpName

        public void setOpName​(String opName)
        Set the permission operation name.
        Parameters:
        opName - maps to 'ftOpNm' attribute on 'ftOperation' object class.
      • getUserId

        public String getUserId()
        Get the userId attribute from this entity.
        Returns:
        maps to 'ftUsers' attribute on 'ftOperation' object class.
      • setUserId

        public void setUserId​(String userId)
        Set the userId attribute on this entity.
        Parameters:
        userId - maps to 'ftUsers' attribute on 'ftOperation' object class.
      • getRoleNm

        public String getRoleNm()
        Get the role name associated from this entity.
        Returns:
        maps to 'ftRoles' attribute on 'ftOperation' object class.
      • setRoleNm

        public void setRoleNm​(String roleNm)
        Set the role name associated with this entity.
        Parameters:
        roleNm - maps to 'ftRoles' attribute on 'ftOperation' object class.
      • isAdmin

        public boolean isAdmin()
        If set to true entity will be stored in ldap subdirectory associated with administrative permissions GlobalIds.ADMIN_PERM_ROOT. otherwise will be RBAC permissions GlobalIds.PERM_ROOT
        Returns:
        boolean if administrative entity.
      • setAdmin

        public void setAdmin​(boolean admin)
        Return boolean value that will be set to true if this entity will be stored in Administrative Permissions.
        Parameters:
        admin - will be true if administrative entity.