public interface IdProfile extends OsidProfile
The IdProfile
describes the interoperability among id
services.
Modifier and Type | Method and Description |
---|---|
boolean |
supportsIdAdmin()
Tests if an
Id administrative service is supported. |
boolean |
supportsIdBatch()
Tests for the availability of an Id batch service.
|
boolean |
supportsIdIssue()
Tests if an
Id issue service is supported. |
boolean |
supportsIdLookup()
Tests if
Id lookup is supported. |
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
boolean supportsIdLookup()
Id
lookup is supported. true
if Id
lookup is supported,
false
otherwisemandatory
- This method must be implemented. boolean supportsIdIssue()
Id
issue service is supported. true
if Id
issuing is supported,
false
otherwisemandatory
- This method must be implemented. boolean supportsIdAdmin()
Id
administrative service is supported. true
if Id
administration is
supported, false
otherwisemandatory
- This method must be implemented. boolean supportsIdBatch()
true
if an Id batch service is available,
false
otherwisemandatory
- This method must be implemented.