public class SilentParamsAuthenticationHandler extends AuthenticationHandler
silentLogin,
 silentPassword.| Modifier and Type | Field and Description | 
|---|---|
static int | 
ORDER_SILENT_PARAM_HANDLER
Order used by the SilentParamsAuthenticationHandler 
 | 
static java.lang.String | 
REVISION  | 
channel, GENERIC_BAD_AUTHENTICATION_MSG| Modifier and Type | Method and Description | 
|---|---|
static Member | 
checkAuthenticationFromSilentParams(javax.servlet.http.HttpServletRequest request)
Returns the member corresponding to the given "silent" credentials given in the 
 request (silentLogin, silentPassword). 
 | 
static SilentParamsAuthenticationHandler | 
getInstance()  | 
void | 
loadProperties()
This method will be called by the AuthenticationManager each time the
 Channel properties are loaded/reloaded. 
You can use it to reload properties that might have been changed. This method is called during initialization of the AuthenticationManager  | 
void | 
login(AuthenticationContext ctxt)
Authenticate a member. 
 | 
public static final java.lang.String REVISION
public static final int ORDER_SILENT_PARAM_HANDLER
public static final SilentParamsAuthenticationHandler getInstance()
public void loadProperties()
AuthenticationHandlerloadProperties in class AuthenticationHandlerpublic void login(AuthenticationContext ctxt) throws java.io.IOException
AuthenticationHandlerAuthenticationContext object (request, response, login.. etc) AuthenticationContext.setLoggedMember(com.jalios.jcms.Member)AuthenticationContext.doChain(),AuthenticationContext.login in class AuthenticationHandlerctxt - the AuthenticationContext used for this loginjava.io.IOExceptionpublic static final Member checkAuthenticationFromSilentParams(javax.servlet.http.HttpServletRequest request) throws java.io.IOException
request - the request where to look for silent paramsjava.io.IOException - if the underneath login operation with the silentLogin/silentPassword could not be performedCopyright © 2001-2018 Jalios SA. All Rights Reserved.