Skip navigation links
A B C D E F G H I J L M N O P R S T U V 

A

AbstractAccessTokenRequest<T extends Credentials> - Class in org.hspconsortium.client.auth.access
 
AbstractAccessTokenRequest(String, T, AccessTokenGrantType) - Constructor for class org.hspconsortium.client.auth.access.AbstractAccessTokenRequest
 
AbstractFhirSession - Class in org.hspconsortium.client.session
 
AbstractFhirSession(FhirContext, String, AccessToken, UserInfo, AccessTokenRequest, String) - Constructor for class org.hspconsortium.client.session.AbstractFhirSession
 
AbstractOAuth2AccessToken - Class in org.hspconsortium.client.auth.access
 
AbstractOAuth2AccessToken(String, String, String, String, String, String) - Constructor for class org.hspconsortium.client.auth.access.AbstractOAuth2AccessToken
 
AccessToken - Interface in org.hspconsortium.client.auth.access
 
accessToken - Variable in class org.hspconsortium.client.session.AbstractFhirSession
 
AccessTokenGrantType - Enum in org.hspconsortium.client.auth.access
 
AccessTokenProvider<T extends AccessToken> - Interface in org.hspconsortium.client.auth.access
 
accessTokenProvider - Variable in class org.hspconsortium.client.session.AbstractFhirSession
 
AccessTokenRequest<T extends Credentials> - Interface in org.hspconsortium.client.auth.access
 
add(Scope) - Method in class org.hspconsortium.client.auth.Scopes
 
asNameValuePairList() - Method in interface org.hspconsortium.client.auth.access.AccessToken
 
asNameValuePairList() - Method in class org.hspconsortium.client.auth.access.JsonAccessToken
 
asNameValuePairList() - Method in class org.hspconsortium.client.auth.access.JsonUserInfo
 
asNameValuePairList() - Method in interface org.hspconsortium.client.auth.access.UserInfo
 
asParamValue() - Method in class org.hspconsortium.client.auth.Scopes
 
asStringValue() - Method in interface org.hspconsortium.client.auth.Scope
 
asStringValue() - Method in class org.hspconsortium.client.auth.SimpleScope
 
AuthorizationCodeAccessTokenRequest<T extends Credentials> - Class in org.hspconsortium.client.session.authorizationcode
 
AuthorizationCodeAccessTokenRequest(String, T, String, String) - Constructor for class org.hspconsortium.client.session.authorizationcode.AuthorizationCodeAccessTokenRequest
 
AuthorizationCodeRequest - Class in org.hspconsortium.client.auth.authorizationcode
 
AuthorizationCodeRequestBuilder - Class in org.hspconsortium.client.auth.authorizationcode
 
AuthorizationCodeRequestBuilder(FhirEndpointsProvider, StateProvider) - Constructor for class org.hspconsortium.client.auth.authorizationcode.AuthorizationCodeRequestBuilder
 
AuthorizationCodeSessionFactory<C extends Credentials> - Class in org.hspconsortium.client.session.authorizationcode
 
AuthorizationCodeSessionFactory(FhirContext, SessionKeyRegistry, String, FhirSessionContextHolder, AccessTokenProvider, String, C, String) - Constructor for class org.hspconsortium.client.session.authorizationcode.AuthorizationCodeSessionFactory
 
AuthorizationController<C extends Credentials> - Class in org.hspconsortium.client.controller
 
AuthorizationController(AuthorizationCodeSessionFactory<C>, String, String, String, String, AuthorizationCodeRequestBuilder) - Constructor for class org.hspconsortium.client.controller.AuthorizationController
 
AuthorizationRequest - Interface in org.hspconsortium.client.auth
 
AuthorizationResponseType - Enum in org.hspconsortium.client.auth
 

B

buildAccessToken(JsonObject, String[]) - Method in class org.hspconsortium.client.auth.access.JsonAccessTokenProvider
 
buildAuthorizationCodeRequest(HttpServletRequest, String, String, String) - Method in class org.hspconsortium.client.auth.authorizationcode.AuthorizationCodeRequestBuilder
 
buildAuthorizationCodeRequest(String, String, String, String, String) - Method in class org.hspconsortium.client.auth.authorizationcode.AuthorizationCodeRequestBuilder
 
