public class SessionTokenEnhancer
extends java.lang.Object
implements org.springframework.security.oauth2.provider.token.TokenEnhancer
Modifier and Type | Field and Description |
---|---|
protected org.springframework.beans.factory.ObjectProvider<io.jmix.core.session.SessionData> |
sessionDataProvider |
Constructor and Description |
---|
SessionTokenEnhancer(org.springframework.beans.factory.ObjectProvider<io.jmix.core.session.SessionData> sessionDataProvider) |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.oauth2.common.OAuth2AccessToken |
enhance(org.springframework.security.oauth2.common.OAuth2AccessToken accessToken,
org.springframework.security.oauth2.provider.OAuth2Authentication authentication) |
protected org.springframework.beans.factory.ObjectProvider<io.jmix.core.session.SessionData> sessionDataProvider
public SessionTokenEnhancer(org.springframework.beans.factory.ObjectProvider<io.jmix.core.session.SessionData> sessionDataProvider)
public org.springframework.security.oauth2.common.OAuth2AccessToken enhance(org.springframework.security.oauth2.common.OAuth2AccessToken accessToken, org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
enhance
in interface org.springframework.security.oauth2.provider.token.TokenEnhancer