Package ca.ubc.ece.flowable.properties
Class Ldap
- java.lang.Object
-
- ca.ubc.ece.flowable.core.properties.Resources
-
- ca.ubc.ece.flowable.properties.Ldap
-
public class Ldap extends ca.ubc.ece.flowable.core.properties.Resources
Class for reading and providing the properties in the ldap.properties file.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
LDAP_AUTHORIZED_GROUPS
The property name for the LDAP authorized groups.static java.lang.String
LDAP_GROUPS_DELIM
The property name for the LDAP groups delimiter.
-
Constructor Summary
Constructors Constructor Description Ldap()
-
Method Summary
Modifier and Type Method Description java.lang.String
getProperty(java.lang.String name)
Returns the value for the property.
-
-
-
Field Detail
-
LDAP_GROUPS_DELIM
public static final java.lang.String LDAP_GROUPS_DELIM
The property name for the LDAP groups delimiter.- See Also:
- Constant Field Values
-
LDAP_AUTHORIZED_GROUPS
public static final java.lang.String LDAP_AUTHORIZED_GROUPS
The property name for the LDAP authorized groups.- See Also:
- Constant Field Values
-
-