Class AuthorizationProperty


  • public class AuthorizationProperty
    extends java.lang.Object
    • Constructor Detail

      • AuthorizationProperty

        public AuthorizationProperty()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • isEnabledForCustomCode

        public boolean isEnabledForCustomCode()
      • setEnabledForCustomCode

        public void setEnabledForCustomCode​(boolean enabledForCustomCode)
      • getAuthorizationCheckRevokes

        public java.lang.String getAuthorizationCheckRevokes()
      • setAuthorizationCheckRevokes

        public void setAuthorizationCheckRevokes​(java.lang.String authorizationCheckRevokes)
      • isTenantCheckEnabled

        public boolean isTenantCheckEnabled()
      • setTenantCheckEnabled

        public void setTenantCheckEnabled​(boolean tenantCheckEnabled)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object