Class ParsePasswordFromRootedInstance
java.lang.Object
org.jclouds.openstack.trove.v1.functions.ParsePasswordFromRootedInstance
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,
,String> Function<HttpResponse,
String>
public class ParsePasswordFromRootedInstance
extends Object
implements com.google.common.base.Function<HttpResponse,String>
This parses the password
-
Method Summary
Modifier and TypeMethodDescriptionapply
(HttpResponse from) Extracts the user password from the json responseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Method Details
-
apply
Extracts the user password from the json response- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,
String> - Specified by:
apply
in interfaceFunction<HttpResponse,
String>
-