Inherits from NSObject
Declared in CMISBindingSession.h

Properties

authenticationProvider

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

networkProvider

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

repositoryId

@property (nonatomic, strong, readonly) NSString *repositoryId

username

@property (nonatomic, strong, readonly) NSString *username

Instance Methods

addEntriesFromDictionary:

- (void)addEntriesFromDictionary:(NSDictionary *)dictionary

allKeys

- (NSArray *)allKeys

initWithSessionParameters:

- (id)initWithSessionParameters:(CMISSessionParameters *)sessionParameters

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