|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.mmbase.security.Authentication
|
+--org.mmbase.security.NoAuthentication
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.Map 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 |
public NoAuthentication()
| Method Detail |
protected void load()
load in class Authentication
public UserContext login(java.lang.String application,
java.util.Map loginInfo,
java.lang.Object[] parameters)
throws SecurityException
login in class Authenticationorg.mmbase.security.Authenticationmanager - 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 nullnullThrows:SecurityException - When something strang happend
public boolean isValid(UserContext usercontext)
throws SecurityException
isValid in class Authenticationorg.mmbase.security.Authenticationusercontext - The UserContext of which we want to know the rightstrue when valid, otherwise falseSecurityException - When something strang happend
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||