Interface ISecurityController.IPermissionLevels

All Known Subinterfaces:
ISecurityController.IPermissionLevel
Enclosing interface:
ISecurityController

public static interface ISecurityController.IPermissionLevels
Security permission levels
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Write/Delete/Grant security permission has been given to the user
    static final int
    No specific permission has been given to the user
    static final int
    Write/Delete permission has been given to the user
    static final int
    Read permission has been given to the user
    static final int
    Write permission has been given to the user
  • Field Details

    • NO

      static final int NO
      No specific permission has been given to the user
      See Also:
    • READ

      static final int READ
      Read permission has been given to the user
      See Also:
    • WRITE

      static final int WRITE
      Write permission has been given to the user
      See Also:
    • OWNER

      static final int OWNER
      Write/Delete permission has been given to the user
      See Also:
    • GRANT

      static final int GRANT
      Write/Delete/Grant security permission has been given to the user
      See Also: