@Named(value="POST:Session") @POST Session login(SessionCredentials credentials)
@Named(value="GET:Session")
@GET
boolean isValid(@HeaderParam(value="Auth-Token")
String token)
@Named(value="DELETE:Session")
@DELETE
void logout(@HeaderParam(value="Auth-Token")
String token)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.