protected static class AdapterDeploymentContext.DeploymentDelegate extends KeycloakDeployment
| Modifier and Type | Field and Description |
|---|---|
protected KeycloakDeployment |
delegate |
accountUrl, adapterStateCookiePath, alwaysRefreshToken, authServerBaseUrl, authUrl, autodetectBearerOnly, bearerOnly, client, clientAuthenticator, confidentialPort, cors, corsAllowedHeaders, corsAllowedMethods, corsExposedHeaders, corsMaxAge, delegateBearerErrorResponseSending, enableBasicAuth, exposeToken, ignoreOAuthQueryParameter, jwksUrl, logoutUrl, minTimeBetweenJwksRequests, notBefore, pkce, principalAttribute, publicClient, publicKeyCacheTtl, publicKeyLocator, realm, realmInfoUrl, redirectRewriteRules, registerNodeAtStartup, registerNodePeriod, registerNodeUrl, relativeUrls, resourceCredentials, resourceName, scope, sslRequired, stateCookieName, tokenMinimumTimeToLive, tokenStore, tokenUrl, turnOffChangeSessionIdOnLogin, unregisterNodeUrl, useResourceRoleMappings, verifyTokenAudience| Constructor and Description |
|---|
DeploymentDelegate(KeycloakDeployment delegate) |
getAuthServerBaseUrl, getAuthUrl, getCorsExposedHeaders, getRedirectRewriteRules, isConfigured, isDelegateBearerErrorResponseSending, isOAuthQueryParameterEnabled, isPkce, isSSLEnabled, resolveUrls, setAuthServerBaseUrl, setCorsExposedHeaders, setDelegateBearerErrorResponseSending, setIgnoreOAuthQueryParameter, setPkce, setRewriteRedirectRulesprotected KeycloakDeployment delegate
public DeploymentDelegate(KeycloakDeployment delegate)
public void setAuthServerBaseUrl(String authServerBaseUrl)
public RelativeUrlsUsed getRelativeUrls()
getRelativeUrls in class KeycloakDeploymentpublic String getRealmInfoUrl()
getRealmInfoUrl in class KeycloakDeploymentpublic String getTokenUrl()
getTokenUrl in class KeycloakDeploymentpublic KeycloakUriBuilder getLogoutUrl()
getLogoutUrl in class KeycloakDeploymentpublic String getAccountUrl()
getAccountUrl in class KeycloakDeploymentpublic String getRegisterNodeUrl()
getRegisterNodeUrl in class KeycloakDeploymentpublic String getUnregisterNodeUrl()
getUnregisterNodeUrl in class KeycloakDeploymentpublic String getJwksUrl()
getJwksUrl in class KeycloakDeploymentpublic String getResourceName()
getResourceName in class KeycloakDeploymentpublic String getRealm()
getRealm in class KeycloakDeploymentpublic void setRealm(String realm)
setRealm in class KeycloakDeploymentpublic void setPublicKeyLocator(PublicKeyLocator publicKeyLocator)
setPublicKeyLocator in class KeycloakDeploymentpublic PublicKeyLocator getPublicKeyLocator()
getPublicKeyLocator in class KeycloakDeploymentpublic void setResourceName(String resourceName)
setResourceName in class KeycloakDeploymentpublic boolean isBearerOnly()
isBearerOnly in class KeycloakDeploymentpublic void setBearerOnly(boolean bearerOnly)
setBearerOnly in class KeycloakDeploymentpublic boolean isAutodetectBearerOnly()
isAutodetectBearerOnly in class KeycloakDeploymentpublic void setAutodetectBearerOnly(boolean autodetectBearerOnly)
setAutodetectBearerOnly in class KeycloakDeploymentpublic boolean isEnableBasicAuth()
isEnableBasicAuth in class KeycloakDeploymentpublic void setEnableBasicAuth(boolean enableBasicAuth)
setEnableBasicAuth in class KeycloakDeploymentpublic boolean isPublicClient()
isPublicClient in class KeycloakDeploymentpublic void setPublicClient(boolean publicClient)
setPublicClient in class KeycloakDeploymentpublic Map<String,Object> getResourceCredentials()
getResourceCredentials in class KeycloakDeploymentpublic void setResourceCredentials(Map<String,Object> resourceCredentials)
setResourceCredentials in class KeycloakDeploymentpublic void setClientAuthenticator(ClientCredentialsProvider clientAuthenticator)
setClientAuthenticator in class KeycloakDeploymentpublic ClientCredentialsProvider getClientAuthenticator()
getClientAuthenticator in class KeycloakDeploymentpublic HttpClient getClient()
getClient in class KeycloakDeploymentpublic void setClient(HttpClient client)
setClient in class KeycloakDeploymentpublic String getScope()
getScope in class KeycloakDeploymentpublic void setScope(String scope)
setScope in class KeycloakDeploymentpublic SslRequired getSslRequired()
getSslRequired in class KeycloakDeploymentpublic void setSslRequired(SslRequired sslRequired)
setSslRequired in class KeycloakDeploymentpublic int getConfidentialPort()
getConfidentialPort in class KeycloakDeploymentpublic void setConfidentialPort(int confidentialPort)
setConfidentialPort in class KeycloakDeploymentpublic TokenStore getTokenStore()
getTokenStore in class KeycloakDeploymentpublic void setTokenStore(TokenStore tokenStore)
setTokenStore in class KeycloakDeploymentpublic String getAdapterStateCookiePath()
getAdapterStateCookiePath in class KeycloakDeploymentpublic void setAdapterStateCookiePath(String adapterStateCookiePath)
setAdapterStateCookiePath in class KeycloakDeploymentpublic String getStateCookieName()
getStateCookieName in class KeycloakDeploymentpublic void setStateCookieName(String stateCookieName)
setStateCookieName in class KeycloakDeploymentpublic boolean isUseResourceRoleMappings()
isUseResourceRoleMappings in class KeycloakDeploymentpublic void setUseResourceRoleMappings(boolean useResourceRoleMappings)
setUseResourceRoleMappings in class KeycloakDeploymentpublic boolean isCors()
isCors in class KeycloakDeploymentpublic void setCors(boolean cors)
setCors in class KeycloakDeploymentpublic int getCorsMaxAge()
getCorsMaxAge in class KeycloakDeploymentpublic void setCorsMaxAge(int corsMaxAge)
setCorsMaxAge in class KeycloakDeploymentpublic String getCorsAllowedHeaders()
getCorsAllowedHeaders in class KeycloakDeploymentpublic void setNotBefore(int notBefore)
setNotBefore in class KeycloakDeploymentpublic int getNotBefore()
getNotBefore in class KeycloakDeploymentpublic void updateNotBefore(int notBefore)
updateNotBefore in class KeycloakDeploymentpublic void setExposeToken(boolean exposeToken)
setExposeToken in class KeycloakDeploymentpublic boolean isExposeToken()
isExposeToken in class KeycloakDeploymentpublic void setCorsAllowedMethods(String corsAllowedMethods)
setCorsAllowedMethods in class KeycloakDeploymentpublic String getCorsAllowedMethods()
getCorsAllowedMethods in class KeycloakDeploymentpublic void setCorsAllowedHeaders(String corsAllowedHeaders)
setCorsAllowedHeaders in class KeycloakDeploymentpublic boolean isAlwaysRefreshToken()
isAlwaysRefreshToken in class KeycloakDeploymentpublic void setAlwaysRefreshToken(boolean alwaysRefreshToken)
setAlwaysRefreshToken in class KeycloakDeploymentpublic int getRegisterNodePeriod()
getRegisterNodePeriod in class KeycloakDeploymentpublic void setRegisterNodePeriod(int registerNodePeriod)
setRegisterNodePeriod in class KeycloakDeploymentpublic void setRegisterNodeAtStartup(boolean registerNodeAtStartup)
setRegisterNodeAtStartup in class KeycloakDeploymentpublic boolean isRegisterNodeAtStartup()
isRegisterNodeAtStartup in class KeycloakDeploymentpublic String getPrincipalAttribute()
getPrincipalAttribute in class KeycloakDeploymentpublic void setPrincipalAttribute(String principalAttribute)
setPrincipalAttribute in class KeycloakDeploymentpublic boolean isTurnOffChangeSessionIdOnLogin()
isTurnOffChangeSessionIdOnLogin in class KeycloakDeploymentpublic void setTurnOffChangeSessionIdOnLogin(boolean turnOffChangeSessionIdOnLogin)
setTurnOffChangeSessionIdOnLogin in class KeycloakDeploymentpublic int getTokenMinimumTimeToLive()
getTokenMinimumTimeToLive in class KeycloakDeploymentpublic void setTokenMinimumTimeToLive(int tokenMinimumTimeToLive)
setTokenMinimumTimeToLive in class KeycloakDeploymentpublic PolicyEnforcer getPolicyEnforcer()
getPolicyEnforcer in class KeycloakDeploymentpublic void setPolicyEnforcer(PolicyEnforcer policyEnforcer)
setPolicyEnforcer in class KeycloakDeploymentpublic void setMinTimeBetweenJwksRequests(int minTimeBetweenJwksRequests)
setMinTimeBetweenJwksRequests in class KeycloakDeploymentpublic int getMinTimeBetweenJwksRequests()
getMinTimeBetweenJwksRequests in class KeycloakDeploymentpublic int getPublicKeyCacheTtl()
getPublicKeyCacheTtl in class KeycloakDeploymentpublic void setPublicKeyCacheTtl(int publicKeyCacheTtl)
setPublicKeyCacheTtl in class KeycloakDeploymentpublic boolean isVerifyTokenAudience()
isVerifyTokenAudience in class KeycloakDeploymentpublic void setVerifyTokenAudience(boolean verifyTokenAudience)
setVerifyTokenAudience in class KeycloakDeploymentCopyright © 2019 JBoss by Red Hat. All rights reserved.