public interface AuthenticationKeysBatchProxyManager extends OsidProxyManager, AuthenticationKeysBatchProfile
The authentication keys batch proxy manager provides access to
authentication keys batch sessions and provides interoperability tests for
various aspects of this service. Methods in this manager support the
passing of a Proxy object. 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(Proxy proxy)
Gets the
OsidSession associated with the bulk key
administration service. |
KeyBatchAdminSession |
getKeyBatchAdminSessionForAgency(Id agencyId,
Proxy proxy)
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(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk key
administration service.proxy - a proxy KeyBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsKeyBatchAdmin()
is false optional - This method must be implemented if
supportsKeyBatchAdmin() is true. KeyBatchAdminSession getKeyBatchAdminSessionForAgency(Id agencyId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk key
administration service for the given agency.agencyId - the Id of the Agency proxy - a proxy KeyBatchAdminSession NotFoundException - no Agency found by
the given Id NullArgumentException - agencyId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsKeyBatchAdmin()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsKeyBatchAdmin() and
supportsVisibleFederation() are true