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 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 interface org.springframework.security.authentication.AuthenticationManager
      Throws:
      org.springframework.security.core.AuthenticationException
    • isEraseCredentialsAfterAuthentication

      public boolean isEraseCredentialsAfterAuthentication()