buildStandAloneAuthorizationCodeRequest(String, String, String, String) - Method in class org.hspconsortium.client.auth.authorizationcode.AuthorizationCodeRequestBuilder
 
buildUserInfo(JsonObject) - Method in class org.hspconsortium.client.auth.access.JsonAccessTokenProvider
 

C

client - Variable in class org.hspconsortium.client.session.AbstractFhirSession
 
ClientCredentialsAccessTokenRequest<T extends Credentials> - Class in org.hspconsortium.client.session.clientcredentials
 
ClientCredentialsAccessTokenRequest(String, T, Scopes) - Constructor for class org.hspconsortium.client.session.clientcredentials.ClientCredentialsAccessTokenRequest
 
ClientCredentialsSessionFactory<C extends Credentials> - Class in org.hspconsortium.client.session.clientcredentials
 
ClientCredentialsSessionFactory(FhirContext, AccessTokenProvider, FhirEndpointsProvider, String, String, C, Scopes) - Constructor for class org.hspconsortium.client.session.clientcredentials.ClientCredentialsSessionFactory
 
clientInterceptor - Variable in class org.hspconsortium.client.session.AbstractFhirSession
 
ClientSecretCredentials - Class in org.hspconsortium.client.auth.credentials
 
ClientSecretCredentials(String) - Constructor for class org.hspconsortium.client.auth.credentials.ClientSecretCredentials
 
conformance() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
create() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
create(IBaseResource) - Method in class org.hspconsortium.client.session.AbstractFhirSession
Deprecated.
create(String) - Method in interface org.hspconsortium.client.session.FhirSessionContextHolder
 
create(String) - Method in class org.hspconsortium.client.session.impl.SimpleFhirSessionContextHolder
 
createSession(String, String) - Method in class org.hspconsortium.client.session.authorizationcode.AuthorizationCodeSessionFactory
 
createSession() - Method in class org.hspconsortium.client.session.clientcredentials.ClientCredentialsSessionFactory
 
Credentials<T> - Interface in org.hspconsortium.client.auth.credentials
 

D

DefaultStateProvider() - Constructor for class org.hspconsortium.client.auth.StateProvider.DefaultStateProvider
 
delete() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
delete(Class<? extends IBaseResource>, IdDt) - Method in class org.hspconsortium.client.session.AbstractFhirSession
Deprecated.
delete(Class<? extends IBaseResource>, String) - Method in class org.hspconsortium.client.session.AbstractFhirSession
Deprecated.

E

enableCaching - Variable in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
ENCOUNTER - Static variable in interface org.hspconsortium.client.auth.access.AccessToken
 

F

fetchConformance() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
fetchResourceFromUrl(Class<T>, String) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
FhirEndpoints - Class in org.hspconsortium.client.controller
 
FhirEndpoints(String, String, String, String) - Constructor for class org.hspconsortium.client.controller.FhirEndpoints
 
FhirEndpointsProvider - Interface in org.hspconsortium.client.controller
 
FhirEndpointsProvider.Impl - Class in org.hspconsortium.client.controller
 
FhirSession - Interface in org.hspconsortium.client.session
 
FhirSessionContext - Class in org.hspconsortium.client.session
 
FhirSessionContext(String) - Constructor for class org.hspconsortium.client.session.FhirSessionContext
 
FhirSessionContextHolder - Interface in org.hspconsortium.client.session
 
find(Class<T>, ICriterion<?>...) - Method in class org.hspconsortium.client.session.FluentPatientContextWrapper
General purpose fluent find
FluentPatientContextWrapper - Class in org.hspconsortium.client.session
 
FluentPatientContextWrapper(Session) - Constructor for class org.hspconsortium.client.session.FluentPatientContextWrapper
 
fluentPatientContextWrapper - Variable in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
FluentSessionContextWrapper - Class in org.hspconsortium.client.session
 
FluentSessionContextWrapper(Session) - Constructor for class org.hspconsortium.client.session.FluentSessionContextWrapper
 
FluentSessionContextWrapper(Session, boolean) - Constructor for class org.hspconsortium.client.session.FluentSessionContextWrapper
 
