Class SessionAuthenticationStore<R extends UstraAuthentication>

java.lang.Object
com.gsitm.ustra.java.security.authentication.store.SessionAuthenticationStore<R>
Type Parameters:
R -
All Implemented Interfaces:
UstraAuthenticationStore<R>

public class SessionAuthenticationStore<R extends UstraAuthentication> extends Object implements UstraAuthenticationStore<R>
UstraAuthenticationStore 인터페이스의 기본 구현체 Spring Security가 기본적으로 세션에 저장하므로 별도의 저장 불러오기 로직은 필요 없다.