org.biffle.cliff.pearl2.handlers
Class ConsoleAuthHandler

java.lang.Object
  |
  +--org.biffle.cliff.pearl2.handlers.ConsoleAuthHandler
All Implemented Interfaces:
AuthHandler

public class ConsoleAuthHandler
extends java.lang.Object
implements AuthHandler

Implemented by objects that provide authorization services to the Pearl2 library.


Constructor Summary
ConsoleAuthHandler()
           
 
Method Summary
 java.lang.String passwordNeeded()
          Called when a password is needed for authentication.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleAuthHandler

public ConsoleAuthHandler()
Method Detail

passwordNeeded

public java.lang.String passwordNeeded()
Called when a password is needed for authentication.

Specified by:
passwordNeeded in interface AuthHandler