public class CustomAuthenticationProvider
extends java.lang.Object
implements org.springframework.security.authentication.AuthenticationProvider
| Constructor and Description |
|---|
CustomAuthenticationProvider(AuthenticationService authenticationService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication auth) |
boolean |
supports(java.lang.Class<?> auth) |
public CustomAuthenticationProvider(AuthenticationService authenticationService)
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication auth)
throws org.springframework.security.core.AuthenticationException
authenticate in interface org.springframework.security.authentication.AuthenticationProviderorg.springframework.security.core.AuthenticationExceptionpublic boolean supports(java.lang.Class<?> auth)
supports in interface org.springframework.security.authentication.AuthenticationProviderCopyright © 2007-2019 Ikasan. All Rights Reserved.