Interface AuthorizationRulesProxyManager

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

public interface AuthorizationRulesProxyManager extends OsidProxyManager, AuthorizationRulesProfile

The authorization rules proxy manager provides access to authorization rules sessions and provides interoperability tests for various aspects of this service. Methods in this manager pass a Proxy for passing information from server environments. The sessions included in this manager are:

  • AuthorizationEnablerLookupSession : a session to retrieve authorization enablers
  • AuthorizationEnablerQuerySession : a session to query for authorization enablers
  • AuthorizationEnablerSearchSession : a session to search for authorization enablers
  • AuthorizationEnablerAdminSession : a session to create and delete authorization enablers
  • AuthorizationEnablerNotificationSession : a session to receive notifications pertaining to authorization enabler changes
  • AuthorizationEnablerVaultSession : a session to look up authorization enabler vault mappings
  • AuthorizationEnablerVaultAssignmentSession : a session to manage authorization enabler to vault mappings
  • AuthorizationEnablerSmartVaultSession : a session to manage dynamic vaults of authorization enablers
  • AuthorizationEnablerRuleLookupSession : a session to look up authorization enabler to authorization mappings
  • AuthorizationEnablerRuleApplicationSession : a session to assign authorization enablers to authorizations