Interface | osid.authentication.process.AuthenticationInput | ||
---|---|---|---|
Implements | osid.OsidCondition | ||
Description |
An authorization condition interface. | ||
Method | getAuthenticationInputRecord | ||
Description |
Gets the record corresponding to the given | ||
Parameters | osid.type.Type | authenticationInputRecordType | an authentication input record type |
Return | osid.authentication.process.records.AuthenticationInputRecord | the authentication input record | |
Errors | NULL_ARGUMENT | authenticationInputRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(authenticationInputRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |