edu.internet2.middleware.grouper.client
Class ClientCustomizerContext

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

public class ClientCustomizerContext
extends Object

context object for client authentication, holds data about the current executing context

Author:
mchyzer

Constructor Summary
ClientCustomizerContext()
           
 
Method Summary
 String getConnectionName()
           name of the connection in the grouper.properties, used to get config information.
 void setConnectionName(String grouperPropertiesConnectionName1)
           name of the connection in the grouper.properties, used to get config information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientCustomizerContext

public ClientCustomizerContext()
Method Detail

getConnectionName

public String getConnectionName()
 name of the connection in the grouper.properties, used to get config information. 
 
 e.g. for grouperClient.demo_1_6.webService.url
 the name is demo_1_6
 

Returns:
connection name

setConnectionName

public void setConnectionName(String grouperPropertiesConnectionName1)
 name of the connection in the grouper.properties, used to get config information. 
 
 e.g. for grouperClient.demo_1_6.webService.url
 the name is demo_1_6
 

Parameters:
grouperPropertiesConnectionName1 -