Interface AuthenticationKeysBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
AuthenticationKeysBatchManager, AuthenticationKeysBatchProxyManager

public interface AuthenticationKeysBatchProfile extends OsidProfile

The AuthenticationKeysBatchProfile describes the interoperability among batch authentication batch key 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.
    • supportsKeyBatchAdmin

      boolean supportsKeyBatchAdmin()
      Tests if bulk administration of keys is available.
      Returns:
      true if a key bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.