forceConformanceCheck() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 

G

get(String) - Method in interface org.hspconsortium.client.session.FhirSessionContextHolder
 
get() - Method in class org.hspconsortium.client.session.FluentPatientContextWrapper
Gets the patient resource
get(String) - Method in class org.hspconsortium.client.session.impl.SimpleFhirSessionContextHolder
 
getAccessToken(String, AccessTokenRequest) - Method in interface org.hspconsortium.client.auth.access.AccessTokenProvider
 
getAccessToken(String, AccessTokenRequest) - Method in class org.hspconsortium.client.auth.access.JsonAccessTokenProvider
 
getAccessToken() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
getAccessToken() - Method in interface org.hspconsortium.client.session.FhirSession
 
getAdditionalInformation() - Method in class org.hspconsortium.client.auth.access.AbstractOAuth2AccessToken
 
getAdditionalParameters() - Method in class org.hspconsortium.client.auth.access.AbstractAccessTokenRequest
 
getAdditionalParameters() - Method in class org.hspconsortium.client.auth.access.RefreshAccessTokenRequest
 
getAdditionalParameters() - Method in class org.hspconsortium.client.session.authorizationcode.AuthorizationCodeAccessTokenRequest
 
getAdditionalParameters() - Method in class org.hspconsortium.client.session.clientcredentials.ClientCredentialsAccessTokenRequest
 
getAudience() - Method in class org.hspconsortium.client.auth.credentials.JWTCredentials
 
getAuthorizationCodeRequest() - Method in class org.hspconsortium.client.session.FhirSessionContext
 
getAuthorizationEndpoint() - Method in class org.hspconsortium.client.controller.FhirEndpoints
 
getClaims() - Method in class org.hspconsortium.client.auth.access.IdToken
 
getClaimsMap() - Method in class org.hspconsortium.client.auth.access.IdToken
 
getClientId() - Method in class org.hspconsortium.client.auth.access.AbstractAccessTokenRequest
 
getClientId() - Method in interface org.hspconsortium.client.auth.access.AccessTokenRequest
 
getClientId() - Method in class org.hspconsortium.client.auth.authorizationcode.AuthorizationCodeRequest
 
getClientId() - Method in interface org.hspconsortium.client.auth.AuthorizationRequest
 
getContext() - Method in class org.hspconsortium.client.session.Session
 
getCredentials() - Method in class org.hspconsortium.client.auth.access.AbstractAccessTokenRequest
 
getCredentials() - Method in interface org.hspconsortium.client.auth.access.AccessTokenRequest
 
getCredentials() - Method in class org.hspconsortium.client.auth.credentials.ClientSecretCredentials
 
getCredentials() - Method in interface org.hspconsortium.client.auth.credentials.Credentials
 
getCredentials() - Method in class org.hspconsortium.client.auth.credentials.JWTCredentials
 
getCurrentUserResource() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
getDuration() - Method in class org.hspconsortium.client.auth.credentials.JWTCredentials
 
getEnableCaching() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
getEncounterId() - Method in interface org.hspconsortium.client.auth.access.AccessToken
 
getEncounterId() - Method in class org.hspconsortium.client.auth.access.JsonAccessToken
 
getEncounterId() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
getEncounterResource() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
getEndpoints(String) - Method in interface org.hspconsortium.client.controller.FhirEndpointsProvider
 
getEndpoints(String) - Method in class org.hspconsortium.client.controller.FhirEndpointsProvider.Impl
 
getExpiration() - Method in class org.hspconsortium.client.auth.access.AbstractOAuth2AccessToken
 
getExpiresIn() - Method in class org.hspconsortium.client.auth.access.AbstractOAuth2AccessToken
 
getFhirContext() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
getFhirEndpoints() - Method in class org.hspconsortium.client.auth.authorizationcode.AuthorizationCodeRequest
 
getFhirEndpoints() - Method in interface org.hspconsortium.client.auth.AuthorizationRequest
 
getFhirServiceApi() - Method in class org.hspconsortium.client.controller.FhirEndpoints
 
getHttpClient() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
getIdSignature() - Method in class org.hspconsortium.client.auth.access.IdToken
 
