org.mmbase.security
Class NoAuthentication

java.lang.Object
  |
  +--org.mmbase.security.Authentication
        |
        +--org.mmbase.security.NoAuthentication

public class NoAuthentication
extends Authentication

This class does nothing


Fields inherited from class org.mmbase.security.Authentication
configFile, fileWatcher, manager
 
Constructor Summary
NoAuthentication()
           
 
Method Summary
 boolean isValid(UserContext usercontext)
          this method does nothing..
protected  void load()
          This method does nothing
 UserContext login(java.lang.String application, java.util.HashMap loginInfo, java.lang.Object[] parameters)
          this method does nothing..
 
Methods inherited from class org.mmbase.security.Authentication
load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoAuthentication

public NoAuthentication()
Method Detail

load

protected void load()
This method does nothing
Overrides:
load in class Authentication

login

public UserContext login(java.lang.String application,
                         java.util.HashMap loginInfo,
                         java.lang.Object[] parameters)
                  throws SecurityException
this method does nothing..
Overrides:
login in class Authentication
Following copied from class: org.mmbase.security.Authentication
Parameters:
manager - The class that created this instance.
configPath - The url which contains the config information for. the authorization.
parameters - a list of optional parameters, may also be null
Returns:
nullThrows:
SecurityException - When something strang happend

isValid

public boolean isValid(UserContext usercontext)
                throws SecurityException
this method does nothing..
Overrides:
isValid in class Authentication
Following copied from class: org.mmbase.security.Authentication
Parameters:
usercontext - The UserContext of which we want to know the rights
Returns:
true when valid, otherwise false
Throws:
SecurityException - When something strang happend


MMBase 2001