|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.romaframework.module.users.SimpleAccountBinder
public class SimpleAccountBinder
Default implementation of AccountBinder. Binds an LDAP user to a BaseAccount
with the same name. Requires a BaseAccount in the database for each LDAP user
| Constructor Summary | |
|---|---|
SimpleAccountBinder()
|
|
| Method Summary | |
|---|---|
BaseAccount |
getAccount(java.lang.String authenticationName,
java.util.Map<?,?> authenticationResult)
returns a BaseAccount corresponding to an LDAP user |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleAccountBinder()
| Method Detail |
|---|
public BaseAccount getAccount(java.lang.String authenticationName,
java.util.Map<?,?> authenticationResult)
AccountBinderBaseAccount corresponding to an LDAP user
getAccount in interface AccountBinderauthenticationName - the LDAP user nameauthenticationResult - the result of the authentication call
BaseAccount corresponding to the LDAP user logging in
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||