Uses of Class
com.ibm.datapower.wamt.Credential

Packages that use Credential
com.ibm.datapower.wamt.dataAPI Defines a collection of interfaces for data persistence that can be implemented to support a repository in various environments. 
com.ibm.datapower.wamt.dataAPI.local.filesystem Local File System Implementation of the dataAPI Interface for the IBM WebSphere Appliance Management Toolkit 
 

Uses of Credential in com.ibm.datapower.wamt.dataAPI
 

Methods in com.ibm.datapower.wamt.dataAPI with parameters of type Credential
static Repository RepositoryFactory.getRepository(java.lang.String implementationClassName, Credential credential)
          Returns an instance of the repository.
 

Uses of Credential in com.ibm.datapower.wamt.dataAPI.local.filesystem
 

Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem with parameters of type Credential
static RepositoryImpl RepositoryImpl.getInstance(Credential cred)
          This method must be implemented to return the singleton instance of Repository.
 



© Copyright IBM Corp. 2006, 2010 All Rights Reserved.