Package de.dlr.proseo.usermgr
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 *
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe maximum number of results to be retrieved by REST requests -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the name of the default userGets the password of the default userGets the password expiration time
-
Felddetails
-
maxResults
The maximum number of results to be retrieved by REST requests
-
-
Konstruktordetails
-
UsermgrConfiguration
public UsermgrConfiguration()
-
-
Methodendetails
-
getMaxResults
- Gibt zurück:
- the maximum number of results to be retrieved by REST requests
-
getDefaultUserName
Gets the name of the default user- Gibt zurück:
- the name of the default user
-
getDefaultUserPassword
Gets the password of the default user- Gibt zurück:
- the password of the default user
-
getPasswordExpirationTime
Gets the password expiration time- Gibt zurück:
- the password expiration time
-