public class CachedClient extends Object implements Serializable
| Constructor and Description |
|---|
CachedClient(RealmCache cache,
RealmProvider delegate,
RealmModel realm,
ClientModel model) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
String |
getBaseUrl() |
String |
getClientAuthenticatorType() |
String |
getClientId() |
List<String> |
getDefaultRoles() |
String |
getDescription() |
String |
getId() |
String |
getManagementUrl() |
String |
getName() |
int |
getNodeReRegistrationTimeout() |
int |
getNotBefore() |
String |
getProtocol() |
Set<ProtocolMapperModel> |
getProtocolMappers() |
String |
getRealm() |
Set<String> |
getRedirectUris() |
Map<String,Integer> |
getRegisteredNodes() |
Map<String,String> |
getRoles() |
String |
getRootUrl() |
Set<String> |
getScope() |
String |
getSecret() |
Set<String> |
getWebOrigins() |
boolean |
isBearerOnly() |
boolean |
isConsentRequired() |
boolean |
isDirectGrantsOnly() |
boolean |
isEnabled() |
boolean |
isFrontchannelLogout() |
boolean |
isFullScopeAllowed() |
boolean |
isPublicClient() |
boolean |
isServiceAccountsEnabled() |
boolean |
isSurrogateAuthRequired() |
void |
setDescription(String description) |
public CachedClient(RealmCache cache, RealmProvider delegate, RealmModel realm, ClientModel model)
public String getId()
public String getClientId()
public String getName()
public String getDescription()
public void setDescription(String description)
public String getRealm()
public boolean isEnabled()
public String getClientAuthenticatorType()
public String getSecret()
public boolean isPublicClient()
public boolean isDirectGrantsOnly()
public int getNotBefore()
public boolean isFullScopeAllowed()
public String getProtocol()
public boolean isFrontchannelLogout()
public Set<ProtocolMapperModel> getProtocolMappers()
public boolean isSurrogateAuthRequired()
public String getManagementUrl()
public String getRootUrl()
public String getBaseUrl()
public boolean isBearerOnly()
public boolean isConsentRequired()
public boolean isServiceAccountsEnabled()
public int getNodeReRegistrationTimeout()
Copyright © 2015 JBoss by Red Hat. All rights reserved.