public class OnmsAuthenticationDetails
extends org.springframework.security.web.authentication.WebAuthenticationDetails
| Constructor and Description | 
|---|
OnmsAuthenticationDetails(javax.servlet.http.HttpServletRequest request)
Records the remote address and will also set the session Id if a session
 already exists (it won't create one). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getUserGroups()  | 
void | 
setUserGroups(String... groups)  | 
String | 
toString()  | 
public OnmsAuthenticationDetails(javax.servlet.http.HttpServletRequest request)
request - that the authentication request was received fromCopyright © 2021. All rights reserved.