com.ibm.team.fvt.tests.clm.config
Class LdapInfo

java.lang.Object
  extended by com.ibm.team.fvt.tests.clm.config.LdapInfo

public class LdapInfo
extends java.lang.Object

LDAP information used when running JTS Setup.


Constructor Summary
LdapInfo()
           
 
Method Summary
 java.lang.String getBaseGroup()
          The LDAP Base Group
 java.lang.String getBaseUser()
          The LDAP Base User
 java.lang.String getLocation()
          The LDAP location
 java.lang.String getMapping()
          The LDAP mapping
 java.lang.String getMember()
          The LDAP member
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapInfo

public LdapInfo()
Method Detail

getBaseGroup

public java.lang.String getBaseGroup()
The LDAP Base Group

Returns:
The LDAP Base Group as a String.

getBaseUser

public java.lang.String getBaseUser()
The LDAP Base User

Returns:
The LDAP Base User as a String.

getLocation

public java.lang.String getLocation()
The LDAP location

Returns:
The LDAP location as a String.

getMapping

public java.lang.String getMapping()
The LDAP mapping

Returns:
The LDAP mapping as a String.

getMember

public java.lang.String getMember()
The LDAP member

Returns:
The LDAP member as a String.