Class PatchClientRegistrationSettings
java.lang.Object
io.gravitee.am.service.model.openid.PatchClientRegistrationSettings
- Author:
- Alexandre FARIA (contact at alexandrefaria.net), GraviteeSource Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpatch(ClientRegistrationSettings toPatch) voidsetAllowedScopes(Optional<List<String>> allowedScopes) voidsetAllowHttpSchemeRedirectUri(Optional<Boolean> allowHttpSchemeRedirectUri) voidsetAllowLocalhostRedirectUri(Optional<Boolean> allowLocalhostRedirectUri) voidsetAllowWildCardRedirectUri(Optional<Boolean> allowWildCardRedirectUri) voidsetClientTemplateEnabled(Optional<Boolean> clientTemplateEnabled) voidsetDefaultScopes(Optional<List<String>> defaultScopes) voidsetDynamicClientRegistrationEnabled(Optional<Boolean> isDynamicClientRegistrationEnabled) voidsetIsAllowedScopesEnabled(Optional<Boolean> isAllowedScopesEnabled) voidsetOpenDynamicClientRegistrationEnabled(Optional<Boolean> isOpenDynamicClientRegistrationEnabled)
-
Constructor Details
-
PatchClientRegistrationSettings
public PatchClientRegistrationSettings()
-
-
Method Details
-
getAllowLocalhostRedirectUri
-
setAllowLocalhostRedirectUri
-
getAllowHttpSchemeRedirectUri
-
setAllowHttpSchemeRedirectUri
-
getAllowWildCardRedirectUri
-
setAllowWildCardRedirectUri
-
isDynamicClientRegistrationEnabled
-
setDynamicClientRegistrationEnabled
-
isOpenDynamicClientRegistrationEnabled
-
setOpenDynamicClientRegistrationEnabled
-
getDefaultScopes
-
setDefaultScopes
-
isAllowedScopesEnabled
-
setIsAllowedScopesEnabled
-
getAllowedScopes
-
setAllowedScopes
-
isClientTemplateEnabled
-
setClientTemplateEnabled
-
patch
-