|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.security.implementation.context.ContextLoginModule
Class ContextLoginModule
| Constructor Summary | |
ContextLoginModule()
|
|
| Method Summary | |
protected Element |
getAccount(String userName)
Gets accounts for this authentication module |
protected Element |
getAccount(String userName,
String identifyType,
String rank)
Search an account for a given user name and identify type (the 'module'). |
protected String |
getModuleValue(String userName)
Deprecated. Use getAccount(java.lang.String) |
protected Rank |
getRank(String username)
|
protected Rank |
getRank(String username,
String identifyType)
|
protected ContextUserContext |
getValidUserContext(String username,
Rank rank)
|
void |
load(Document document,
long validKey,
String name,
MMBaseCop manager)
|
abstract ContextUserContext |
login(Map userLoginInfo,
Object[] userParameters)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContextLoginModule()
| Method Detail |
public void load(Document document,
long validKey,
String name,
MMBaseCop manager)
throws SecurityException
SecurityException
public abstract ContextUserContext login(Map userLoginInfo,
Object[] userParameters)
throws SecurityException
SecurityException
protected ContextUserContext getValidUserContext(String username,
Rank rank)
throws SecurityException
SecurityException
protected Rank getRank(String username)
throws SecurityException
SecurityException
protected Rank getRank(String username,
String identifyType)
throws SecurityException
SecurityException
protected Element getAccount(String userName)
throws SecurityException
SecurityException
protected String getModuleValue(String userName)
throws SecurityException
getAccount(java.lang.String)
SecurityException
protected Element getAccount(String userName,
String identifyType,
String rank)
throws SecurityException
SecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||