Interface | Description |
---|---|
ApiKey |
A database-stored object representing the association between a
PrincipalCollection and a Api Key (char[]). |
ApiKeyDAO |
ApiKeyData access. |
Class | Description |
---|---|
ApiKeyData |
ApiKey data. |
ApiKeyStoreImpl |
MyBatis
ApiKeyStore implementation. |
ApiKeyTokenTypeHandler |
MyBatis
TypeHandler that encrypts ApiKeyToken s at rest with the property that the same
token will always be encrypted to the same database string, assuming the same database cipher settings. |
DefaultApiKeyFactory |
Default
ApiKeyFactory that creates random UUID. |
PurgeApiKeysTask |
Purge orphaned API keys task.
|
PurgeApiKeysTaskDescriptor |
Task descriptor for
PurgeApiKeysTask . |
Copyright © 2008–2021 Sonatype, Inc.. All rights reserved.