Class OnmsAuthenticationDetails
- java.lang.Object
-
- org.springframework.security.web.authentication.WebAuthenticationDetails
-
- org.opennms.web.springframework.security.OnmsAuthenticationDetails
-
- All Implemented Interfaces:
Serializable
public class OnmsAuthenticationDetails extends org.springframework.security.web.authentication.WebAuthenticationDetails
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getUserGroups()
void
setUserGroups(String... groups)
String
toString()
-
-
-
Constructor Detail
-
OnmsAuthenticationDetails
public 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).- Parameters:
request
- that the authentication request was received from
-
-