List of usage examples for org.springframework.security.web.authentication RememberMeServices interface-usage
From source file org.springframework.session.security.web.authentication.SpringSessionRememberMeServices.java
/**
* A {@link RememberMeServices} implementation that uses Spring Session backed
* {@link HttpSession} to provide remember-me service capabilities.
*
* @author Vedran Pavic
* @since 1.3.0
From source file it.scoppelletti.programmerpower.web.security.SsoAuthenticationService.java
/**
* Servizio di autenticazione <ACRONYM TITLE="Single Sign-On">SSO</ACRONYM>.
*
* <P>L’integrazione del servizio SSO con Spring Security è
* realizzata attraverso l’interfaccia {@code RememberMeServices}:
* effettivamente sia un servizio SSO che un servizio di autenticazione
From source file de.theit.jenkins.crowd.CrowdRememberMeServices.java
/**
* An implementation of the {@link RememberMeServices} to use SSO with Crowd.
*
* @author <a href="mailto:theit@gmx.de">Thorsten Heit (theit@gmx.de)</a>
* @since 06.09.2011
* @version $Id$
From source file org.springframework.security.web.authentication.rememberme.AbstractRememberMeServices.java
/**
* Base class for RememberMeServices implementations.
*
* @author Luke Taylor
* @author Rob Winch
* @author Edd Melndez
From source file info.raack.appliancelabeler.MockRememberMeServices.java
public class MockRememberMeServices implements RememberMeServices { @Override public Authentication autoLogin(HttpServletRequest arg0, HttpServletResponse arg1) { // TODO Auto-generated method stub return null;