Enum UserAuthParamAPI

    • Enum Constant Detail

      • GET_USER_AUTH_PARAMS

        public static final UserAuthParamAPI GET_USER_AUTH_PARAMS
      • GET_USER_AUTH_PARAMS_BY_TYPE

        public static final UserAuthParamAPI GET_USER_AUTH_PARAMS_BY_TYPE
      • GET_USER_AUTH_PARAM_VALUES_BY_TYPE

        public static final UserAuthParamAPI GET_USER_AUTH_PARAM_VALUES_BY_TYPE
      • SAVE_USER_AUTH_PARAMS

        public static final UserAuthParamAPI SAVE_USER_AUTH_PARAMS
      • DELETE_AUTH_PARAMS_BY_USER

        public static final UserAuthParamAPI DELETE_AUTH_PARAMS_BY_USER
    • Method Detail

      • values

        public static UserAuthParamAPI[] 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 (UserAuthParamAPI c : UserAuthParamAPI.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static UserAuthParamAPI 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
      • isRegisterInAuditLog

        public boolean isRegisterInAuditLog()
        Description copied from interface: OpenIAMAPI
        Need we save operation in auditlogs (uses for foreign requests - not UI requests)
        Specified by:
        isRegisterInAuditLog in interface OpenIAMAPI
        Returns:
        true