Store for persisting credentials
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| artifactID | bigint | N/A | false | The artifact ID, e.g. Bridge, SearchEngine, VideoProvider, LDAP, JDBC, etc.. | |
| token | raw | 2000 | false | Binary data for the credentials token. | |
| type | int | N/A | false | Artifact type associated with the credentials. This should be an integer constant defined in JiveConstants to avoid collisions. | |
| userID | bigint | N/A | false | The user ID. |