public interface MapClientEntity extends AbstractEntity, UpdatableEntity
getId
isUpdated
ProtocolMapperModel addProtocolMapper(ProtocolMapperModel model)
void addRedirectUri(String redirectUri)
void addScopeMapping(String id)
void addWebOrigin(String webOrigin)
void deleteScopeMapping(String id)
String getBaseUrl()
String getClientAuthenticatorType()
String getClientId()
String getDescription()
String getManagementUrl()
String getName()
int getNodeReRegistrationTimeout()
int getNotBefore()
String getProtocol()
ProtocolMapperModel getProtocolMapperById(String id)
Collection<ProtocolMapperModel> getProtocolMappers()
String getRealmId()
String getRegistrationToken()
String getRootUrl()
Collection<String> getScopeMappings()
String getSecret()
Boolean isAlwaysDisplayInConsole()
Boolean isBearerOnly()
Boolean isConsentRequired()
Boolean isDirectAccessGrantsEnabled()
Boolean isEnabled()
Boolean isFrontchannelLogout()
Boolean isFullScopeAllowed()
Boolean isImplicitFlowEnabled()
Boolean isPublicClient()
Boolean isServiceAccountsEnabled()
Boolean isStandardFlowEnabled()
Boolean isSurrogateAuthRequired()
void removeAttribute(String name)
void removeAuthenticationFlowBindingOverride(String binding)
void removeClientScope(String id)
void removeProtocolMapper(String id)
void removeRedirectUri(String redirectUri)
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 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 setName(String name)
void setNodeReRegistrationTimeout(int nodeReRegistrationTimeout)
void setNotBefore(int notBefore)
void setProtocol(String protocol)
void setProtocolMappers(Collection<ProtocolMapperModel> protocolMappers)
void setPublicClient(Boolean publicClient)
void setRegistrationToken(String registrationToken)
void setRootUrl(String rootUrl)
void setSecret(String secret)
void setServiceAccountsEnabled(Boolean serviceAccountsEnabled)
void setStandardFlowEnabled(Boolean standardFlowEnabled)
void setSurrogateAuthRequired(Boolean surrogateAuthRequired)
void updateProtocolMapper(String id, ProtocolMapperModel mapping)
Copyright © 2021 JBoss by Red Hat. All rights reserved.