edu.internet2.middleware.grouper.client
Class ClientCustomizer

java.lang.Object
  extended by edu.internet2.middleware.grouper.client.ClientCustomizer

public class ClientCustomizer
extends Object

extend this class to customize how authentication works generally these methods will set threadlocal propreties to simulate a config file...


Constructor Summary
ClientCustomizer()
           
 
Method Summary
 void init(ClientCustomizerContext theClientCustomizerContext)
          client customizer context
 void setupConnection()
          when connection is setup
 void teardownConnection()
          when connection is done
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientCustomizer

public ClientCustomizer()
Method Detail

init

public void init(ClientCustomizerContext theClientCustomizerContext)
client customizer context

Parameters:
theClientCustomizerContext -

setupConnection

public void setupConnection()
when connection is setup


teardownConnection

public void teardownConnection()
when connection is done