Class BaseAuthenticationInfo

    • Constructor Detail

      • BaseAuthenticationInfo

        public BaseAuthenticationInfo()
      • BaseAuthenticationInfo

        public BaseAuthenticationInfo​(String name)
    • Method Detail

      • getAppConfigurationEntry

        public AppConfigurationEntry[] getAppConfigurationEntry()

        Gets the application authentication configuration. Execution of this method requires a getLoginConfiguration permission.

        Returns:
        an AppConfigurationEntry array containing the application's authentication configuration.
      • copyAppConfigurationEntry

        public AppConfigurationEntry[] copyAppConfigurationEntry()

        Creates and returns a copy of the application authentication configuration. By default this returns the array created by the copyAppConfigurationEntry(List) method using the moduleEntries as a parameter.

        Returns:
        an AppConfigurationEntry array containing the copied entries.
      • copyAppConfigurationEntry

        protected AppConfigurationEntry[] copyAppConfigurationEntry​(List<Object> entries)

        Creates and returns a copy of the specified list of AppConfigurationEntry objects, adding the security domain option when necessary. Execution of this method requires a getLoginConfiguration permission.

        Parameters:
        entries - a List containing the AppConfigurationEntry objects to be copied.
        Returns:
        an AppConfigurationEntry array containing the copied entries.