<RMAuthenticator> Protocol Reference

The authentication provider. More...

#import <RMSession.h>

Inheritance diagram for <RMAuthenticator>:
MoodleAuthenticator RMSessionTests

List of all members.

Public Member Functions

(void) - authenticateWithCall:
 Authenticate the session with a call object.
(id< RMCallProtocol >) - callProtocol
 A call protocol to handle session credentials for subsequent calls.
(BOOL) - authenticateResponseString:
 Check the responseString if the response is authenticated.
(BOOL) - authenticateResponseData:
 Check the responseData if the response is authenticated.

Detailed Description

The authentication provider.

Definition at line 21 of file RMSession.h.


Member Function Documentation

- (void) authenticateWithCall: (RMCall *)  call   [required]

Authenticate the session with a call object.

Parameters:
call a RMCall object.
delegate a RMSessionDelegate.
- (id<RMCallProtocol>) callProtocol   [required]

A call protocol to handle session credentials for subsequent calls.

Returns:
An object implementing RMCallProtocol.
- (BOOL) authenticateResponseString: (NSString *)  responseString   [optional]

Check the responseString if the response is authenticated.

Parameters:
responseString 
Returns:
true if the session is authenticated
- (BOOL) authenticateResponseData: (NSData *)  responseData   [optional]

Check the responseData if the response is authenticated.

Parameters:
responseData 
Returns:
true if the session is authenticated

The documentation for this protocol was generated from the following file:

Generated on Wed Dec 9 23:55:12 2009 for WIRemoting by  doxygen 1.6.1