Avaya Client Services API Reference (iOS)
Instance Methods | List of all members
<CSEnrollmentCredentialProvider> Protocol Reference

Interface used to represent a CSEnrollmentCredentialProvider. More...

#import <CSEnrollmentCredentialProvider.h>

Inherits <NSObject>.

Instance Methods

(CSEnrollmentCredential *) - credentialProviderDidReceiveChallenge
 Request an enrollment credential. More...
 
(void) - credentialProviderDidReceiveCredentialAccepted
 Report the credential obtained from the previous credential challenge request has been accepted. More...
 

Detailed Description

Interface used to represent a CSEnrollmentCredentialProvider.

An enrollment credential provider needs Certificate Common Name and enrollment password for the enrollment.

Method Documentation

- (CSEnrollmentCredential *) credentialProviderDidReceiveChallenge

Request an enrollment credential.

Returns
credential provided.
- (void) credentialProviderDidReceiveCredentialAccepted

Report the credential obtained from the previous credential challenge request has been accepted.


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