Class SyncopeAuthenticationDetailsSource
- java.lang.Object
-
- org.apache.syncope.core.spring.security.SyncopeAuthenticationDetailsSource
-
- All Implemented Interfaces:
AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,SyncopeAuthenticationDetails>
public class SyncopeAuthenticationDetailsSource extends Object implements AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,SyncopeAuthenticationDetails>
-
-
Constructor Summary
Constructors Constructor Description SyncopeAuthenticationDetailsSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncopeAuthenticationDetails
buildDetails(javax.servlet.http.HttpServletRequest context)
-
-
-
Method Detail
-
buildDetails
public SyncopeAuthenticationDetails buildDetails(javax.servlet.http.HttpServletRequest context)
- Specified by:
buildDetails
in interfaceAuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,SyncopeAuthenticationDetails>
-
-