Class OnmsWebAuthenticationDetailsSource
- java.lang.Object
-
- org.opennms.web.springframework.security.OnmsWebAuthenticationDetailsSource
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,OnmsAuthenticationDetails>
public class OnmsWebAuthenticationDetailsSource extends Object implements org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,OnmsAuthenticationDetails>
-
-
Constructor Summary
Constructors Constructor Description OnmsWebAuthenticationDetailsSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OnmsAuthenticationDetails
buildDetails(javax.servlet.http.HttpServletRequest context)
-
-
-
Method Detail
-
buildDetails
public OnmsAuthenticationDetails buildDetails(javax.servlet.http.HttpServletRequest context)
- Specified by:
buildDetails
in interfaceorg.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,OnmsAuthenticationDetails>
-
-