Class UstraCurrentJwtInfo
java.lang.Object
com.gsitm.ustra.java.security.jwt.authentication.UstraCurrentJwtInfo
토큰 정보 조회 객체
-
Constructor Summary
ConstructorsConstructorDescriptionUstraCurrentJwtInfo(UstraJwtAuthenticationProcessor<? extends com.gsitm.ustra.java.security.authentication.request.token.UstraAuthenticationRequestToken, ? extends UstraJwtAuthentication> processor) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.HttpHeadersaccess / refresh token 헤더 조회access token 조회org.springframework.http.HttpHeadersaccess token 헤더 조회login token 조회refresh token 조회org.springframework.http.HttpHeadersrefresh token 헤더 조회
-
Constructor Details
-
UstraCurrentJwtInfo
public UstraCurrentJwtInfo(UstraJwtAuthenticationProcessor<? extends com.gsitm.ustra.java.security.authentication.request.token.UstraAuthenticationRequestToken, ? extends UstraJwtAuthentication> processor)
-
-
Method Details
-
getAccessToken
access token 조회- Returns:
-
getRefreshToken
refresh token 조회- Returns:
-
getLoginToken
login token 조회- Returns:
-
getAccessTokenHeader
public org.springframework.http.HttpHeaders getAccessTokenHeader()access token 헤더 조회- Returns:
-
getRefreshTokenHeader
public org.springframework.http.HttpHeaders getRefreshTokenHeader()refresh token 헤더 조회- Returns:
-
getAccessAndRefreshTokenHeader
public org.springframework.http.HttpHeaders getAccessAndRefreshTokenHeader()access / refresh token 헤더 조회- Returns:
-