Class PatchClientRegistrationSettings

java.lang.Object
io.gravitee.am.service.model.openid.PatchClientRegistrationSettings

public class PatchClientRegistrationSettings extends Object
Author:
Alexandre FARIA (contact at alexandrefaria.net), GraviteeSource Team
  • Constructor Details

    • PatchClientRegistrationSettings

      public PatchClientRegistrationSettings()
  • Method Details

    • getAllowLocalhostRedirectUri

      public Optional<Boolean> getAllowLocalhostRedirectUri()
    • setAllowLocalhostRedirectUri

      public void setAllowLocalhostRedirectUri(Optional<Boolean> allowLocalhostRedirectUri)
    • getAllowHttpSchemeRedirectUri

      public Optional<Boolean> getAllowHttpSchemeRedirectUri()
    • setAllowHttpSchemeRedirectUri

      public void setAllowHttpSchemeRedirectUri(Optional<Boolean> allowHttpSchemeRedirectUri)
    • getAllowWildCardRedirectUri

      public Optional<Boolean> getAllowWildCardRedirectUri()
    • setAllowWildCardRedirectUri

      public void setAllowWildCardRedirectUri(Optional<Boolean> allowWildCardRedirectUri)
    • isDynamicClientRegistrationEnabled

      public Optional<Boolean> isDynamicClientRegistrationEnabled()
    • setDynamicClientRegistrationEnabled

      public void setDynamicClientRegistrationEnabled(Optional<Boolean> isDynamicClientRegistrationEnabled)
    • isOpenDynamicClientRegistrationEnabled

      public Optional<Boolean> isOpenDynamicClientRegistrationEnabled()
    • setOpenDynamicClientRegistrationEnabled

      public void setOpenDynamicClientRegistrationEnabled(Optional<Boolean> isOpenDynamicClientRegistrationEnabled)
    • getDefaultScopes

      public Optional<List<String>> getDefaultScopes()
    • setDefaultScopes

      public void setDefaultScopes(Optional<List<String>> defaultScopes)
    • isAllowedScopesEnabled

      public Optional<Boolean> isAllowedScopesEnabled()
    • setIsAllowedScopesEnabled

      public void setIsAllowedScopesEnabled(Optional<Boolean> isAllowedScopesEnabled)
    • getAllowedScopes

      public Optional<List<String>> getAllowedScopes()
    • setAllowedScopes

      public void setAllowedScopes(Optional<List<String>> allowedScopes)
    • isClientTemplateEnabled

      public Optional<Boolean> isClientTemplateEnabled()
    • setClientTemplateEnabled

      public void setClientTemplateEnabled(Optional<Boolean> clientTemplateEnabled)
    • patch