Uses of Class
net.bluemind.authentication.api.APIKey
Packages that use APIKey
-
Uses of APIKey in net.bluemind.authentication.api
Methods in net.bluemind.authentication.api that return APIKeyModifier and TypeMethodDescriptionCreates anAPIKey
for the given core session.Creates anAPIKey
for the given core session using the provided key as SID.Methods in net.bluemind.authentication.api that return types with arguments of type APIKeyMethod parameters in net.bluemind.authentication.api with type arguments of type APIKeyModifier 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)