public interface IdManager extends OsidManager, IdProfile
This manager provides access to the available sessions of the Id
service. Ids are created through the IdAdminSession
which provides the means for creating a unique identifier.
The IdLookupSession can be used for mapping one
Id to another in addition to getting a list of the assigned
identifiers.
| Modifier and Type | Method and Description |
|---|---|
IdAdminSession |
getIdAdminSession()
Gets the session associated with the id admin service.
|
IdBatchManager |
getIdBatchManager()
Gets an
IdBatchManager. |
IdIssueSession |
getIdIssueSession()
Gets the session associated with the id issue service.
|
IdLookupSession |
getIdLookupSession()
Gets the session associated with the id lookup service.
|
changeBranch, initialize, rollbackServiceclosesupportsIdAdmin, supportsIdBatch, supportsIdIssue, supportsIdLookupgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdIdLookupSession getIdLookupSession() throws OperationFailedException
IdLookupSession OperationFailedException - unable to complete requestUnimplementedException - supportsIdLookup()
is false optional - This method must be implemented if
supportsIdLookup() is true. IdIssueSession getIdIssueSession() throws OperationFailedException
IdIssueSession OperationFailedException - unable to complete requestUnimplementedException - supportsIdIssue()
is false optional - This method must be implemented if
supportsIdIssue() is true. IdAdminSession getIdAdminSession() throws OperationFailedException
IdAdminSession OperationFailedException - unable to complete requestUnimplementedException - supportsIdAdmin()
is false optional - This method must be implemented if
supportsIdAdmin() is true. IdBatchManager getIdBatchManager() throws OperationFailedException
IdBatchManager. IdBatchManager OperationFailedException - unable to complete requestUnimplementedException - supportsIdBatch()
is false optional - This method must be implemented if
supportsIdBatch() is true.