|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.devnull.security.config.SpringSecurityUserLookupStrategy
@Component("springSecurityUserLocationStrategy")
class SpringSecurityUserLookupStrategy
extends java.lang.Object
| Property Summary | |
|---|---|
org.springframework.security.authentication.AuthenticationManager |
authenticationManager
|
java.lang.Object |
log
|
| Method Summary | |
|---|---|
User
|
getCurrentAuditor()
Wrapper around lookupCurrentUser to implement AuditorAware |
User
|
lookupCurrentUser()
|
void
|
reAuthenticateCurrentUser()
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long) |
| Property Detail |
|---|
@Autowired org.springframework.security.authentication.AuthenticationManager authenticationManager
final java.lang.Object log
| Method Detail |
|---|
User getCurrentAuditor()
User lookupCurrentUser()
void reAuthenticateCurrentUser()
Groovy Documentation