| Package | Description |
|---|---|
| org.cassproject.ebac.identity |
| Modifier and Type | Field and Description |
|---|---|
static org.stjs.javascript.Array<EcContact> |
EcIdentityManager.contacts
Contacts (Keys that we do not own)
|
static org.stjs.javascript.functions.Callback1<EcContact> |
EcIdentityManager.onContactChanged
Contacts change hook.
|
| Modifier and Type | Method and Description |
|---|---|
static EcContact |
EcContact.fromEncryptedContact(EbacContact contact,
String secret,
String source)
Helper function to decrypt an encrypted contact (storable version of an contact)
into an contact
|
static EcContact |
EcIdentityManager.getContact(EcPk pk)
Get Contact from PK (if we have it)
|
EcContact |
EcIdentity.toContact()
Converts an identity to a contact.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EcIdentityManager.addContact(EcContact contact)
Adds a contact to the identity manager.
|
static void |
EcIdentityManager.addContactQuietly(EcContact contact)
Adds a contact to the identity manager.
|
static void |
EcIdentityManager.contactChanged(EcContact contact)
Trigger for the onContactChanged hook
|
Copyright © 2018 Eduworks Corporation. All rights reserved.