| Interface | osid.id.IdIssueSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This is a simple session used to create new | ||
| Method | canIssueIds | ||
| Description |
Tests if this user can issue | ||
| Return | boolean | false if create methods are not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | issueId | ||
| Description |
Issues a new | ||
| Return | osid.id.Id | the new Id | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |