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 APIKeyMethods in net.bluemind.authentication.api that return types with arguments of type APIKeyModifier and TypeMethodDescriptionIAPIKeys.list()IAPIKeysPromise.list()IInternalAPIKeysPromise.list()Method parameters in net.bluemind.authentication.api with type arguments of type APIKeyModifier and TypeMethodDescriptionvoidIAPIKeysAsync.create(String displayName, AsyncHandler<APIKey> handler) voidIInternalAPIKeysAsync.create(String displayName, AsyncHandler<APIKey> handler) voidIInternalAPIKeysAsync.get(String sid, AsyncHandler<APIKey> handler) voidIAPIKeysAsync.list(AsyncHandler<List<APIKey>> handler) voidIInternalAPIKeysAsync.list(AsyncHandler<List<APIKey>> handler)