Package org.gluu.oxtrust.util
Class GluuSetupConfiguration
- java.lang.Object
-
- org.gluu.oxtrust.util.GluuSetupConfiguration
-
public class GluuSetupConfiguration extends java.lang.Object
Parse stored setup properties list from the Gluu Server istaller.- Author:
- Dmitry Ognyannikov, 2016
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ASSIMBA_INSTALLED_KEY
static java.lang.String
CAS_INSTALLED_KEY
static java.lang.String
HTTPD_INSTALLED_KEY
static java.lang.String
LDAP_INSTALLED_KEY
static java.lang.String
OX_AUTH_INSTALLED_KEY
static java.lang.String
OX_AUTH_RP_INSTALLED_KEY
static java.lang.String
OX_TRUST_INSTALLED_KEY
static java.lang.String
SAML_IDP_INSTALLED_KEY
-
Constructor Summary
Constructors Constructor Description GluuSetupConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Properties
getSetupProperties()
java.lang.String
getSetupProperty(java.lang.String key)
java.lang.Boolean
getSetupPropertyBoolean(java.lang.String key)
-
-
-
Field Detail
-
ASSIMBA_INSTALLED_KEY
public static final java.lang.String ASSIMBA_INSTALLED_KEY
- See Also:
- Constant Field Values
-
SAML_IDP_INSTALLED_KEY
public static final java.lang.String SAML_IDP_INSTALLED_KEY
- See Also:
- Constant Field Values
-
CAS_INSTALLED_KEY
public static final java.lang.String CAS_INSTALLED_KEY
- See Also:
- Constant Field Values
-
OX_AUTH_INSTALLED_KEY
public static final java.lang.String OX_AUTH_INSTALLED_KEY
- See Also:
- Constant Field Values
-
OX_TRUST_INSTALLED_KEY
public static final java.lang.String OX_TRUST_INSTALLED_KEY
- See Also:
- Constant Field Values
-
LDAP_INSTALLED_KEY
public static final java.lang.String LDAP_INSTALLED_KEY
- See Also:
- Constant Field Values
-
HTTPD_INSTALLED_KEY
public static final java.lang.String HTTPD_INSTALLED_KEY
- See Also:
- Constant Field Values
-
OX_AUTH_RP_INSTALLED_KEY
public static final java.lang.String OX_AUTH_RP_INSTALLED_KEY
- See Also:
- Constant Field Values
-
-