public interface AuthenticationBatchProfile extends OsidProfile
The AuthenticationBatchProfile describes the
interoperability among batch authentication services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsAgencyBatchAdmin()
Tests if bulk administration of agencies is available.
|
boolean |
supportsAgentBatchAdmin()
Tests if bulk administration of agents 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 supportsAgentBatchAdmin()
true if an agent bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsAgencyBatchAdmin()
true if an agency bulk administrative service
is available, false otherwisemandatory - This method must be implemented.