public class OAuthClientAdapter extends ClientAdapter implements OAuthClientModel
| Modifier and Type | Field and Description |
|---|---|
protected CachedOAuthClient |
cached |
protected OAuthClientModel |
updated |
cache, cachedClient, cachedRealm, cacheSession, updatedClient| Constructor and Description |
|---|
OAuthClientAdapter(RealmModel cachedRealm,
CachedOAuthClient cached,
CacheKeycloakSession cacheSession,
KeycloakCache cache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClientId()
String exposed to outside world
|
protected void |
getDelegateForUpdate() |
int |
hashCode() |
void |
setClientId(String id) |
addRedirectUri, addScopeMapping, addWebOrigin, deleteScopeMapping, getActiveUserSessions, getAllowedClaimsMask, getId, getNotBefore, getRealm, getRealmScopeMappings, getRedirectUris, getScopeMappings, getSecret, getUserSessions, getWebOrigins, hasScope, isDirectGrantsOnly, isEnabled, isPublicClient, removeRedirectUri, removeWebOrigin, setAllowedClaimsMask, setDirectGrantsOnly, setEnabled, setNotBefore, setPublicClient, setRedirectUris, setSecret, setWebOrigins, validateSecretclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddRedirectUri, addScopeMapping, addWebOrigin, deleteScopeMapping, getActiveUserSessions, getAllowedClaimsMask, getId, getNotBefore, getRealm, getRealmScopeMappings, getRedirectUris, getScopeMappings, getSecret, getUserSessions, getWebOrigins, hasScope, isDirectGrantsOnly, isEnabled, isPublicClient, removeRedirectUri, removeWebOrigin, setAllowedClaimsMask, setDirectGrantsOnly, setEnabled, setNotBefore, setPublicClient, setRedirectUris, setSecret, setWebOrigins, validateSecretprotected OAuthClientModel updated
protected CachedOAuthClient cached
public OAuthClientAdapter(RealmModel cachedRealm, CachedOAuthClient cached, CacheKeycloakSession cacheSession, KeycloakCache cache)
protected void getDelegateForUpdate()
getDelegateForUpdate in class ClientAdapterpublic String getClientId()
ClientModelgetClientId in interface ClientModelgetClientId in class ClientAdapterpublic void setClientId(String id)
setClientId in interface OAuthClientModelCopyright © 2014. All Rights Reserved.