Class CustomPreAuthenticationChecks

java.lang.Object
org.mule.extension.spring.internal.util.CustomPreAuthenticationChecks
All Implemented Interfaces:
org.springframework.security.core.userdetails.UserDetailsChecker

public class CustomPreAuthenticationChecks extends Object implements org.springframework.security.core.userdetails.UserDetailsChecker
  • Constructor Details

    • CustomPreAuthenticationChecks

      public CustomPreAuthenticationChecks()
  • Method Details

    • check

      public void check(org.springframework.security.core.userdetails.UserDetails user)
      Specified by:
      check in interface org.springframework.security.core.userdetails.UserDetailsChecker