Package org.jclouds.dynect.v3.features
Interface SessionApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValid(String token)
Session
login(SessionCredentials credentials)
void
logout(String token)
-
-
-
Method Detail
-
login
@Named("POST:Session") @POST Session login(SessionCredentials credentials)
-
isValid
@Named("GET:Session") @GET boolean isValid(@HeaderParam("Auth-Token") String token)
-
logout
@Named("DELETE:Session") @DELETE void logout(@HeaderParam("Auth-Token") String token)
-
-