Uses of Class
net.bluemind.authentication.api.APIKey
-
Uses of APIKey in net.bluemind.authentication.api
Modifier and TypeMethodDescriptionCreates anAPIKey
for the given core session.Creates anAPIKey
for the given core session using the provided key as SID.Modifier and TypeMethodDescriptionvoid
IAPIKeysAsync.create
(String displayName, AsyncHandler<APIKey> handler) void
IAPIKeysAsync.get
(String sid, AsyncHandler<APIKey> handler) void
IAPIKeysAsync.list
(AsyncHandler<List<APIKey>> handler) void
IAPIKeysAsync.store
(String key, String displayName, AsyncHandler<APIKey> handler)