Method | Description | |
---|---|---|
create ( string $label, string $master = false, string $status = 'active' ) : mixed | Creates an identity | |
delete ( string $identity ) : mixed | Deletes an identity | |
get ( string $identity ) : mixed | Returns an identity | |
getAll ( string $label = null, integer $page = 1, integer $perPage = 25 ) : mixed | Gets all the identities | |
update ( string $identity, string $label = null, string $master = null, string $status = null ) : mixed | Updates an identity |