Class policy


public class policy extends identity
General Information
  • Field Details

    • description

      public String description
      Description
              Restrictions:
                      Mandatory: true
                      maxlength: 1024
      
    • resourceId

      public String resourceId
      Resource id
              Restrictions:
                      Mandatory: true
                      maxlength: 1024
      
    • accessType

      public String accessType
      Access type
              Restrictions:
                      maxlength: 16
                      enumeration: ALLOW (Allow)
                      enumeration: DENY (Deny)
                      enumeration: READONLY (Read Only)
                      enumeration: MANDATORY (Mandatory)
                      enumeration: READWRITE (Read/Write)
                      enumeration: HIDDEN (Hidden)
                      enumeration: ANONYMOUS (Anonymous)
                      enumeration: AUTHENTICATED (Authenticated)
      
    • effectiveDate

      public Date effectiveDate
      Effective date
              Restrictions:
                      Mandatory: true
      
    • expiryDate

      public Date expiryDate
      Expiry date
    • expression

      public String expression
      Expression
              Restrictions:
                      maxlength: 256
      
    • source

      public String source
      Source
              Restrictions:
                      maxlength: 256
      
    • version

      public int version
  • Constructor Details

    • policy

      public policy()