Interface AuthenticationStoredToken


public interface AuthenticationStoredToken
인증 정보를 저장하는 Stored Token
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.core.Authentication
    인증 정보 조회
    void
    setAuthentication(org.springframework.security.core.Authentication authentication)
    인증 정보 저장
  • Method Details

    • getAuthentication

      org.springframework.security.core.Authentication getAuthentication()
      인증 정보 조회
      Returns:
    • setAuthentication

      void setAuthentication(org.springframework.security.core.Authentication authentication)
      인증 정보 저장
      Parameters:
      authentication - 인증 정보