public class NoOpAuthenticationManager
extends java.lang.Object
implements org.springframework.security.authentication.AuthenticationManager
| Constructor and Description |
|---|
NoOpAuthenticationManager() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
boolean |
isEraseCredentialsAfterAuthentication() |
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.AuthenticationManagerorg.springframework.security.core.AuthenticationExceptionpublic boolean isEraseCredentialsAfterAuthentication()