Interface | osid.authentication.process.AuthenticationProcessManager | ||
---|---|---|---|
Implements | osid.OsidManager | ||
osid.authentication.process.AuthenticationProcessProfile | |||
Description |
The authentication process manager provides access to authentication sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
Method | getAuthenticationAcquisitionSession | ||
Description |
Gets an | ||
Return | osid.authentication.process.AuthenticationAcquisitionSession | an acquisition session for this service | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsAuthenticationAcquisition() is false | ||
Compliance | optional | This method must be implemented if supportsAcquisition() is
true. | |
Method | getAuthenticationValidationSession | ||
Description |
Gets the | ||
Return | osid.authentication.process.AuthenticationValidationSession | an AuthenticationValidationSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsAuthenticationValidation() is false | ||
Compliance | optional | This method must be implemented if supportsValidation() is
true. | |
Method | getTrustLookupSession | ||
Description |
Gets the | ||
Return | osid.authentication.process.TrustLookupSession | a TrustLookupSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsTrustLookup() is false | ||
Compliance | optional | This method must be implemented if supportsTrustLookup() is
true. | |
Method | getTrustLookupSessionForAgency | ||
Description |
Gets the | ||
Parameters | osid.id.Id | agencyId | the Id of the agency |
Return | osid.authentication.process.TrustLookupSession | a TrustLookupSession | |
Errors | NOT_FOUND | agencyId not found | |
NULL_ARGUMENT | agencyId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsTrustLookup() or supportsVisibleFederation()
is false | ||
Compliance | optional | This method must be implemented if supportsTrustLookup() and
supportsVisibleFederation() are true. | |
Method | getCircleOfTrustSession | ||
Description |
Gets the | ||
Return | osid.authentication.process.CircleOfTrustSession | a CircleOfTrustSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsCircleOfTrust() is false | ||
Compliance | optional | This method must be implemented if supportsCircleOfTrust()
is true. | |
Method | getCircleOfTrustSessionForAgency | ||
Description |
Gets the | ||
Parameters | osid.id.Id | agencyId | the Id of the agency |
Return | osid.authentication.process.CircleOfTrustSession | a CircleOfTrustSession | |
Errors | NOT_FOUND | agencyId not found | |
NULL_ARGUMENT | agencyId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCiirleOfTrust() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCircleOfTrust()
and supportsVisibleFederation() are true. |