Uses of Interface
com.novell.zos.grid.Credential

Packages that use Credential
com.novell.zos.grid   
com.novell.zos.toolkit   
 

Uses of Credential in com.novell.zos.grid
 

Methods in com.novell.zos.grid that return Credential
 Credential ClientAgent.getCredential()
          Get current credentials used for Server communication.
 Credential Message.LoginSuccess.getSessionCredential()
          Return the session credentials for this login.
 

Methods in com.novell.zos.grid with parameters of type Credential
 void ClientAgent.changePassword(Credential newCredential)
          Deprecated. This method no longer works in the new session based message comms environment. The old credential is no longer stored on the local disc, and must be supplied in the request message over an encrypted message connection. Use ClientAgent.changePassword(Credential,Credential) instead.
 void ClientAgent.changePassword(Credential oldCredential, Credential newCredential)
          Change the user password.
 void ClientAgent.login(Credential credential)
          Login to a server using supplied credentials.
 

Uses of Credential in com.novell.zos.toolkit
 

Methods in com.novell.zos.toolkit that return Credential
static Credential CredentialFactory.newPasswordCredential(String user, String passwd)
          Create a Credential to use for authentication to a GMS server.
 



Copyright 2008 Novell, Inc. All Rights Reserved.