Interface AuthenticationProviderSelector


public interface AuthenticationProviderSelector
Author:
nuwan
  • Method Summary

    Modifier and Type Method Description
    org.springframework.security.authentication.AuthenticationProvider select​(PlatformAuthenticationToken token)  
  • Method Details