Class UserRegistrationConfig

java.lang.Object
org.forgerock.selfservice.stages.registration.UserRegistrationConfig
All Implemented Interfaces:
StageConfig

public final class UserRegistrationConfig extends Object implements StageConfig
Configuration for the user registration stage.
Since:
0.1.0
  • Field Details

  • Constructor Details

    • UserRegistrationConfig

      public UserRegistrationConfig()
  • Method Details

    • getIdentityServiceUrl

      public String getIdentityServiceUrl()
      Gets the URL for the identity service.
      Returns:
      the identity service URL
    • setIdentityServiceUrl

      public UserRegistrationConfig setIdentityServiceUrl(String identityServiceUrl)
      Sets the URL for the identity service.
      Parameters:
      identityServiceUrl - the identity service URL
      Returns:
      this config instance
    • getName

      public String getName()
      Description copied from interface: StageConfig
      Gets the name of the stage configuration.
      Specified by:
      getName in interface StageConfig
      Returns:
      the config name
    • getProgressStageClassName

      public String getProgressStageClassName()
      Description copied from interface: StageConfig
      Gets the class name of the consuming progress stage.
      Specified by:
      getProgressStageClassName in interface StageConfig
      Returns:
      the progress stage class name
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object