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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(HttpResponse from)
Extracts the user password from the json response
-
-
-
Method Detail
-
apply
public String apply(HttpResponse from)
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>
-
-