Interface | osid.id.IdProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.id.IdProfile | |||
Description |
This manager provides access to the available sessions of
the Id service. Methods in this manager support the passing of
a | ||
Method | getIdLookupSession | ||
Description |
Gets the session associated with the id lookup service. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.id.IdLookupSession | an IdLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsIdLookup() is false | ||
Compliance | optional | This method must be implemented if supportsIdLookup() is
true. | |
Method | getIdIssueSession | ||
Description |
Gets the session associated with the id issue service. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.id.IdIssueSession | an IdIssueSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsIdIssue() is false | ||
Compliance | optional | This method must be implemented if supportsIdIssue() is
true. | |
Method | getIdAdminSession | ||
Description |
Gets the session associated with the id administrative service. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.id.IdAdminSession | an IdAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsIdAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsIdAdmin() is
true. | |
Method | getIdBatchProxyManager | ||
Description |
Gets an | ||
Return | osid.id.batch.IdBatchProxyManager | an IdBatchProxyManager | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsIdBatch() is false | ||
Compliance | optional | This method must be implemented if supportsIdBatch() is
true. |