Class ClientCustomizerContext

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

public class ClientCustomizerContext extends Object
context object for client authentication, holds data about the current executing context
  • Constructor Details

    • ClientCustomizerContext

      public ClientCustomizerContext()
  • Method Details

    • 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 -