Package de.dlr.proseo.usermgr
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 Summary
FieldsModifier and TypeFieldDescriptionThe maximum number of results to be retrieved by REST requests -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the default userGets the password of the default userGets the password expiration time
-
Field Details
-
maxResults
The maximum number of results to be retrieved by REST requests
-
-
Constructor Details
-
UsermgrConfiguration
public UsermgrConfiguration()
-
-
Method Details
-
getMaxResults
- Returns:
- the maximum number of results to be retrieved by REST requests
-
getDefaultUserName
Gets the name of the default user- Returns:
- the name of the default user
-
getDefaultUserPassword
Gets the password of the default user- Returns:
- the password of the default user
-
getPasswordExpirationTime
Gets the password expiration time- Returns:
- the password expiration time
-