Interface | osid.id.IdManager | ||
---|---|---|---|
Implements | osid.OsidManager | ||
osid.id.IdProfile | |||
Description |
This manager provides access to the available sessions of
the Id service. The | ||
Method | getIdLookupSession | ||
Description |
Gets the session associated with the id lookup service. | ||
Return | osid.id.IdLookupSession | an IdLookupSession | |
Errors | 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. | ||
Return | osid.id.IdIssueSession | an IdIssueSession | |
Errors | 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 admin service. | ||
Return | osid.id.IdAdminSession | an IdAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsIdAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsIdAdmin() is
true. | |
Method | getIdBatchManager | ||
Description |
Gets an | ||
Return | osid.id.batch.IdBatchManager | an IdBatchManager | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsIdBatch() is false | ||
Compliance | optional | This method must be implemented if supportsIdBatch() is
true. |