us.openinternet.luge.service
Class LugeFacade
java.lang.Object
  |
  +--us.openinternet.luge.service.LugeFacade
- Direct Known Subclasses: 
 - GroupFacade, PersonFacade
 
- public class LugeFacade
- extends java.lang.Object
  
 
 
| 
Method Summary | 
protected  void | 
finalize()
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
lugeTransformer
protected LugeTransformer lugeTransformer
grpTransformer
protected GroupTransformer grpTransformer
personTransformer
protected PersonTransformer personTransformer
LugeFacade
protected LugeFacade()
              throws LugeException
LugeFacade
public LugeFacade(java.lang.String cn,
                  java.lang.String key)
           throws LugeException
- Use this constructor to establish your connection to the ldap server.
 - Parameters:
 cn - - This is an id assigned to your applicationkey - - Each id is also assigned a key for authentication purposes. 
 The key is not the LDAP server password.
- Throws:
 LugeException
LugeFacade
public LugeFacade(LugeTransformer lt)
           throws LugeException
finalize
protected void finalize()
                 throws java.lang.Throwable
- Overrides:
 finalize in class java.lang.Object
 
java.lang.Throwable