Class UsermgrConfiguration

java.lang.Object
de.dlr.proseo.usermgr.UsermgrConfiguration

@Configuration @ConfigurationProperties(prefix="proseo") @EntityScan(basePackages={"de.dlr.proseo.model","de.dlr.proseo.usermgr.model"}) public class UsermgrConfiguration extends Object
Configuration class for the prosEO User Manager component
Author:
Dr. Thomas Bassler *
  • Field Details

    • maxResults

      @Value("${spring.maxResults}") public Integer maxResults
      The maximum number of results to be retrieved by REST requests
  • Constructor Details

    • UsermgrConfiguration

      public UsermgrConfiguration()
  • Method Details

    • getMaxResults

      public Integer getMaxResults()
      Returns:
      the maximum number of results to be retrieved by REST requests
    • getDefaultUserName

      public String getDefaultUserName()
      Gets the name of the default user
      Returns:
      the name of the default user
    • getDefaultUserPassword

      public String getDefaultUserPassword()
      Gets the password of the default user
      Returns:
      the password of the default user
    • getPasswordExpirationTime

      public String getPasswordExpirationTime()
      Gets the password expiration time
      Returns:
      the password expiration time