leon.info.location
Class LyLdapLocation
java.lang.Object
leon.info.LyTag
leon.info.LyInfo
leon.info.location.LyLocation
leon.info.location.LyLdapLocation
- All Implemented Interfaces:
- java.lang.Cloneable, LyCommentInterface
public class LyLdapLocation
- extends LyLocation
This class implements a LDAP data location.
Field Summary |
static java.lang.String |
__VERSION
|
Constructor Summary |
LyLdapLocation(java.lang.String id)
Constructor. |
LyLdapLocation(java.lang.String id,
java.lang.String url,
java.lang.String baseObjectName,
java.lang.String user,
java.lang.String password,
java.lang.String securityType)
Constructor. |
Method Summary |
void |
check(LyClassInfo classInfo)
This method allows to test the configuration of a classInfo for the given location This
method is called during the check phase of the parsing. |
java.lang.String |
getBaseObjectName()
Accessor to the base object name of this location. |
java.lang.String |
getPassword()
Accessor to the password of this location. |
java.lang.String |
getSecurityType()
Accessor to the security type of this location. |
java.lang.String |
getUser()
Accessor to the user of this location. |
Methods inherited from class leon.info.LyInfo |
getAlias, getApplication, getFile, getId, getInclude, getName, isIncluded, isInternal, isInternal, isLoaded, isLocked, load, setApplication, setFile, toString |
Methods inherited from class leon.info.LyTag |
clone, getCommentsEnd, getCommentsStart, getEnvironment, getModelType, getParent, getRootProject, hasAncestor, isExtern, setCommentsEnd, setCommentsStart, wasCloned |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
__VERSION
public static final java.lang.String __VERSION
- See Also:
- Constant Field Values
LyLdapLocation
public LyLdapLocation(java.lang.String id)
- Constructor.
- Parameters:
id
- identifier of the location
LyLdapLocation
public LyLdapLocation(java.lang.String id,
java.lang.String url,
java.lang.String baseObjectName,
java.lang.String user,
java.lang.String password,
java.lang.String securityType)
- Constructor.
- Parameters:
id
- identifier of the locationurl
- url of the provider
getBaseObjectName
public java.lang.String getBaseObjectName()
- Accessor to the base object name of this location.
- Returns:
- the base object name of this location
getSecurityType
public java.lang.String getSecurityType()
- Accessor to the security type of this location.
- Returns:
- the security type of this location
getUser
public java.lang.String getUser()
- Accessor to the user of this location.
- Returns:
- the user of this location
getPassword
public java.lang.String getPassword()
- Accessor to the password of this location.
- Returns:
- the password of this location
check
public void check(LyClassInfo classInfo)
- This method allows to test the configuration of a classInfo for the given location This
method is called during the check phase of the parsing.
- Overrides:
check
in class LyLocation
- Parameters:
classInfo
- the classInfo to check
Website: W4 S.A., contact us: support@w4global.com