Enum Class SystemPasswordRulesApplyToRI

java.lang.Object
java.lang.Enum<SystemPasswordRulesApplyToRI>
co.ecg.alpaca.toolkit.generated.enums.SystemPasswordRulesApplyToRI
All Implemented Interfaces:
Serializable, Comparable<SystemPasswordRulesApplyToRI>, Constable

public enum SystemPasswordRulesApplyToRI extends Enum<SystemPasswordRulesApplyToRI>
User types for which the System Password Rules apply. The rules could apply to the (1) System, Provisioning Administrator (2) System, Provisioning Administrator. All other administrators and users use external authentication (3) System, Provisioning Administrator. All other administrators and users use their organization's password rules (4) System, Provisioning, Service Provider Administrator (5) Administrator (System, Provisioning, Service Provider, Group and Department) and Users. The following value can only be returned in XS data mode : System, Provisioning Administrator The following values can only be returned in AS data mode : System, Provisioning Administrator. All other administrators and users use external authentication System, Provisioning Administrator. All other administrators and users use their organization's password rules
Author:
AlpacaGenerator
  • Enum Constant Details

    • SYSTEMPROVISIONINGADMINISTRATOR

      public static final SystemPasswordRulesApplyToRI SYSTEMPROVISIONINGADMINISTRATOR
    • SYSTEMPROVISIONINGADMINISTRATORALLOTHERADMINISTRATORSANDUSERSUSEEXTERNALAUTHENTICATION

      public static final SystemPasswordRulesApplyToRI SYSTEMPROVISIONINGADMINISTRATORALLOTHERADMINISTRATORSANDUSERSUSEEXTERNALAUTHENTICATION
    • SYSTEMPROVISIONINGADMINISTRATORALLOTHERADMINISTRATORSANDUSERSUSETHEIRORGANIZATIONSPASSWORDRULES

      public static final SystemPasswordRulesApplyToRI SYSTEMPROVISIONINGADMINISTRATORALLOTHERADMINISTRATORSANDUSERSUSETHEIRORGANIZATIONSPASSWORDRULES
    • SYSTEMPROVISIONINGSERVICEPROVIDERADMINISTRATOR

      public static final SystemPasswordRulesApplyToRI SYSTEMPROVISIONINGSERVICEPROVIDERADMINISTRATOR
    • ADMINISTRATORANDUSER

      public static final SystemPasswordRulesApplyToRI ADMINISTRATORANDUSER
  • Method Details