Groovy Documentation

org.devnull.security.config
[Groovy] Class SpringSecurityUserLookupStrategy

java.lang.Object
  org.devnull.security.config.SpringSecurityUserLookupStrategy
All Implemented Interfaces:
UserLookupStrategy

@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

authenticationManager

@Autowired
org.springframework.security.authentication.AuthenticationManager authenticationManager


log

final java.lang.Object log


 
Method Detail

getCurrentAuditor

User getCurrentAuditor()
Wrapper around lookupCurrentUser to implement AuditorAware


lookupCurrentUser

User lookupCurrentUser()


reAuthenticateCurrentUser

void reAuthenticateCurrentUser()


 

Groovy Documentation