Class DefaultUstraJwtClaimAppender

java.lang.Object
com.gsitm.ustra.java.security.jwt.authentication.claims.DefaultUstraJwtClaimAppender
All Implemented Interfaces:
UstraJwtClaimAppender

public class DefaultUstraJwtClaimAppender extends Object implements UstraJwtClaimAppender
UstraJwtClaimAppender 인터페이스의 기본 구현체 접속 정보 및 Server & Client Data를 claim에 추가한다.
  • 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:
      append in interface UstraJwtClaimAppender
      Parameters:
      claims - 토큰 Claim
      authentication - 인증 정보