Avaya Client Services API Reference (OS X)
Instance Methods | Class Methods | Properties | List of all members
CSEnrollmentCredential Class Reference

Represents credential that can be used for identity certificate enroll. More...

#import <CSEnrollmentCredential.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithCommonName:andPassword:
 

Class Methods

(instancetype) + credentialWithCommonName:andPassword:
 Constructor of a credential using username and password. More...
 

Properties

NSString * commonName
 Certificate common name of the credential. More...
 
NSString * enrollmentPassword
 Password of the credential. More...
 

Detailed Description

Represents credential that can be used for identity certificate enroll.

Credentials consist of certificate common name and enrollment password.

This interface includes all of the convenient methods for constructing an EnrollmentCredential.

Method Documentation

+ (instancetype) credentialWithCommonName: (NSString *)  commonName
andPassword: (NSString *)  password 

Constructor of a credential using username and password.

Parameters
commonNamecertificate common name for this credential
passwordenrollment password for this credential
- (instancetype) initWithCommonName: (NSString *)  commonName
andPassword: (NSString *)  password 

Property Documentation

- (NSString*) commonName
readatomicassign

Certificate common name of the credential.

- (NSString*) enrollmentPassword
readatomicassign

Password of the credential.


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