getIdToken() - Method in class org.hspconsortium.client.auth.access.AbstractOAuth2AccessToken
 
getIdTokenProfileClaim() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
getIdTokenProfileClaim() - Method in interface org.hspconsortium.client.session.FhirSession
 
getIdTokenProfileClaim() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
getIdTokenStr() - Method in class org.hspconsortium.client.auth.access.AbstractOAuth2AccessToken
 
getIdTokenStr() - Method in interface org.hspconsortium.client.auth.access.AccessToken
 
getIntent() - Method in interface org.hspconsortium.client.auth.access.AccessToken
 
getIntent() - Method in class org.hspconsortium.client.auth.access.JsonAccessToken
 
getIssuer() - Method in class org.hspconsortium.client.auth.credentials.JWTCredentials
 
getJoseHeader() - Method in class org.hspconsortium.client.auth.access.IdToken
 
getLaunchId() - Method in class org.hspconsortium.client.auth.authorizationcode.AuthorizationCodeRequest
 
getLaunchId() - Method in interface org.hspconsortium.client.auth.AuthorizationRequest
 
getLocalizeClaimUrl() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
getLocationId() - Method in interface org.hspconsortium.client.auth.access.AccessToken
 
getLocationId() - Method in class org.hspconsortium.client.auth.access.JsonAccessToken
 
getLocationId() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
getLocationResource() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
getName() - Method in class org.hspconsortium.client.auth.access.JsonUserInfo
 
getName() - Method in interface org.hspconsortium.client.auth.access.UserInfo
 
getNewState() - Method in class org.hspconsortium.client.auth.StateProvider.DefaultStateProvider
 
getNewState() - Method in interface org.hspconsortium.client.auth.StateProvider
 
getOauthState() - Method in class org.hspconsortium.client.auth.authorizationcode.AuthorizationCodeRequest
 
getOauthState() - Method in interface org.hspconsortium.client.auth.AuthorizationRequest
 
getOauthState() - Method in class org.hspconsortium.client.session.FhirSessionContext
 
getParameters() - Method in class org.hspconsortium.client.auth.access.AbstractAccessTokenRequest
 
getParameters() - Method in interface org.hspconsortium.client.auth.access.AccessTokenRequest
 
getParamValue() - Method in enum org.hspconsortium.client.auth.access.AccessTokenGrantType
 
getParamValue() - Method in enum org.hspconsortium.client.auth.AuthorizationResponseType
 
getPatientContext() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
getPatientId() - Method in interface org.hspconsortium.client.auth.access.AccessToken
 
getPatientId() - Method in class org.hspconsortium.client.auth.access.JsonAccessToken
 
getPatientId() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
getPatientResource() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
getPreferredUsername() - Method in class org.hspconsortium.client.auth.access.JsonUserInfo
 
getPreferredUsername() - Method in interface org.hspconsortium.client.auth.access.UserInfo
 
getRedirectUri() - Method in class org.hspconsortium.client.auth.authorizationcode.AuthorizationCodeRequest
 
getRedirectUri() - Method in interface org.hspconsortium.client.auth.AuthorizationRequest
 
getRefreshToken() - Method in class org.hspconsortium.client.auth.access.AbstractOAuth2AccessToken
 
getResource() - Method in interface org.hspconsortium.client.auth.access.AccessToken
 
getResource() - Method in class org.hspconsortium.client.auth.access.JsonAccessToken
 
getResponseElement(String, JsonObject) - Method in class org.hspconsortium.client.auth.access.JsonAccessTokenProvider
 
getResponseType() - Method in class org.hspconsortium.client.auth.authorizationcode.AuthorizationCodeRequest
 
getResponseType() - Method in interface org.hspconsortium.client.auth.AuthorizationRequest
 
getRootResponse() - Method in interface org.hspconsortium.client.auth.access.AccessToken
 
getRootResponse() - Method in class org.hspconsortium.client.auth.access.JsonAccessToken
 
getRootResponse() - Method in class org.hspconsortium.client.auth.access.JsonUserInfo
 
getRootResponse() - Method in interface org.hspconsortium.client.auth.access.UserInfo
 
