public interface AuthenticationBatchProxyManager extends OsidProxyManager, AuthenticationBatchProfile
The authentication batch proxy manager provides access to
authentication 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:
AgentBatchAdminSession:
a session to manage agents
in bulk AgencyBatchAdminSession:
a session to create,
modify and delete Agencies
in bulk Modifier and Type | Method and Description |
---|---|
AgencyBatchAdminSession |
getAgencyBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk agency
administration service. |
AgentBatchAdminSession |
getAgentBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk agent
administration service. |
AgentBatchAdminSession |
getAgentBatchAdminSessionForAgency(Id agencyId,
Proxy proxy)
Gets the
OsidSession associated with the bulk agent
administration service for the given agency. |
changeBranch, initialize, rollbackService
close
supportsAgencyBatchAdmin, supportsAgentBatchAdmin, supportsVisibleFederation
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
AgentBatchAdminSession getAgentBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk agent
administration service.proxy
- a proxy AgentBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsAgentBatchAdmin()
is false
optional
- This method must be implemented if
supportsAgentBatchAdmin()
is true.
AgentBatchAdminSession getAgentBatchAdminSessionForAgency(Id agencyId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk agent
administration service for the given agency.agencyId
- the Id
of the Agency
proxy
- a proxy AgentBatchAdminSession
NotFoundException
- no Agency
found by
the given Id
NullArgumentException
- agencyId
or
proxy
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsAgentBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsAgentBatchAdmin()
and
supportsVisibleFederation()
are true
AgencyBatchAdminSession getAgencyBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk agency
administration service.proxy
- a proxy AgencyBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsAgencyBatchAdmin()
is false
optional
- This method must be implemented if
supportsAgencyBatchAdmin()
is true.