Interface AuthenticationAdapter

All Known Implementing Classes:
DefaultAuthenticationAdapter

public interface AuthenticationAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.core.Authentication
     
  • Method Details

    • toAuthentication

      org.springframework.security.core.Authentication toAuthentication(Subject subject)