Class DemoServerConfig
java.lang.Object
de.xima.fc.testhelper.DemoServerConfig
- All Implemented Interfaces:
IServerConfig
@ApplicationScoped
@Priority(1)
@Alternative
public class DemoServerConfig
extends Object
implements IServerConfig
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a set of features this server provides.getServerProperty(String key) Returns the value of the server property with the given key.Returns all user portals that are enabled on this server.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IServerConfig
hasFeature, hasFeature
-
Constructor Details
-
DemoServerConfig
public DemoServerConfig()
-
-
Method Details
-
getFeatures
Description copied from interface:IServerConfigReturns a set of features this server provides.- Specified by:
getFeaturesin interfaceIServerConfig- Returns:
- A set of features this server provides.
-
getServerProperty
Description copied from interface:IServerConfigReturns the value of the server property with the given key.- Specified by:
getServerPropertyin interfaceIServerConfig- Parameters:
key- the key of the server property.- Returns:
- the value of the server property with the given key. If the property does not exist,
nullis returned.
-
getSessionTimeoutMinutes
- Specified by:
getSessionTimeoutMinutesin interfaceIServerConfig- Returns:
- the configured session timeout in minutes, or
nullif not configured.
-
getUserPortals
Description copied from interface:IServerConfigReturns all user portals that are enabled on this server.- Specified by:
getUserPortalsin interfaceIServerConfig- Returns:
- a set of all user portals that are enabled on this server.
-