IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1

com.ibm.websphere.objectgrid.gateway
GatewayCredentialGeneratorFactory



This interface represents a factory to create a com.ibm.websphere.objectgrid.security.plugins.CredentialGenerator for the gateway server. An implementation class of this interface should have a default constructor. When lauching the gateway server in a secure environment, users can pass the implementation class name to the script to start a gateway server. The gateway server will then construct an object of this implementation class and call getCredentialGenerator() to get the com.ibm.websphere.objectgrid.security.plugins.CredentialGenerator for the gateway server.


Method Summary
public  CredentialGeneratorgetCredentialGenerator()
          
public  voidaddArgs(java.lang.String[])
          

Method Detail

getCredentialGenerator

public CredentialGenerator getCredentialGenerator()


Returns:
     a com.ibm.websphere.objectgrid.security.plugins.CredentialGenerator object.


addArgs

public void addArgs(String[] args)
Parameters:


IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1