@Consumes(value="application/json") @Path(value="/v1.1") public interface AuthenticationClient extends Closeable
Auth
authenticate(String username, String key)
close
@POST @Consumes(value="application/json") @Path(value="/auth") Auth authenticate(String username, String key)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.