net.incongru.berkano.security
Class DummySecurityGateway

java.lang.Object
  extended by net.incongru.berkano.security.AbstractSecurityGateway
      extended by net.incongru.berkano.security.DummySecurityGateway
All Implemented Interfaces:
SecurityGateway

Deprecated.

public class DummySecurityGateway
extends AbstractSecurityGateway

Version:
$Revision: 1.1 $
Author:
greg, $Author: gj $ (last edit)

Constructor Summary
DummySecurityGateway()
          Deprecated.  
 
Method Summary
 boolean authenticate(Authenticator authenticator)
          Deprecated. Mimics the JAAS authentication, with Callback and CallbackHandler.
 boolean logout(Authenticator authenticator)
          Deprecated.  
 
Methods inherited from class net.incongru.berkano.security.AbstractSecurityGateway
hasPermission
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummySecurityGateway

public DummySecurityGateway()
Deprecated. 
Method Detail

authenticate

public boolean authenticate(Authenticator authenticator)
Deprecated. 
Description copied from interface: SecurityGateway
Mimics the JAAS authentication, with Callback and CallbackHandler. Here, the authenticator class should be constructed with a ServletRequest, for example)


logout

public boolean logout(Authenticator authenticator)
Deprecated. 


Copyright © 2004-2007. All Rights Reserved.