public class AzureAdOidcConfiguration extends OidcConfiguration
AUTHORIZATION_CODE_FLOWS, CLIENT_ID, DEFAULT_MAX_CLOCK_SKEW, DEFAULT_TOKEN_EXPIRATION_ADVANCE, HYBRID_CODE_FLOWS, IMPLICIT_FLOWS, MAX_AGE, NONCE, NONCE_SESSION_ATTRIBUTE, REDIRECT_URI, RESPONSE_MODE, RESPONSE_TYPE, SCOPE, STATE, STATE_SESSION_ATTRIBUTE| Constructor and Description |
|---|
AzureAdOidcConfiguration() |
AzureAdOidcConfiguration(OidcConfiguration oidcConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDiscoveryURI() |
java.lang.String |
getTenant() |
protected void |
internalInit() |
java.lang.String |
makeOauth2TokenRequest(java.lang.String refreshToken) |
void |
setTenant(java.lang.String tenant) |
addCustomParam, defaultDiscoveryURI, findProviderMetadata, findResourceRetriever, getClientAuthenticationMethod, getClientId, getConnectTimeout, getCustomParam, getCustomParams, getLogoutUrl, getMaxAge, getMaxClockSkew, getPreferredJwsAlgorithm, getProviderMetadata, getReadTimeout, getResourceRetriever, getResponseMode, getResponseType, getScope, getSecret, getStateData, getStateGenerator, getTokenExpirationAdvance, isExpireSessionWithToken, isUseNonce, isWithState, setClientAuthenticationMethod, setClientAuthenticationMethodAsString, setClientId, setConnectTimeout, setCustomParams, setDiscoveryURI, setExpireSessionWithToken, setLogoutUrl, setMaxAge, setMaxClockSkew, setPreferredJwsAlgorithm, setProviderMetadata, setReadTimeout, setResourceRetriever, setResponseMode, setResponseType, setScope, setSecret, setStateData, setStateGenerator, setTokenExpirationAdvance, setUseNonce, setWithState, toStringinitpublic AzureAdOidcConfiguration()
public AzureAdOidcConfiguration(OidcConfiguration oidcConfiguration)
protected void internalInit()
internalInit in class OidcConfigurationpublic java.lang.String getDiscoveryURI()
getDiscoveryURI in class OidcConfigurationpublic java.lang.String getTenant()
public void setTenant(java.lang.String tenant)
public java.lang.String makeOauth2TokenRequest(java.lang.String refreshToken)
Copyright © 2019. All Rights Reserved.