@Service public class DefaultIntrospectionResultAssembler extends Object implements IntrospectionResultAssembler
IntrospectionResultAssembler
interface.ACTIVE, CLIENT_ID, dateFormat, EXP, EXPIRES_AT, SCOPE, SCOPE_SEPARATOR, SUB, TOKEN_TYPE, USER_ID
Constructor and Description |
---|
DefaultIntrospectionResultAssembler() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
assembleFrom(OAuth2AccessTokenEntity accessToken,
UserInfo userInfo,
Set<String> authScopes) |
Map<String,Object> |
assembleFrom(OAuth2RefreshTokenEntity refreshToken,
UserInfo userInfo,
Set<String> authScopes) |
public DefaultIntrospectionResultAssembler()
public Map<String,Object> assembleFrom(OAuth2AccessTokenEntity accessToken, UserInfo userInfo, Set<String> authScopes)
assembleFrom
in interface IntrospectionResultAssembler
public Map<String,Object> assembleFrom(OAuth2RefreshTokenEntity refreshToken, UserInfo userInfo, Set<String> authScopes)
assembleFrom
in interface IntrospectionResultAssembler
Copyright © 2022. All rights reserved.