Interface AuthPropertiesModel

    • Method Detail

      • getValues

        Map getValues()
               throws AMConsoleException
        Returns all the values for the core authentication service.
        Returns:
        Map of attribute values. Returns the EMPTY_SET if the values could not be retrieved.
        Throws:
        AMConsoleException
      • getAuthTypes

        Map getAuthTypes()
        Returns:
        map of auth-type/localized-auth-type pairs
      • setValues

        void setValues​(Map modifiedValues)
                throws AMConsoleException
        Sets the specified attribute values in the service configuration. The service name is defined in the subclass. Each attribute passed will be set even if the value has not changed. It is the responsibility of the invoking view bean to pass only those values that are to be set. Each attribute will also cause one log record to be written for each successful set operation.
        Parameters:
        modifiedValues - that will be set in the service configuration data.
        Throws:
        AMConsoleException - on any error condition.
      • getAuthInstances

        Set getAuthInstances()
      • getInstanceValues

        Map getInstanceValues​(String name)
      • setCurrentRealm

        void setCurrentRealm​(String realm)
      • hasAuthAttributes

        boolean hasAuthAttributes​(String type)
        Returns true if there are attributes for a authentication type.
        Parameters:
        type - Authtentication type.
        Returns:
        true if there are attributes for a authentication type.