Interface SelectRealmModel

    • Method Detail

      • getRealmNames

        Set getRealmNames​(String base,
                          String filter)
                   throws AMConsoleException
        Returns realms that have names matching with a filter.
        Specified by:
        getRealmNames in interface AMModel
        Parameters:
        base - Base realm name for this search. null indicates root suffix.
        filter - Filter string.
        Returns:
        realms that have names matching with a filter.
        Throws:
        AMConsoleException - if search fails.
      • getAuthenticationInstances

        Set getAuthenticationInstances​(String realmName)
                                throws AMConsoleException
        Returns set of authentication instances.
        Parameters:
        realmName - Name of Realm.
        Returns:
        set of authentication instances.
        Throws:
        AMConsoleException - if authentication instances cannot be obtained.