CMISStandardAuthenticationProvider Class Reference
Inherits from | NSObject |
Conforms to | CMISAuthenticationProvider |
Declared in | CMISStandardAuthenticationProvider.h |
Tasks
-
credential
property -
– initWithUsername:password:
Initialize with username and password that will be added as authorization header @param username @param password
-
– initWithCredential:
Initialize with a credential object that will be provided when a corresponding challenge is received from the server. Both client certificate and username / password credentials are supported @param credential
Instance Methods
initWithCredential:
Initialize with a credential object that will be provided when a corresponding challenge is received from the server. Both client certificate and username / password credentials are supported @param credential
- (id)initWithCredential:(NSURLCredential *)credential
Discussion
Initialize with a credential object that will be provided when a corresponding challenge is received from the server. Both client certificate and username / password credentials are supported @param credential
Declared In
CMISStandardAuthenticationProvider.h
initWithUsername:password:
Initialize with username and password that will be added as authorization header @param username @param password
- (id)initWithUsername:(NSString *)username password:(NSString *)password
Discussion
Initialize with username and password that will be added as authorization header @param username @param password
Declared In
CMISStandardAuthenticationProvider.h