public class ClientEntity extends AbstractIdentifiableEntity
id
Constructor and Description |
---|
ClientEntity() |
protected String clientId
protected String name
protected String description
protected String realmId
protected boolean enabled
protected String clientAuthenticatorType
protected String secret
protected String registrationToken
protected String protocol
protected int notBefore
protected boolean publicClient
protected boolean fullScopeAllowed
protected boolean frontchannelLogout
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 List<ClientIdentityProviderMappingEntity> identityProviders
protected List<ProtocolMapperEntity> protocolMappers
protected String clientTemplate
protected boolean useTemplateConfig
protected boolean useTemplateScope
protected boolean useTemplateMappers
public String getClientId()
public void setClientId(String clientId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getClientAuthenticatorType()
public void setClientAuthenticatorType(String clientAuthenticatorType)
public String getSecret()
public void setSecret(String secret)
public String getRegistrationToken()
public void setRegistrationToken(String registrationToken)
public int getNotBefore()
public void setNotBefore(int notBefore)
public boolean isPublicClient()
public void setPublicClient(boolean publicClient)
public String getRealmId()
public void setRealmId(String realmId)
public boolean isFullScopeAllowed()
public void setFullScopeAllowed(boolean fullScopeAllowed)
public String getProtocol()
public void setProtocol(String protocol)
public boolean isFrontchannelLogout()
public void setFrontchannelLogout(boolean frontchannelLogout)
public List<ClientIdentityProviderMappingEntity> getIdentityProviders()
public void setIdentityProviders(List<ClientIdentityProviderMappingEntity> identityProviders)
public List<ProtocolMapperEntity> getProtocolMappers()
public void setProtocolMappers(List<ProtocolMapperEntity> protocolMappers)
public boolean isSurrogateAuthRequired()
public void setSurrogateAuthRequired(boolean surrogateAuthRequired)
public String getManagementUrl()
public void setManagementUrl(String managementUrl)
public String getRootUrl()
public void setRootUrl(String rootUrl)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public boolean isBearerOnly()
public void setBearerOnly(boolean bearerOnly)
public boolean isConsentRequired()
public void setConsentRequired(boolean consentRequired)
public boolean isStandardFlowEnabled()
public void setStandardFlowEnabled(boolean standardFlowEnabled)
public boolean isImplicitFlowEnabled()
public void setImplicitFlowEnabled(boolean implicitFlowEnabled)
public boolean isDirectAccessGrantsEnabled()
public void setDirectAccessGrantsEnabled(boolean directAccessGrantsEnabled)
public boolean isServiceAccountsEnabled()
public void setServiceAccountsEnabled(boolean serviceAccountsEnabled)
public int getNodeReRegistrationTimeout()
public void setNodeReRegistrationTimeout(int nodeReRegistrationTimeout)
public String getClientTemplate()
public void setClientTemplate(String clientTemplate)
public boolean isUseTemplateConfig()
public void setUseTemplateConfig(boolean useTemplateConfig)
public boolean isUseTemplateScope()
public void setUseTemplateScope(boolean useTemplateScope)
public boolean isUseTemplateMappers()
public void setUseTemplateMappers(boolean useTemplateMappers)
Copyright © 2016 JBoss by Red Hat. All rights reserved.