Inherits from NSObject
Declared in HPCSTenant.h

Overview

The tenant in the HPCS identity system

Tasks

Properties

name

the name of the tenant

@property (retain) NSString *name

Declared In

HPCSTenant.h

tenantId

the unique indentifier of the tenant

@property (retain) NSString *tenantId

Declared In

HPCSTenant.h

Instance Methods

initWithAttributes:

Initializes the category with the given attributes.

- (id)initWithAttributes:(NSDictionary *)attributes

Parameters

attributes

The NSDictionary of attributes.

@discusssion The passed in NSDictionary must support the following keys: name and id

Discussion

This is the designated initializer.

Declared In

HPCSTenant.h