public class MapClientEntityLazyDelegate extends Object implements MapClientEntity
| Constructor and Description |
|---|
MapClientEntityLazyDelegate(Supplier<MapClientEntity> delegateSupplier) |
public MapClientEntityLazyDelegate(Supplier<MapClientEntity> delegateSupplier)
protected MapClientEntity getDelegate()
public void addClientScope(String id, Boolean defaultScope)
addClientScope in interface MapClientEntitypublic ProtocolMapperModel addProtocolMapper(ProtocolMapperModel model)
addProtocolMapper in interface MapClientEntitypublic void addRedirectUri(String redirectUri)
addRedirectUri in interface MapClientEntitypublic void addScopeMapping(String id)
addScopeMapping in interface MapClientEntitypublic void addWebOrigin(String webOrigin)
addWebOrigin in interface MapClientEntitypublic void deleteScopeMapping(String id)
deleteScopeMapping in interface MapClientEntitypublic List<String> getAttribute(String name)
getAttribute in interface MapClientEntitypublic Map<String,List<String>> getAttributes()
getAttributes in interface MapClientEntitypublic Map<String,String> getAuthFlowBindings()
getAuthFlowBindings in interface MapClientEntitypublic String getAuthenticationFlowBindingOverride(String binding)
getAuthenticationFlowBindingOverride in interface MapClientEntitypublic Map<String,String> getAuthenticationFlowBindingOverrides()
getAuthenticationFlowBindingOverrides in interface MapClientEntitypublic String getBaseUrl()
getBaseUrl in interface MapClientEntitypublic String getClientAuthenticatorType()
getClientAuthenticatorType in interface MapClientEntitypublic String getClientId()
getClientId in interface MapClientEntitypublic Stream<String> getClientScopes(boolean defaultScope)
getClientScopes in interface MapClientEntitypublic String getDescription()
getDescription in interface MapClientEntitypublic String getManagementUrl()
getManagementUrl in interface MapClientEntitypublic String getName()
getName in interface MapClientEntitypublic int getNodeReRegistrationTimeout()
getNodeReRegistrationTimeout in interface MapClientEntitypublic int getNotBefore()
getNotBefore in interface MapClientEntitypublic String getProtocol()
getProtocol in interface MapClientEntitypublic ProtocolMapperModel getProtocolMapperById(String id)
getProtocolMapperById in interface MapClientEntitypublic Collection<ProtocolMapperModel> getProtocolMappers()
getProtocolMappers in interface MapClientEntitypublic String getRealmId()
getRealmId in interface MapClientEntitypublic Set<String> getRedirectUris()
getRedirectUris in interface MapClientEntitypublic String getRegistrationToken()
getRegistrationToken in interface MapClientEntitypublic String getRootUrl()
getRootUrl in interface MapClientEntitypublic Set<String> getScope()
getScope in interface MapClientEntitypublic Collection<String> getScopeMappings()
getScopeMappings in interface MapClientEntitypublic String getSecret()
getSecret in interface MapClientEntitypublic Set<String> getWebOrigins()
getWebOrigins in interface MapClientEntitypublic Boolean isAlwaysDisplayInConsole()
isAlwaysDisplayInConsole in interface MapClientEntitypublic Boolean isBearerOnly()
isBearerOnly in interface MapClientEntitypublic Boolean isConsentRequired()
isConsentRequired in interface MapClientEntitypublic Boolean isDirectAccessGrantsEnabled()
isDirectAccessGrantsEnabled in interface MapClientEntitypublic Boolean isEnabled()
isEnabled in interface MapClientEntitypublic Boolean isFrontchannelLogout()
isFrontchannelLogout in interface MapClientEntitypublic Boolean isFullScopeAllowed()
isFullScopeAllowed in interface MapClientEntitypublic Boolean isImplicitFlowEnabled()
isImplicitFlowEnabled in interface MapClientEntitypublic Boolean isPublicClient()
isPublicClient in interface MapClientEntitypublic Boolean isServiceAccountsEnabled()
isServiceAccountsEnabled in interface MapClientEntitypublic Boolean isStandardFlowEnabled()
isStandardFlowEnabled in interface MapClientEntitypublic Boolean isSurrogateAuthRequired()
isSurrogateAuthRequired in interface MapClientEntitypublic void removeAttribute(String name)
removeAttribute in interface MapClientEntitypublic void removeAuthenticationFlowBindingOverride(String binding)
removeAuthenticationFlowBindingOverride in interface MapClientEntitypublic void removeClientScope(String id)
removeClientScope in interface MapClientEntitypublic void removeProtocolMapper(String id)
removeProtocolMapper in interface MapClientEntitypublic void removeRedirectUri(String redirectUri)
removeRedirectUri in interface MapClientEntitypublic void removeWebOrigin(String webOrigin)
removeWebOrigin in interface MapClientEntitypublic void setAlwaysDisplayInConsole(Boolean alwaysDisplayInConsole)
setAlwaysDisplayInConsole in interface MapClientEntitypublic void setAttribute(String name, List<String> values)
setAttribute in interface MapClientEntitypublic void setAuthFlowBindings(Map<String,String> authFlowBindings)
setAuthFlowBindings in interface MapClientEntitypublic void setAuthenticationFlowBindingOverride(String binding, String flowId)
setAuthenticationFlowBindingOverride in interface MapClientEntitypublic void setBaseUrl(String baseUrl)
setBaseUrl in interface MapClientEntitypublic void setBearerOnly(Boolean bearerOnly)
setBearerOnly in interface MapClientEntitypublic void setClientAuthenticatorType(String clientAuthenticatorType)
setClientAuthenticatorType in interface MapClientEntitypublic void setClientId(String clientId)
setClientId in interface MapClientEntitypublic void setConsentRequired(Boolean consentRequired)
setConsentRequired in interface MapClientEntitypublic void setDescription(String description)
setDescription in interface MapClientEntitypublic void setDirectAccessGrantsEnabled(Boolean directAccessGrantsEnabled)
setDirectAccessGrantsEnabled in interface MapClientEntitypublic void setEnabled(Boolean enabled)
setEnabled in interface MapClientEntitypublic void setFrontchannelLogout(Boolean frontchannelLogout)
setFrontchannelLogout in interface MapClientEntitypublic void setFullScopeAllowed(Boolean fullScopeAllowed)
setFullScopeAllowed in interface MapClientEntitypublic void setImplicitFlowEnabled(Boolean implicitFlowEnabled)
setImplicitFlowEnabled in interface MapClientEntitypublic void setManagementUrl(String managementUrl)
setManagementUrl in interface MapClientEntitypublic void setName(String name)
setName in interface MapClientEntitypublic void setNodeReRegistrationTimeout(int nodeReRegistrationTimeout)
setNodeReRegistrationTimeout in interface MapClientEntitypublic void setNotBefore(int notBefore)
setNotBefore in interface MapClientEntitypublic void setProtocol(String protocol)
setProtocol in interface MapClientEntitypublic void setProtocolMappers(Collection<ProtocolMapperModel> protocolMappers)
setProtocolMappers in interface MapClientEntitypublic void setPublicClient(Boolean publicClient)
setPublicClient in interface MapClientEntitypublic void setRedirectUris(Set<String> redirectUris)
setRedirectUris in interface MapClientEntitypublic void setRegistrationToken(String registrationToken)
setRegistrationToken in interface MapClientEntitypublic void setRootUrl(String rootUrl)
setRootUrl in interface MapClientEntitypublic void setScope(Set<String> scope)
setScope in interface MapClientEntitypublic void setSecret(String secret)
setSecret in interface MapClientEntitypublic void setServiceAccountsEnabled(Boolean serviceAccountsEnabled)
setServiceAccountsEnabled in interface MapClientEntitypublic void setStandardFlowEnabled(Boolean standardFlowEnabled)
setStandardFlowEnabled in interface MapClientEntitypublic void setSurrogateAuthRequired(Boolean surrogateAuthRequired)
setSurrogateAuthRequired in interface MapClientEntitypublic void setWebOrigins(Set<String> webOrigins)
setWebOrigins in interface MapClientEntitypublic void updateProtocolMapper(String id, ProtocolMapperModel mapping)
updateProtocolMapper in interface MapClientEntitypublic String getId()
getId in interface AbstractEntitypublic boolean isUpdated()
UpdatableEntityisUpdated in interface UpdatableEntityCopyright © 2021 JBoss by Red Hat. All rights reserved.