Interface | osid.authentication.batch.AuthenticationBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.authentication.batch.AuthenticationBatchProfile | |||
Description |
The authentication batch proxy manager provides access to
authentication batch sessions and provides interoperability
tests for various aspects of this service. Methods in this
manager support the passing of a
| ||
Method | getAgentBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.authentication.batch.AgentBatchAdminSession | a AgentBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAgentBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsAgentBatchAdmin()
is true. | |
Method | getAgentBatchAdminSessionForAgency | ||
Description |
Gets the | ||
Parameters | osid.id.Id | agencyId | the Id of the Agency |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.authentication.batch.AgentBatchAdminSession | a AgentBatchAdminSession | |
Errors | NOT_FOUND | no Agency found by the given Id | |
NULL_ARGUMENT | agencyId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAgentBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAgentBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getAgencyBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.authentication.batch.AgencyBatchAdminSession | a AgencyBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAgencyBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsAgencyBatchAdmin()
is true. |