ccc.plugins.security
Interface Sessions

All Known Implementing Classes:
JbossSession

public interface Sessions

API for managing server sessions.

Author:
Civic Computing Ltd.

Method Summary
 boolean login(java.lang.String username, java.lang.String password)
          Log the specified user into the system.
 

Method Detail

login

boolean login(java.lang.String username,
              java.lang.String password)
Log the specified user into the system.

Parameters:
username - The user's username.
password - The user's password.
Returns:
True if the user was logged in, false otherwise.


Copyright © 2010. All Rights Reserved.