getScope() - Method in class org.hspconsortium.client.auth.access.AbstractOAuth2AccessToken
 
getScopes() - Method in class org.hspconsortium.client.auth.authorizationcode.AuthorizationCodeRequest
 
getScopes() - Method in interface org.hspconsortium.client.auth.AuthorizationRequest
 
getServerBase() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
getSessionKey() - Method in class org.hspconsortium.client.session.authorizationcode.AuthorizationCodeSessionFactory
 
getSmartStyleUrl() - Method in interface org.hspconsortium.client.auth.access.AccessToken
 
getSmartStyleUrl() - Method in class org.hspconsortium.client.auth.access.JsonAccessToken
 
getSub() - Method in class org.hspconsortium.client.auth.access.JsonUserInfo
 
getSub() - Method in interface org.hspconsortium.client.auth.access.UserInfo
 
getSubject() - Method in class org.hspconsortium.client.auth.credentials.JWTCredentials
 
getTags() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
getToken() - Method in class org.hspconsortium.client.auth.access.IdToken
 
getTokenEndpoint() - Method in class org.hspconsortium.client.controller.FhirEndpoints
 
getTokenReference() - Method in class org.hspconsortium.client.auth.credentials.JWTCredentials
 
getTokenType() - Method in class org.hspconsortium.client.auth.access.AbstractOAuth2AccessToken
 
getUserInfo(String, T) - Method in interface org.hspconsortium.client.auth.access.AccessTokenProvider
 
getUserInfo(String, JsonAccessToken) - Method in class org.hspconsortium.client.auth.access.JsonAccessTokenProvider
 
getUserInfoEndpoint() - Method in class org.hspconsortium.client.controller.FhirEndpoints
 
getValue() - Method in class org.hspconsortium.client.auth.access.AbstractOAuth2AccessToken
 

H

handleLaunchRequest(HttpServletRequest, HttpServletResponse) - Method in class org.hspconsortium.client.controller.AuthorizationController
A request from the EHR is issued to launch the application
handleRedirectResponse(HttpServletRequest, HttpServletResponse) - Method in class org.hspconsortium.client.controller.AuthorizationController
A response from the EHR after authorization request is sent.
hapiFhirContext - Variable in class org.hspconsortium.client.session.AbstractFhirSession
 
history() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
history(Class<T>, IdDt, DateTimeDt, Integer) - Method in class org.hspconsortium.client.session.AbstractFhirSession
Deprecated.
history(Class<T>, String, DateTimeDt, Integer) - Method in class org.hspconsortium.client.session.AbstractFhirSession
Deprecated.

I

ID_TOKEN - Static variable in interface org.hspconsortium.client.auth.access.AccessToken
 
IdToken - Class in org.hspconsortium.client.auth.access
 
IdToken(String) - Constructor for class org.hspconsortium.client.auth.access.IdToken
 
IdTokenValidator - Interface in org.hspconsortium.client.auth.validation
 
IdTokenValidator.Impl - Class in org.hspconsortium.client.auth.validation
 
Impl() - Constructor for class org.hspconsortium.client.auth.validation.IdTokenValidator.Impl
 
Impl(FhirContext) - Constructor for class org.hspconsortium.client.controller.FhirEndpointsProvider.Impl
 
INTENT - Static variable in interface org.hspconsortium.client.auth.access.AccessToken
 
isExpired() - Method in class org.hspconsortium.client.auth.access.AbstractOAuth2AccessToken
 

J

JsonAccessToken - Class in org.hspconsortium.client.auth.access
 
JsonAccessToken(JsonObject, String, String, String, String, String, String, String, String, String, boolean, String, String, String) - Constructor for class org.hspconsortium.client.auth.access.JsonAccessToken
 
JsonAccessTokenProvider - Class in org.hspconsortium.client.auth.access
 
JsonAccessTokenProvider(FhirContext) - Constructor for class org.hspconsortium.client.auth.access.JsonAccessTokenProvider
 
JsonUserInfo - Class in org.hspconsortium.client.auth.access
 
JsonUserInfo(JsonObject, String, String, String) - Constructor for class org.hspconsortium.client.auth.access.JsonUserInfo
 
JWTCredentials - Class in org.hspconsortium.client.auth.credentials
 
