Package org.keycloak.models.jpa.entities
Class ClientEntity
java.lang.Object
org.keycloak.models.jpa.entities.ClientEntity
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
int
int
int
hashCode()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAlwaysDisplayInConsole
(boolean alwaysDisplayInConsole) void
setAttributes
(Collection<ClientAttributeEntity> attributes) void
setAuthFlowBindings
(Map<String, String> authFlowBindings) void
setBaseUrl
(String baseUrl) void
setBearerOnly
(boolean bearerOnly) void
setClientAuthenticatorType
(String clientAuthenticatorType) void
setClientId
(String clientId) void
setConsentRequired
(boolean consentRequired) void
setDescription
(String description) void
setDirectAccessGrantsEnabled
(boolean directAccessGrantsEnabled) void
setEnabled
(boolean enabled) void
setFrontchannelLogout
(boolean frontchannelLogout) void
setFullScopeAllowed
(boolean fullScopeAllowed) void
void
setImplicitFlowEnabled
(boolean implicitFlowEnabled) void
setManagementUrl
(String managementUrl) void
void
setNodeReRegistrationTimeout
(int nodeReRegistrationTimeout) void
setNotBefore
(int notBefore) void
setProtocol
(String protocol) void
setProtocolMappers
(Collection<ProtocolMapperEntity> protocolMappers) void
setPublicClient
(boolean publicClient) void
setRealmId
(String realmId) void
setRedirectUris
(Set<String> redirectUris) void
setRegisteredNodes
(Map<String, Integer> registeredNodes) void
setRegistrationToken
(String registrationToken) void
setRootUrl
(String rootUrl) void
setScopeMapping
(Set<String> scopeMappingIds) void
void
setServiceAccountsEnabled
(boolean serviceAccountsEnabled) void
setStandardFlowEnabled
(boolean standardFlowEnabled) void
setSurrogateAuthRequired
(boolean surrogateAuthRequired) void
setWebOrigins
(Set<String> webOrigins)
-
Field Details
-
realmId
-
webOrigins
-
redirectUris
-
attributes
-
authFlowBindings
-
-
Constructor Details
-
ClientEntity
public ClientEntity()
-
-
Method Details
-
getRealmId
-
setRealmId
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isAlwaysDisplayInConsole
public boolean isAlwaysDisplayInConsole() -
setAlwaysDisplayInConsole
public void setAlwaysDisplayInConsole(boolean alwaysDisplayInConsole) -
getClientId
-
setClientId
-
getWebOrigins
-
setWebOrigins
-
getRedirectUris
-
setRedirectUris
-
getClientAuthenticatorType
-
setClientAuthenticatorType
-
getSecret
-
setSecret
-
getRegistrationToken
-
setRegistrationToken
-
getNotBefore
public int getNotBefore() -
setNotBefore
public void setNotBefore(int notBefore) -
isPublicClient
public boolean isPublicClient() -
setPublicClient
public void setPublicClient(boolean publicClient) -
isFullScopeAllowed
public boolean isFullScopeAllowed() -
setFullScopeAllowed
public void setFullScopeAllowed(boolean fullScopeAllowed) -
getAttributes
-
setAttributes
-
getAuthFlowBindings
-
setAuthFlowBindings
-
getProtocol
-
setProtocol
-
isFrontchannelLogout
public boolean isFrontchannelLogout() -
setFrontchannelLogout
public void setFrontchannelLogout(boolean frontchannelLogout) -
getProtocolMappers
-
setProtocolMappers
-
isSurrogateAuthRequired
public boolean isSurrogateAuthRequired() -
setSurrogateAuthRequired
public void setSurrogateAuthRequired(boolean surrogateAuthRequired) -
getRootUrl
-
setRootUrl
-
getBaseUrl
-
setBaseUrl
-
getManagementUrl
-
setManagementUrl
-
isBearerOnly
public boolean isBearerOnly() -
setBearerOnly
public void setBearerOnly(boolean bearerOnly) -
isConsentRequired
public boolean isConsentRequired() -
setConsentRequired
public void setConsentRequired(boolean consentRequired) -
isStandardFlowEnabled
public boolean isStandardFlowEnabled() -
setStandardFlowEnabled
public void setStandardFlowEnabled(boolean standardFlowEnabled) -
isImplicitFlowEnabled
public boolean isImplicitFlowEnabled() -
setImplicitFlowEnabled
public void setImplicitFlowEnabled(boolean implicitFlowEnabled) -
isDirectAccessGrantsEnabled
public boolean isDirectAccessGrantsEnabled() -
setDirectAccessGrantsEnabled
public void setDirectAccessGrantsEnabled(boolean directAccessGrantsEnabled) -
isServiceAccountsEnabled
public boolean isServiceAccountsEnabled() -
setServiceAccountsEnabled
public void setServiceAccountsEnabled(boolean serviceAccountsEnabled) -
getNodeReRegistrationTimeout
public int getNodeReRegistrationTimeout() -
setNodeReRegistrationTimeout
public void setNodeReRegistrationTimeout(int nodeReRegistrationTimeout) -
getRegisteredNodes
-
setRegisteredNodes
-
getScopeMappingIds
-
setScopeMapping
-
equals
-
hashCode
public int hashCode()
-