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


Field Summary
protected  GroupTransformer grpTransformer
           
protected  LugeTransformer lugeTransformer
           
protected  PersonTransformer personTransformer
           
 
Constructor Summary
protected LugeFacade()
           
  LugeFacade(LugeTransformer lt)
           
  LugeFacade(java.lang.String cn, java.lang.String key)
          Use this constructor to establish your connection to the ldap server.
 
Method Summary
protected  void finalize()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lugeTransformer

protected LugeTransformer lugeTransformer

grpTransformer

protected GroupTransformer grpTransformer

personTransformer

protected PersonTransformer personTransformer
Constructor Detail

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 application
key - - 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
Method Detail

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
java.lang.Throwable

Copyright 2003, Michael Schwartz All Rights Reserved.