Example usage for org.springframework.security.core.userdetails UserDetailsChecker interface-usage

List of usage examples for org.springframework.security.core.userdetails UserDetailsChecker interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.core.userdetails UserDetailsChecker interface-usage.

Usage

From source file grails.plugin.springsecurity.userdetails.DefaultPostAuthenticationChecks.java

/**
 * Copy of the private class in AbstractUserDetailsAuthenticationProvider
 * to make subclassing or replacement easier.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */

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

/**
 * Copy of the private class in AbstractUserDetailsAuthenticationProvider
 * to make subclassing or replacement easier.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */

From source file grails.plugin.springsecurity.userdetails.DefaultPreAuthenticationChecks.java

/**
 * Copy of the private class in AbstractUserDetailsAuthenticationProvider
 * to make subclassing or replacement easier.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */

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

/**
 * Copy of the private class in AbstractUserDetailsAuthenticationProvider
 * to make subclassing or replacement easier.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */