Example usage for org.springframework.security.web.authentication NullRememberMeServices subclass-usage

List of usage examples for org.springframework.security.web.authentication NullRememberMeServices subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.authentication NullRememberMeServices subclass-usage.

Usage

From source file grails.plugin.springsecurity.web.authentication.NullLogoutHandlerRememberMeServices.java

/**
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class NullLogoutHandlerRememberMeServices extends NullRememberMeServices implements LogoutHandler {

    public void logout(final HttpServletRequest req, final HttpServletResponse res, final Authentication a) {

From source file org.codehaus.groovy.grails.plugins.springsecurity.NullLogoutHandlerRememberMeServices.java

/**
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class NullLogoutHandlerRememberMeServices extends NullRememberMeServices implements LogoutHandler {

    /**