public interface AuthenticationKeysBatchManager extends OsidManager, AuthenticationKeysBatchProfile
The authentication keys batch manager provides access to authentication keys batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
KeyBatchAdminSession: a session to create, modify
and delete keys in bulk | Modifier and Type | Method and Description |
|---|---|
KeyBatchAdminSession |
getKeyBatchAdminSession()
Gets the
OsidSession associated with the bulk key
administration service. |
KeyBatchAdminSession |
getKeyBatchAdminSessionForAgency(Id agencyId)
Gets the
OsidSession associated with the bulk key
administration service for the given agency. |
changeBranch, initialize, rollbackServiceclosesupportsKeyBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdKeyBatchAdminSession getKeyBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk key
administration service. KeyBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException - supportsKeyBatchAdmin()
is false optional - This method must be implemented if
supportsKeyBatchAdmin() is true. KeyBatchAdminSession getKeyBatchAdminSessionForAgency(Id agencyId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk key
administration service for the given agency.agencyId - the Id of the Agency KeyBatchAdminSession NotFoundException - no Agency found by
the given Id NullArgumentException - agencyId is
null OperationFailedException - unable to complete requestUnimplementedException - supportsKeyBatchAdmin()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsKeyBatchAdmin() and
supportsVisibleFederation() are true