public abstract class AbstractOAuth2AccessToken extends Object implements Serializable, AccessToken
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.security.oauth2.common.OAuth2AccessToken |
oAuth2AccessToken |
ENCOUNTER, ID_TOKEN, INTENT, LOCATION, NEED_PATIENT_BANNER, PATIENT, RESOURCE, SMART_STYLE_URL| Constructor and Description |
|---|
AbstractOAuth2AccessToken(String accessToken,
String tokenType,
String expires,
String scope,
String refreshToken,
String idToken) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalInformation() |
Date |
getExpiration() |
int |
getExpiresIn() |
IdToken |
getIdToken() |
String |
getIdTokenStr() |
org.springframework.security.oauth2.common.OAuth2RefreshToken |
getRefreshToken() |
Set<String> |
getScope() |
String |
getTokenType() |
String |
getValue() |
boolean |
isExpired() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasNameValuePairList, getEncounterId, getIntent, getLocationId, getPatientId, getResource, getRootResponse, getSmartStyleUrl, needPatientBannerprotected final org.springframework.security.oauth2.common.OAuth2AccessToken oAuth2AccessToken
public Map<String,Object> getAdditionalInformation()
getAdditionalInformation in interface org.springframework.security.oauth2.common.OAuth2AccessTokenpublic Set<String> getScope()
getScope in interface org.springframework.security.oauth2.common.OAuth2AccessTokenpublic org.springframework.security.oauth2.common.OAuth2RefreshToken getRefreshToken()
getRefreshToken in interface org.springframework.security.oauth2.common.OAuth2AccessTokenpublic String getTokenType()
getTokenType in interface org.springframework.security.oauth2.common.OAuth2AccessTokenpublic boolean isExpired()
isExpired in interface org.springframework.security.oauth2.common.OAuth2AccessTokenpublic Date getExpiration()
getExpiration in interface org.springframework.security.oauth2.common.OAuth2AccessTokenpublic int getExpiresIn()
getExpiresIn in interface org.springframework.security.oauth2.common.OAuth2AccessTokenpublic String getValue()
getValue in interface org.springframework.security.oauth2.common.OAuth2AccessTokenpublic String getIdTokenStr()
getIdTokenStr in interface AccessTokenpublic IdToken getIdToken()
Copyright © 2014–2016 Healthcare Services Platform Consortium. All rights reserved.