Interface AuthenticationBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
AuthenticationBatchManager, AuthenticationBatchProxyManager

public interface AuthenticationBatchProfile extends OsidProfile

The AuthenticationBatchProfile describes the interoperability among batch authentication services.

  • Method Details

    • supportsVisibleFederation

      boolean supportsVisibleFederation()
      Tests if federation is visible.
      Returns:
      true if visible federation is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAgentBatchAdmin

      boolean supportsAgentBatchAdmin()
      Tests if bulk administration of agents is available.
      Returns:
      true if an agent bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAgencyBatchAdmin

      boolean supportsAgencyBatchAdmin()
      Tests if bulk administration of agencies is available.
      Returns:
      true if an agency bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.