ccc.plugins.security.jboss
Class JbossSession

java.lang.Object
  extended by ccc.plugins.security.jboss.JbossSession
All Implemented Interfaces:
Sessions

public class JbossSession
extends java.lang.Object
implements Sessions

JBoss implementation of the sessions API.

Author:
Civic Computing Ltd.

Constructor Summary
JbossSession()
           
 
Method Summary
 boolean login(java.lang.String username, java.lang.String password)
          Log the specified user into the system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbossSession

public JbossSession()
Method Detail

login

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

Specified by:
login in interface Sessions
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.