Interface AuthorizationEnablerForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidEffectuatorForm, OsidEnablerForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, OsidTemporalForm, Suppliable

public interface AuthorizationEnablerForm extends OsidEffectuatorForm

This is the form for creating and updating AuthorizationEnablers. Like all OsidForms, various data elements may be set here for use in the create and update methods in the AuthorizationEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getAuthorizationEnablerFormRecord

      AuthorizationEnablerFormRecord getAuthorizationEnablerFormRecord(Type authorizationEnablerRecordType) throws OperationFailedException
      Gets the AuthorizationEnablerFormRecord corresponding to the given authorization enabler record Type.
      Parameters:
      authorizationEnablerRecordType - an authorization enabler record type
      Returns:
      the authorization enabler form record
      Throws:
      NullArgumentException - authorizationEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(authorizationEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.