Enum IappUserActionType

    • Enum Constant Detail

      • EDIT_ORGANIZATION

        public static final IappUserActionType EDIT_ORGANIZATION
        Edit organization
      • CREATE_ORGANIZATION

        public static final IappUserActionType CREATE_ORGANIZATION
        Create organization
      • UPDATE_ORGANIZATION

        public static final IappUserActionType UPDATE_ORGANIZATION
        Update organization
      • REMOVED_IAPP_USER

        public static final IappUserActionType REMOVED_IAPP_USER
        Removed iApp user
      • ADD_MULTI_IDENTITY_PROVIDER

        public static final IappUserActionType ADD_MULTI_IDENTITY_PROVIDER
        Add multi-identity provider
      • DELETE_MULTI_IDENTITY_PROVIDER

        public static final IappUserActionType DELETE_MULTI_IDENTITY_PROVIDER
        Delete multi-identity provider
      • SET_IDENTITY_PROVIDER

        public static final IappUserActionType SET_IDENTITY_PROVIDER
        Set identity provider
      • DELETE_IDENTITY_PROVIDER

        public static final IappUserActionType DELETE_IDENTITY_PROVIDER
        Delete identity provider
      • CREATE_SAML_IDP_SETTINGS

        public static final IappUserActionType CREATE_SAML_IDP_SETTINGS
        Create SAML IDP settings
      • EDIT_SAML_IDP_SETTINGS

        public static final IappUserActionType EDIT_SAML_IDP_SETTINGS
        Edit SAML IDP settings
      • SET_USER_PASSWORD

        public static final IappUserActionType SET_USER_PASSWORD
        Set user password
      • RESET_USER_PASSWORD

        public static final IappUserActionType RESET_USER_PASSWORD
        Reset user password
      • CREATE_CSV_BILLING_REPORT

        public static final IappUserActionType CREATE_CSV_BILLING_REPORT
        Create CSV billing report
      • CREATE_BILLING_REPORT

        public static final IappUserActionType CREATE_BILLING_REPORT
        Create billing report
      • CREATE_CSV_USER_ACTIVITY_REPORT

        public static final IappUserActionType CREATE_CSV_USER_ACTIVITY_REPORT
        Create CSV user activity report
      • CREATE_USER_ACTIVITY_REPORT

        public static final IappUserActionType CREATE_USER_ACTIVITY_REPORT
        Create user activity report
      • DELETE_SAML_SETTINGS

        public static final IappUserActionType DELETE_SAML_SETTINGS
        Delete SAML settings
      • EDIT_ORGANIZATION_TIERS

        public static final IappUserActionType EDIT_ORGANIZATION_TIERS
        Edit organization tiers
      • GET_LOG_AUTHENTICATION_LINKS

        public static final IappUserActionType GET_LOG_AUTHENTICATION_LINKS
        Get log authentication links
      • ADD_OAUTH_CLIENT_DETAILS

        public static final IappUserActionType ADD_OAUTH_CLIENT_DETAILS
        Add OAUTH client details
      • EDIT_OAUTH_CLIENT_DETAILS

        public static final IappUserActionType EDIT_OAUTH_CLIENT_DETAILS
        Edit OAUTH client details
      • DELETE_OAUTH_CLIENT_DETAILS

        public static final IappUserActionType DELETE_OAUTH_CLIENT_DETAILS
        Delete OAUTH client details
      • ADD_DOCUMENT_STORAGE_LOCATION

        public static final IappUserActionType ADD_DOCUMENT_STORAGE_LOCATION
        Add document storage location
      • EDIT_DOCUMENT_STORAGE_LOCATION

        public static final IappUserActionType EDIT_DOCUMENT_STORAGE_LOCATION
        Edit document storage location
      • RESET_EMAIL_USER_ACCOUNT

        public static final IappUserActionType RESET_EMAIL_USER_ACCOUNT
        Reset Email user account
    • Method Detail

      • values

        public static IappUserActionType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (IappUserActionType c : IappUserActionType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static IappUserActionType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null