public class AuthorizationCodeSessionFactory<C extends Credentials> extends Object
| Constructor and Description |
|---|
AuthorizationCodeSessionFactory(ca.uhn.fhir.context.FhirContext hapiFhirContext,
SessionKeyRegistry sessionKeyRegistry,
String sessionKey,
FhirSessionContextHolder fhirSessionContextHolder,
AccessTokenProvider accessTokenProvider,
String clientId,
C clientCredentials,
String redirectUri) |
| Modifier and Type | Method and Description |
|---|---|
Session |
createSession(String oauthState,
String authorizationCode) |
String |
getSessionKey() |
void |
registerInContext(String oauthState,
AuthorizationCodeRequest authorizationCodeRequest) |
public AuthorizationCodeSessionFactory(ca.uhn.fhir.context.FhirContext hapiFhirContext,
SessionKeyRegistry sessionKeyRegistry,
String sessionKey,
FhirSessionContextHolder fhirSessionContextHolder,
AccessTokenProvider accessTokenProvider,
String clientId,
C clientCredentials,
String redirectUri)
Copyright © 2014–2016 Healthcare Services Platform Consortium. All rights reserved.