edu.internet2.middleware.grouper.client
Class ClientCustomizerContext
java.lang.Object
edu.internet2.middleware.grouper.client.ClientCustomizerContext
public class ClientCustomizerContext
- extends java.lang.Object
context object for client authentication, holds data about the current executing context
- Author:
- mchyzer
Method Summary |
java.lang.String |
getConnectionName()
name of the connection in the grouper.properties, used to get config information. |
void |
setConnectionName(java.lang.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 |
ClientCustomizerContext
public ClientCustomizerContext()
getConnectionName
public java.lang.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(java.lang.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
-