Klasse 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
Autor:
Dr. Thomas Bassler *
  • Felddetails

    • maxResults

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

    • UsermgrConfiguration

      public UsermgrConfiguration()
  • Methodendetails

    • getMaxResults

      public Integer getMaxResults()
      Gibt zurück:
      the maximum number of results to be retrieved by REST requests
    • getDefaultUserName

      public String getDefaultUserName()
      Gets the name of the default user
      Gibt zurück:
      the name of the default user
    • getDefaultUserPassword

      public String getDefaultUserPassword()
      Gets the password of the default user
      Gibt zurück:
      the password of the default user
    • getPasswordExpirationTime

      public String getPasswordExpirationTime()
      Gets the password expiration time
      Gibt zurück:
      the password expiration time