Package | Description |
---|---|
net.bluemind.authentication.api | |
net.bluemind.authentication.persistence | |
net.bluemind.authentication.service |
Modifier and Type | Method and Description |
---|---|
APIKey |
IAPIKeys.create(java.lang.String displayName)
Creates an
APIKey for the given core session. |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<APIKey> |
IAPIKeysPromise.create(java.lang.String displayName) |
java.util.List<APIKey> |
IAPIKeys.list() |
java.util.concurrent.CompletableFuture<java.util.List<APIKey>> |
IAPIKeysPromise.list() |
Modifier and Type | Method and Description |
---|---|
void |
IAPIKeysAsync.create(java.lang.String displayName,
AsyncHandler<APIKey> handler) |
void |
IAPIKeysAsync.list(AsyncHandler<java.util.List<APIKey>> handler) |
Modifier and Type | Method and Description |
---|---|
APIKey |
APIKeyStore.get(java.lang.String sid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<APIKey> |
APIKeyStore.list() |
Modifier and Type | Method and Description |
---|---|
void |
APIKeyStore.create(APIKey apikey) |
Modifier and Type | Method and Description |
---|---|
APIKey |
APIKeysService.create(java.lang.String displayName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<APIKey> |
APIKeysService.list() |
Copyright © 2021. All Rights Reserved.