Class 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.
      • Methods inherited from class ca.ubc.ece.flowable.core.properties.Resources

        getBooleanProperty, getFullPath, getIntProperty, readFileProps, readProps
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • Ldap

        public Ldap()
    • Method Detail

      • getProperty

        public java.lang.String getProperty​(java.lang.String name)
        Returns the value for the property.
        Specified by:
        getProperty in class ca.ubc.ece.flowable.core.properties.Resources
        Parameters:
        name - the property name
        Returns:
        the property value