| Package | Description |
|---|---|
| org.cassproject.ebac.identity |
| Modifier and Type | Field and Description |
|---|---|
static org.stjs.javascript.Array<EcIdentity> |
EcIdentityManager.ids
The current user's owned identities (keys+displayName)
|
static org.stjs.javascript.functions.Callback1<EcIdentity> |
EcIdentityManager.onIdentityChanged
Identity change hook.
|
| Modifier and Type | Method and Description |
|---|---|
static EcIdentity |
EcIdentity.fromCredential(EbacCredential credential,
String secret,
String source)
Helper function to decrypt a credential (storable version of an identity)
into an identity)
|
static EcIdentity |
EcIdentityManager.getIdentity(EcPk pk)
Get Identity from PK (if we have it)
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EcIdentityManager.addIdentity(EcIdentity identity)
Adds an identity to the identity manager.
|
static void |
EcIdentityManager.addIdentityQuietly(EcIdentity identity)
Adds an identity to the identity manager.
|
static void |
EcIdentityManager.identityChanged(EcIdentity identity)
Trigger for the onIdentityChanged hook
|
Copyright © 2018 Eduworks Corporation. All rights reserved.