public interface AuthService
String login(String username, String password) throws Exception
username
- The usernamepassword
- The passwordException
void logout(String sid)
sid
- The session identifierboolean valid(String sid)
void renew(String sid)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.