|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.security.DefaultUserDetailsService
public class DefaultUserDetailsService
Implementation of the UserDetailsService that gets authentication credentials from a SecurityRealm implementation.
Constructor Summary | |
---|---|
DefaultUserDetailsService()
|
Method Summary | |
---|---|
SecurityRealm |
getSecurityRealm()
|
UserDetails |
loadUserByUsername(java.lang.String username)
Looks up and returns user details for the given username. |
void |
setSecurityRealm(SecurityRealm securityRealm)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultUserDetailsService()
Method Detail |
---|
public UserDetails loadUserByUsername(java.lang.String username) throws UsernameNotFoundException
username
- the username to find details for
org.acegisecurity.userdetails.UsernameNotFoundException
UsernameNotFoundException
public SecurityRealm getSecurityRealm()
public void setSecurityRealm(SecurityRealm securityRealm)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |