Package net.bluemind.authentication.api
Interface IAPIKeysAsync
public interface IAPIKeysAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(String displayName, AsyncHandler<APIKey> handler) void
delete
(String sid, AsyncHandler<Void> handler) void
get
(String sid, AsyncHandler<APIKey> handler) void
list
(AsyncHandler<List<APIKey>> handler) void
listAll
(AsyncHandler<List<APIKey>> handler) void
store
(String key, String displayName, AsyncHandler<APIKey> handler)