Searched defs:requiredSystemProperty (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServerConfig.java87 localServerProtocol = requiredSystemProperty(AM_SERVER_PROTOCOL);
88 localServerHost = requiredSystemProperty(AM_SERVER_HOST);
89 final String localServerPortAsString = requiredSystemProperty(AM_SERVER_PORT);
91 localServerDeploymentPath = requiredSystemProperty(AM_SERVICES_DEPLOYMENT_DESCRIPTOR);
365 private String requiredSystemProperty(String key) throws SessionException { method in class:SessionServerConfig
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServerConfig.java84 localServerDeploymentPath = requiredSystemProperty(AM_SERVICES_DEPLOYMENT_DESCRIPTOR);
373 private String requiredSystemProperty(String key) throws SessionException { method in class:SessionServerConfig

Completed in 29 milliseconds