public class CachedClient extends AbstractRevisioned implements InRealm
Constructor and Description |
---|
CachedClient(Long revision,
RealmModel realm,
ClientModel model) |
getId, getRevision, setRevision
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, getRevision, setRevision
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(Long revision, RealmModel realm, ClientModel model)
public String getClientId()
public String getName()
public String getDescription()
public void setDescription(String description)
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.