public interface AuthorizationBatchProfile extends OsidProfile
The AuthorizationBatchProfile describes the
interoperability among batch authorization services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsAuthorizationBatchAdmin()
Tests if bulk administration of authorizations is available.
|
boolean |
supportsFunctionBatchAdmin()
Tests if bulk administration of functions is available.
|
boolean |
supportsQualifierBatchAdmin()
Tests if bulk administration of qualifiers is available.
|
boolean |
supportsVaultBatchAdmin()
Tests if bulk administration of vaults is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported
, false otherwisemandatory - This method must be implemented. boolean supportsAuthorizationBatchAdmin()
true if an authorization bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsFunctionBatchAdmin()
true if a function bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsQualifierBatchAdmin()
true if a qualifier bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsVaultBatchAdmin()
true if a vault bulk administrative service is
available, false otherwisemandatory - This method must be implemented.