org.jclouds.dynect.v3.features
Interface SessionApi


public interface SessionApi

See Also:

Method Summary
 boolean isValid(String token)
           
 Session login(SessionCredentials credentials)
           
 void logout(String token)
           
 

Method Detail

login

@Named(value="POST:Session")
Session login(SessionCredentials credentials)

isValid

@Named(value="GET:Session")
boolean isValid(@HeaderParam(value="Auth-Token")
                      String token)

logout

@Named(value="DELETE:Session")
void logout(@HeaderParam(value="Auth-Token")
                  String token)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.