JWTCredentials(RSAPrivateKey) - Constructor for class org.hspconsortium.client.auth.credentials.JWTCredentials
 

L

loadPage() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
LOCATION - Static variable in interface org.hspconsortium.client.auth.access.AccessToken
 

M

meta() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 

N

NAME - Static variable in interface org.hspconsortium.client.auth.access.UserInfo
 
NEED_PATIENT_BANNER - Static variable in interface org.hspconsortium.client.auth.access.AccessToken
 
needPatientBanner() - Method in interface org.hspconsortium.client.auth.access.AccessToken
 
needPatientBanner() - Method in class org.hspconsortium.client.auth.access.JsonAccessToken
 

O

oAuth2AccessToken - Variable in class org.hspconsortium.client.auth.access.AbstractOAuth2AccessToken
 
operation() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
org.hspconsortium.client.auth - package org.hspconsortium.client.auth
 
org.hspconsortium.client.auth.access - package org.hspconsortium.client.auth.access
 
org.hspconsortium.client.auth.authorizationcode - package org.hspconsortium.client.auth.authorizationcode
 
org.hspconsortium.client.auth.credentials - package org.hspconsortium.client.auth.credentials
 
org.hspconsortium.client.auth.validation - package org.hspconsortium.client.auth.validation
 
org.hspconsortium.client.controller - package org.hspconsortium.client.controller
 
org.hspconsortium.client.session - package org.hspconsortium.client.session
 
org.hspconsortium.client.session.authorizationcode - package org.hspconsortium.client.session.authorizationcode
 
org.hspconsortium.client.session.clientcredentials - package org.hspconsortium.client.session.clientcredentials
 
org.hspconsortium.client.session.impl - package org.hspconsortium.client.session.impl
 

P

PATIENT - Static variable in interface org.hspconsortium.client.auth.access.AccessToken
 
post(String, String, Credentials, List<NameValuePair>) - Method in class org.hspconsortium.client.auth.access.JsonAccessTokenProvider
 
PREFERRED_USERNAME - Static variable in interface org.hspconsortium.client.auth.access.UserInfo
 
processRequest(HttpUriRequest) - Method in class org.hspconsortium.client.auth.access.JsonAccessTokenProvider
 
put(String, FhirSessionContext) - Method in interface org.hspconsortium.client.session.FhirSessionContextHolder
 
put(String, FhirSessionContext) - Method in class org.hspconsortium.client.session.impl.SimpleFhirSessionContextHolder
 

R

read() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
read(Class<T>, String) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
read(Class<T>, UriDt) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
read(UriDt) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
refreshAccessToken(String, AccessTokenRequest, AccessToken) - Method in interface org.hspconsortium.client.auth.access.AccessTokenProvider
 
refreshAccessToken(String, AccessTokenRequest, AccessToken) - Method in class org.hspconsortium.client.auth.access.JsonAccessTokenProvider
 
RefreshAccessTokenRequest<T extends Credentials> - Class in org.hspconsortium.client.auth.access
 
RefreshAccessTokenRequest(String, T, String) - Constructor for class org.hspconsortium.client.auth.access.RefreshAccessTokenRequest
 
refreshTokenRequest - Variable in class org.hspconsortium.client.session.AbstractFhirSession
 
registerInContext(String, AuthorizationCodeRequest) - Method in class org.hspconsortium.client.session.authorizationcode.AuthorizationCodeSessionFactory
 
registerInterceptor(IClientInterceptor) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
registerSessionKey(String) - Method in class org.hspconsortium.client.session.SessionKeyRegistry
 
resetCache() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
Clears the patient, encounter, and location cached objects so they will be read from the resource server on the next request (if enabled)
RESOURCE - Static variable in interface org.hspconsortium.client.auth.access.AccessToken
 

S

Scope - Interface in org.hspconsortium.client.auth
 
Scopes - Class in org.hspconsortium.client.auth
 
Scopes() - Constructor for class org.hspconsortium.client.auth.Scopes
 
search() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
search(Class<T>, Map<String, List<IQueryParameterType>>) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
search(Class<T>, UriDt) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
search(UriDt) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
search() - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
Provides access to HAPI search() operations for rich search API
session - Variable in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
Session - Class in org.hspconsortium.client.session
 
