Inherits from NSObject
Declared in CMISSessionParameters.h

Overview

Key for setting the value of the cache of links. Value should be an NSNumber, indicating the amount of objects whose links will be cached.

Properties

atomPubUrl

@property (nonatomic, strong) NSURL *atomPubUrl

authenticationProvider

@property (nonatomic, strong) id<CMISAuthenticationProvider> authenticationProvider

bindingType

@property (nonatomic, assign, readonly) CMISBindingType bindingType

networkProvider

@property (nonatomic, strong) id<CMISNetworkProvider> networkProvider

password

@property (nonatomic, strong) NSString *password

repositoryId

@property (nonatomic, strong) NSString *repositoryId

username

@property (nonatomic, strong) NSString *username

Instance Methods

addEntriesFromDictionary:

- (void)addEntriesFromDictionary:(NSDictionary *)dictionary

allKeys

Object storage methods

- (NSArray *)allKeys

Discussion

Object storage methods

Declared In

CMISSessionParameters.h

initWithBindingType:

init with binding type

- (id)initWithBindingType:(CMISBindingType)bindingType

Discussion

init with binding type

Declared In

CMISSessionParameters.h

objectForKey:

- (id)objectForKey:(id)key

objectForKey:defaultValue:

- (id)objectForKey:(id)key defaultValue:(id)defaultValue

removeKey:

- (void)removeKey:(id)key

setObject:forKey:

- (void)setObject:(id)object forKey:(id)key