Class CustomPostAuthenticationChecks

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

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

    • CustomPostAuthenticationChecks

      public CustomPostAuthenticationChecks()
  • Method Details

    • check

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