Class DefaultUstraJwtClaimAppender
java.lang.Object
com.gsitm.ustra.java.security.jwt.authentication.claims.DefaultUstraJwtClaimAppender
- All Implemented Interfaces:
UstraJwtClaimAppender
UstraJwtClaimAppender 인터페이스의 기본 구현체
접속 정보 및 Server & Client Data를 claim에 추가한다.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(UstraJwtClaims claims, org.springframework.security.core.Authentication authentication) 클레임 추가 정보를 기록한다.
-
Constructor Details
-
DefaultUstraJwtClaimAppender
public DefaultUstraJwtClaimAppender()
-
-
Method Details
-
append
public void append(UstraJwtClaims claims, org.springframework.security.core.Authentication authentication) Description copied from interface:UstraJwtClaimAppender클레임 추가 정보를 기록한다.- Specified by:
appendin interfaceUstraJwtClaimAppender- Parameters:
claims- 토큰 Claimauthentication- 인증 정보
-