Package org.keycloak.models.jpa.entities
Class ClientEntity
- java.lang.Object
- 
- org.keycloak.models.jpa.entities.ClientEntity
 
- 
 @Entity public class ClientEntity extends Object - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected Collection<ClientAttributeEntity>attributesprotected Map<String,String>authFlowBindingsprotected StringrealmIdprotected Set<String>redirectUrisprotected Set<String>webOrigins
 - 
Constructor SummaryConstructors Constructor Description ClientEntity()
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
realmIdprotected String realmId 
 - 
attributesprotected Collection<ClientAttributeEntity> attributes 
 
- 
 - 
Method Detail- 
getRealmIdpublic String getRealmId() 
 - 
setRealmIdpublic void setRealmId(String realmId) 
 - 
getIdpublic String getId() 
 - 
setIdpublic void setId(String id) 
 - 
getNamepublic String getName() 
 - 
setNamepublic void setName(String name) 
 - 
getDescriptionpublic String getDescription() 
 - 
setDescriptionpublic void setDescription(String description) 
 - 
isEnabledpublic boolean isEnabled() 
 - 
setEnabledpublic void setEnabled(boolean enabled) 
 - 
isAlwaysDisplayInConsolepublic boolean isAlwaysDisplayInConsole() 
 - 
setAlwaysDisplayInConsolepublic void setAlwaysDisplayInConsole(boolean alwaysDisplayInConsole) 
 - 
getClientIdpublic String getClientId() 
 - 
setClientIdpublic void setClientId(String clientId) 
 - 
getClientAuthenticatorTypepublic String getClientAuthenticatorType() 
 - 
setClientAuthenticatorTypepublic void setClientAuthenticatorType(String clientAuthenticatorType) 
 - 
getSecretpublic String getSecret() 
 - 
setSecretpublic void setSecret(String secret) 
 - 
getRegistrationTokenpublic String getRegistrationToken() 
 - 
setRegistrationTokenpublic void setRegistrationToken(String registrationToken) 
 - 
getNotBeforepublic int getNotBefore() 
 - 
setNotBeforepublic void setNotBefore(int notBefore) 
 - 
isPublicClientpublic boolean isPublicClient() 
 - 
setPublicClientpublic void setPublicClient(boolean publicClient) 
 - 
isFullScopeAllowedpublic boolean isFullScopeAllowed() 
 - 
setFullScopeAllowedpublic void setFullScopeAllowed(boolean fullScopeAllowed) 
 - 
getAttributespublic Collection<ClientAttributeEntity> getAttributes() 
 - 
setAttributespublic void setAttributes(Collection<ClientAttributeEntity> attributes) 
 - 
getProtocolpublic String getProtocol() 
 - 
setProtocolpublic void setProtocol(String protocol) 
 - 
isFrontchannelLogoutpublic boolean isFrontchannelLogout() 
 - 
setFrontchannelLogoutpublic void setFrontchannelLogout(boolean frontchannelLogout) 
 - 
getProtocolMapperspublic Collection<ProtocolMapperEntity> getProtocolMappers() 
 - 
setProtocolMapperspublic void setProtocolMappers(Collection<ProtocolMapperEntity> protocolMappers) 
 - 
isSurrogateAuthRequiredpublic boolean isSurrogateAuthRequired() 
 - 
setSurrogateAuthRequiredpublic void setSurrogateAuthRequired(boolean surrogateAuthRequired) 
 - 
getRootUrlpublic String getRootUrl() 
 - 
setRootUrlpublic void setRootUrl(String rootUrl) 
 - 
getBaseUrlpublic String getBaseUrl() 
 - 
setBaseUrlpublic void setBaseUrl(String baseUrl) 
 - 
getManagementUrlpublic String getManagementUrl() 
 - 
setManagementUrlpublic void setManagementUrl(String managementUrl) 
 - 
isBearerOnlypublic boolean isBearerOnly() 
 - 
setBearerOnlypublic void setBearerOnly(boolean bearerOnly) 
 - 
isConsentRequiredpublic boolean isConsentRequired() 
 - 
setConsentRequiredpublic void setConsentRequired(boolean consentRequired) 
 - 
isStandardFlowEnabledpublic boolean isStandardFlowEnabled() 
 - 
setStandardFlowEnabledpublic void setStandardFlowEnabled(boolean standardFlowEnabled) 
 - 
isImplicitFlowEnabledpublic boolean isImplicitFlowEnabled() 
 - 
setImplicitFlowEnabledpublic void setImplicitFlowEnabled(boolean implicitFlowEnabled) 
 - 
isDirectAccessGrantsEnabledpublic boolean isDirectAccessGrantsEnabled() 
 - 
setDirectAccessGrantsEnabledpublic void setDirectAccessGrantsEnabled(boolean directAccessGrantsEnabled) 
 - 
isServiceAccountsEnabledpublic boolean isServiceAccountsEnabled() 
 - 
setServiceAccountsEnabledpublic void setServiceAccountsEnabled(boolean serviceAccountsEnabled) 
 - 
getNodeReRegistrationTimeoutpublic int getNodeReRegistrationTimeout() 
 - 
setNodeReRegistrationTimeoutpublic void setNodeReRegistrationTimeout(int nodeReRegistrationTimeout) 
 
- 
 
-