Interface AuthenticationProxyManager

All Superinterfaces:
AuthenticationProfile, AutoCloseable, Closeable, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable

public interface AuthenticationProxyManager extends OsidProxyManager, AuthenticationProfile

The authentication proxy manager provides access to authentication sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy object. The sessions included in this manager are:

  • AgentLookupSession : session to look up Agents
  • AgentQuerySession : a session to query Agents
  • AgentSearchSession: session to search Agents
  • AgentAdminSession : session to create, modify and delete Agents
  • Agent NotificationSession : session to receive messages pertaining to Agent changes
  • AgentAgencySession : a session to retrieve Agent to Agency mappings
  • AgentAgencyAssignmentSession : a session to manage Agent to Agency mappings
  • AgentSmartAgencySession : a session to create dynamic agencies
  • AgencyLookupSession : a session to lookup agencies
  • AgencyQuerySession : a session to query agencies
  • AgencySearchSession : a session to search agencies
  • AgencyAdminSession : a session to create, modify and delete agencies
  • AgencyNotificationSession : a session to receive messages pertaining to Agency changes
  • AgencyHierarchySession : a session to traverse the Agency hierarchy
  • AgencyHierarchyDesignSession : a session to manage the Agency hierarchy