public interface OAuth2SessionToken
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getClaims() |
String |
getClientId() |
String |
getCsrClientId() |
Collection<? extends org.springframework.security.core.GrantedAuthority> |
getCsrInheritedAuthorities() |
String |
getCsrSubject() |
String |
getCsrUserId() |
Date |
getExpiresIn() |
Date |
getMaxExpiresIn() |
String |
getSubject() |
String |
getUserId() |
String |
getValue() |
boolean |
isCsrAnonymous() |
boolean |
isImpersonated() |
String getValue()
String getUserId()
String getSubject()
String getClientId()
Date getExpiresIn()
Date getMaxExpiresIn()
boolean isImpersonated()
String getCsrClientId()
isImpersonated()
String getCsrSubject()
String getCsrUserId()
boolean isCsrAnonymous()
Collection<? extends org.springframework.security.core.GrantedAuthority> getCsrInheritedAuthorities()
Copyright © 2021. All rights reserved.