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,
CacheRealmProvider cacheSession,
RealmCache 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, getAllowedClaimsMask, getId, getNotBefore, getRealm, getRealmScopeMappings, getRedirectUris, getScopeMappings, getSecret, getWebOrigins, hasScope, isDirectGrantsOnly, isEnabled, isFullScopeAllowed, isPublicClient, removeRedirectUri, removeWebOrigin, setAllowedClaimsMask, setDirectGrantsOnly, setEnabled, setFullScopeAllowed, setNotBefore, setPublicClient, setRedirectUris, setSecret, setWebOrigins, validateSecret
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addRedirectUri, addScopeMapping, addWebOrigin, deleteScopeMapping, getAllowedClaimsMask, getId, getNotBefore, getRealm, getRealmScopeMappings, getRedirectUris, getScopeMappings, getSecret, getWebOrigins, hasScope, isDirectGrantsOnly, isEnabled, isFullScopeAllowed, isPublicClient, removeRedirectUri, removeWebOrigin, setAllowedClaimsMask, setDirectGrantsOnly, setEnabled, setFullScopeAllowed, setNotBefore, setPublicClient, setRedirectUris, setSecret, setWebOrigins, validateSecret
protected OAuthClientModel updated
protected CachedOAuthClient cached
public OAuthClientAdapter(RealmModel cachedRealm, CachedOAuthClient cached, CacheRealmProvider cacheSession, RealmCache cache)
protected void getDelegateForUpdate()
getDelegateForUpdate
in class ClientAdapter
public String getClientId()
ClientModel
getClientId
in interface ClientModel
getClientId
in class ClientAdapter
public void setClientId(String id)
setClientId
in interface OAuthClientModel
Copyright © 2015. All Rights Reserved.