| java.lang.Object clime.messadmin.providers.user.AcegiUserName
AcegiUserName | public class AcegiUserName implements RequestLifeCycleProvider(Code) | | Fetch the current user name from Acegi, if available.
Implementation note: Acegi stores its data in a ThreadLocal object, so we need to sniff it at request time.
Copy (cache) the information as RemoteUser at request time. It will be picked by the HttpRequestRemoteUser plugin.
author: Cédrik LIME since: 4.1 |
AcegiUserName | public AcegiUserName()(Code) | | |
|
|