public class CachedClient extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
attributes |
protected boolean |
directGrantsOnly |
protected boolean |
enabled |
protected boolean |
frontchannelLogout |
protected boolean |
fullScopeAllowed |
protected String |
id |
protected String |
name |
protected int |
notBefore |
protected String |
protocol |
protected boolean |
publicClient |
protected String |
realm |
protected Set<String> |
redirectUris |
protected Set<String> |
scope |
protected String |
secret |
protected Set<String> |
webOrigins |
Constructor and Description |
---|
CachedClient(RealmCache cache,
RealmProvider delegate,
RealmModel realm,
ClientModel model) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes() |
String |
getId() |
List<ClientIdentityProviderMappingModel> |
getIdentityProviders() |
String |
getName() |
int |
getNotBefore() |
String |
getProtocol() |
Set<ProtocolMapperModel> |
getProtocolMappers() |
String |
getRealm() |
Set<String> |
getRedirectUris() |
Set<String> |
getScope() |
String |
getSecret() |
Set<String> |
getWebOrigins() |
boolean |
hasIdentityProvider(String providerId) |
boolean |
isAllowedRetrieveTokenFromIdentityProvider(String providerId) |
boolean |
isDirectGrantsOnly() |
boolean |
isEnabled() |
boolean |
isFrontchannelLogout() |
boolean |
isFullScopeAllowed() |
boolean |
isPublicClient() |
protected String id
protected String name
protected String realm
protected boolean enabled
protected String secret
protected String protocol
protected boolean publicClient
protected boolean fullScopeAllowed
protected boolean directGrantsOnly
protected boolean frontchannelLogout
protected int notBefore
public CachedClient(RealmCache cache, RealmProvider delegate, RealmModel realm, ClientModel model)
public String getId()
public String getName()
public String getRealm()
public boolean isEnabled()
public String getSecret()
public boolean isPublicClient()
public boolean isDirectGrantsOnly()
public int getNotBefore()
public boolean isFullScopeAllowed()
public String getProtocol()
public boolean isFrontchannelLogout()
public List<ClientIdentityProviderMappingModel> getIdentityProviders()
public boolean hasIdentityProvider(String providerId)
public Set<ProtocolMapperModel> getProtocolMappers()
public boolean isAllowedRetrieveTokenFromIdentityProvider(String providerId)
Copyright © 2015. All rights reserved.