Package org.keycloak.models.map.client
Interface MapClientEntity
- All Superinterfaces:
AbstractEntity
,EntityWithAttributes
,UpdatableEntity
- All Known Implementing Classes:
HotRodClientEntity.AbstractHotRodClientEntityDelegate
,HotRodClientEntityDelegate
,JpaClientEntity
,JpaClientMetadata
,MapClientEntity.AbstractClientEntity
,MapClientEntityDelegate
,MapClientEntityFieldDelegate
,MapClientEntityImpl
,MapClientEntityImpl.Empty
- Author:
- hmlnarik
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addProtocolMapper
(MapProtocolMapperEntity mapping) void
addRedirectUri
(String redirectUri) void
void
addWebOrigin
(String webOrigin) getClientScopes
(boolean defaultScope) getName()
getScope()
void
void
void
void
removeRedirectUri
(String redirectUri) void
void
removeWebOrigin
(String webOrigin) void
setAlwaysDisplayInConsole
(Boolean alwaysDisplayInConsole) void
setAuthenticationFlowBindingOverride
(String binding, String flowId) void
setBaseUrl
(String baseUrl) void
setBearerOnly
(Boolean bearerOnly) void
setClientAuthenticatorType
(String clientAuthenticatorType) void
setClientId
(String clientId) void
setClientScope
(String id, Boolean defaultScope) 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
setImplicitFlowEnabled
(Boolean implicitFlowEnabled) void
setManagementUrl
(String managementUrl) void
void
setNodeReRegistrationTimeout
(Integer nodeReRegistrationTimeout) void
setNotBefore
(Long notBefore) void
setProtocol
(String protocol) void
setPublicClient
(Boolean publicClient) void
setRealmId
(String realmId) void
setRedirectUris
(Set<String> redirectUris) void
setRegistrationToken
(String registrationToken) void
setRootUrl
(String rootUrl) void
void
void
setServiceAccountsEnabled
(Boolean serviceAccountsEnabled) void
setStandardFlowEnabled
(Boolean standardFlowEnabled) void
setSurrogateAuthRequired
(Boolean surrogateAuthRequired) void
setWebOrigins
(Set<String> webOrigins) Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
Methods inherited from interface org.keycloak.models.map.common.EntityWithAttributes
getAttribute, getAttributes, removeAttribute, setAttribute, setAttributes
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Method Details
-
getClientScopes
-
getClientScopes
-
setClientScope
-
removeClientScope
-
getProtocolMapper
-
getProtocolMappers
Set<MapProtocolMapperEntity> getProtocolMappers() -
addProtocolMapper
-
removeProtocolMapper
-
addRedirectUri
-
getRedirectUris
-
removeRedirectUri
-
setRedirectUris
-
addScopeMapping
-
removeScopeMapping
-
getScopeMappings
Collection<String> getScopeMappings() -
addWebOrigin
-
getWebOrigins
-
removeWebOrigin
-
setWebOrigins
-
getAuthenticationFlowBindingOverride
-
getAuthenticationFlowBindingOverrides
-
removeAuthenticationFlowBindingOverride
-
setAuthenticationFlowBindingOverride
-
getBaseUrl
String getBaseUrl() -
getClientAuthenticatorType
String getClientAuthenticatorType() -
getClientId
String getClientId() -
getDescription
String getDescription() -
getManagementUrl
String getManagementUrl() -
getName
String getName() -
getNodeReRegistrationTimeout
Integer getNodeReRegistrationTimeout() -
getNotBefore
Long getNotBefore() -
getProtocol
String getProtocol() -
getRealmId
String getRealmId() -
getRegistrationToken
String getRegistrationToken() -
getRootUrl
String getRootUrl() -
getScope
-
getSecret
String getSecret() -
isAlwaysDisplayInConsole
Boolean isAlwaysDisplayInConsole() -
isBearerOnly
Boolean isBearerOnly() -
isConsentRequired
Boolean isConsentRequired() -
isDirectAccessGrantsEnabled
Boolean isDirectAccessGrantsEnabled() -
isEnabled
Boolean isEnabled() -
isFrontchannelLogout
Boolean isFrontchannelLogout() -
isFullScopeAllowed
Boolean isFullScopeAllowed() -
isImplicitFlowEnabled
Boolean isImplicitFlowEnabled() -
isPublicClient
Boolean isPublicClient() -
isServiceAccountsEnabled
Boolean isServiceAccountsEnabled() -
isStandardFlowEnabled
Boolean isStandardFlowEnabled() -
isSurrogateAuthRequired
Boolean isSurrogateAuthRequired() -
setAlwaysDisplayInConsole
-
setBaseUrl
-
setBearerOnly
-
setClientAuthenticatorType
-
setClientId
-
setConsentRequired
-
setDescription
-
setDirectAccessGrantsEnabled
-
setEnabled
-
setFrontchannelLogout
-
setFullScopeAllowed
-
setImplicitFlowEnabled
-
setManagementUrl
-
setName
-
setNodeReRegistrationTimeout
-
setNotBefore
-
setProtocol
-
setPublicClient
-
setRealmId
-
setRegistrationToken
-
setRootUrl
-
setScope
-
setSecret
-
setServiceAccountsEnabled
-
setStandardFlowEnabled
-
setSurrogateAuthRequired
-