Session(FhirContext, String, AccessToken, UserInfo) - Constructor for class org.hspconsortium.client.session.Session
 
Session(FhirContext, String, AccessToken, UserInfo, AccessTokenRequest, String) - Constructor for class org.hspconsortium.client.session.Session
 
SessionKeyRegistry - Class in org.hspconsortium.client.session
 
SessionKeyRegistry() - Constructor for class org.hspconsortium.client.session.SessionKeyRegistry
 
setAccessTokenProvider(JsonAccessTokenProvider) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
setAudience(String) - Method in class org.hspconsortium.client.auth.credentials.JWTCredentials
 
setAuthorizationCodeRequest(AuthorizationCodeRequest) - Method in class org.hspconsortium.client.session.FhirSessionContext
 
setAuthorizationHeader(HttpRequest, String, String) - Static method in class org.hspconsortium.client.auth.access.JsonAccessTokenProvider
 
setDuration(Long) - Method in class org.hspconsortium.client.auth.credentials.JWTCredentials
 
setEnableCaching(boolean) - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
Caching allows the session getContext to remember values previously accessed in the session.
setEncoding(EncodingEnum) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
setIssuer(String) - Method in class org.hspconsortium.client.auth.credentials.JWTCredentials
 
setLocalizeClaimUrl(boolean) - Method in class org.hspconsortium.client.session.FluentSessionContextWrapper
 
setLogRequestAndResponse(boolean) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
setPrettyPrint(Boolean) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
setSubject(String) - Method in class org.hspconsortium.client.auth.credentials.JWTCredentials
 
setSummary(SummaryEnum) - Method in class org.hspconsortium.client.session.Session
 
setTokenReference(String) - Method in class org.hspconsortium.client.auth.credentials.JWTCredentials
 
SimpleFhirSessionContextHolder - Class in org.hspconsortium.client.session.impl
 
SimpleFhirSessionContextHolder() - Constructor for class org.hspconsortium.client.session.impl.SimpleFhirSessionContextHolder
 
SimpleScope - Class in org.hspconsortium.client.auth
 
SimpleScope(String) - Constructor for class org.hspconsortium.client.auth.SimpleScope
 
SMART_STYLE_URL - Static variable in interface org.hspconsortium.client.auth.access.AccessToken
 
StateProvider - Interface in org.hspconsortium.client.auth
 
StateProvider.DefaultStateProvider - Class in org.hspconsortium.client.auth
 
SUB - Static variable in interface org.hspconsortium.client.auth.access.UserInfo
 

T

tokenEndpoint - Variable in class org.hspconsortium.client.session.AbstractFhirSession
 
transaction() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
transaction(List<IBaseResource>) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 

U

unregisterInterceptor(IClientInterceptor) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
update() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
update(IdDt, IBaseResource) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
update(String, IBaseResource) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
UserInfo - Interface in org.hspconsortium.client.auth.access
 
userInfo - Variable in class org.hspconsortium.client.session.AbstractFhirSession
 

V

validate(IdToken, String, String) - Method in class org.hspconsortium.client.auth.validation.IdTokenValidator.Impl
see http://openid.net/specs/openid-connect-core-1_0.html#IDTokenValidation
validate(IdToken, String, String) - Method in interface org.hspconsortium.client.auth.validation.IdTokenValidator
 
validate() - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
validate(IBaseResource) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
valueOf(String) - Static method in enum org.hspconsortium.client.auth.access.AccessTokenGrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hspconsortium.client.auth.AuthorizationResponseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hspconsortium.client.auth.access.AccessTokenGrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hspconsortium.client.auth.AuthorizationResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
vread(Class<T>, IdDt) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
vread(Class<T>, IdDt, IdDt) - Method in class org.hspconsortium.client.session.AbstractFhirSession
Deprecated.
vread(Class<T>, String, String) - Method in class org.hspconsortium.client.session.AbstractFhirSession
 
A B C D E F G H I J L M N O P R S T U V 
Skip navigation links

Copyright © 2014–2016 Healthcare Services Platform Consortium. All rights reserved.