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

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

- (NSArray *)allKeys

initWithBindingType:

- (id)initWithBindingType:(CMISBindingType)bindingType

objectForKey:

- (id)objectForKey:(id)key

objectForKey:withDefaultValue:

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

removeKey:

- (void)removeKey:(id)key

setObject:forKey:

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