public class CachedClient extends Object implements Serializable
| Constructor and Description |
|---|
CachedClient(RealmCache cache,
RealmProvider delegate,
RealmModel realm,
ClientModel model) |
protected String id
protected String clientId
protected String name
protected String description
protected String realm
protected boolean enabled
protected String clientAuthenticatorType
protected String secret
protected String registrationToken
protected String protocol
protected boolean publicClient
protected boolean fullScopeAllowed
protected boolean frontchannelLogout
protected int notBefore
protected Set<ProtocolMapperModel> protocolMappers
protected boolean surrogateAuthRequired
protected String managementUrl
protected String rootUrl
protected String baseUrl
protected boolean bearerOnly
protected boolean consentRequired
protected boolean standardFlowEnabled
protected boolean implicitFlowEnabled
protected boolean directAccessGrantsEnabled
protected boolean serviceAccountsEnabled
protected int nodeReRegistrationTimeout
protected String clientTemplate
protected boolean useTemplateScope
protected boolean useTemplateConfig
protected boolean useTemplateMappers
public CachedClient(RealmCache cache, RealmProvider delegate, RealmModel realm, ClientModel model)
protected void cacheRoles(RealmCache cache, 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 String getRegistrationToken()
public boolean isPublicClient()
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 isStandardFlowEnabled()
public boolean isImplicitFlowEnabled()
public boolean isDirectAccessGrantsEnabled()
public boolean isServiceAccountsEnabled()
public int getNodeReRegistrationTimeout()
public String getClientTemplate()
public boolean isUseTemplateScope()
public boolean isUseTemplateConfig()
public boolean isUseTemplateMappers()
Copyright © 2016 JBoss by Red Hat. All rights reserved.