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