Package org.mapfish.print.servlet
Class NoOpAuthenticationManager
java.lang.Object
org.mapfish.print.servlet.NoOpAuthenticationManager
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationManager
public class NoOpAuthenticationManager
extends Object
implements org.springframework.security.authentication.AuthenticationManager
A no-op AuthenticationManager.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication
authenticate
(org.springframework.security.core.Authentication authentication) boolean
-
Constructor Details
-
NoOpAuthenticationManager
public NoOpAuthenticationManager()
-
-
Method Details
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException - Specified by:
authenticate
in interfaceorg.springframework.security.authentication.AuthenticationManager
- Throws:
org.springframework.security.core.AuthenticationException
-
isEraseCredentialsAfterAuthentication
public boolean isEraseCredentialsAfterAuthentication()
-