public class LocalAuthenticationProvider
extends java.lang.Object
implements org.springframework.security.authentication.AuthenticationProvider
| Constructor and Description |
|---|
LocalAuthenticationProvider(SecurityService securityService,
UserService userService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
org.springframework.security.crypto.password.PasswordEncoder |
delegatingPasswordEncoder() |
boolean |
supports(java.lang.Class<?> clazz) |
public LocalAuthenticationProvider(SecurityService securityService, UserService userService)
userService - public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
throws org.springframework.security.core.AuthenticationException
authenticate in interface org.springframework.security.authentication.AuthenticationProviderorg.springframework.security.core.AuthenticationExceptionpublic boolean supports(java.lang.Class<?> clazz)
supports in interface org.springframework.security.authentication.AuthenticationProviderpublic org.springframework.security.crypto.password.PasswordEncoder delegatingPasswordEncoder()
Copyright © 2007-2019 Ikasan. All Rights Reserved.