Package net.bluemind.authentication.api
Interface IAPIKeysAsync
public interface IAPIKeysAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(String displayName, AsyncHandler<APIKey> handler) voiddelete(String sid, AsyncHandler<Void> handler) voidget(String sid, AsyncHandler<APIKey> handler) voidlist(AsyncHandler<List<APIKey>> handler) voidstore(String key, String displayName, AsyncHandler<APIKey> handler)  
- 
Method Details
- 
create
 - 
delete
 - 
get
 - 
list
 - 
store
 
 -