Uses of Class
com.novell.zos.jdl.Credential

Uses of Credential in com.novell.zos.jdl
 

Methods in com.novell.zos.jdl that return Credential
 Credential CredentialManager.addCredential(Credential credential)
          Add a new credential entry with the specified Credential.
 Credential CredentialManager.addCredential(Credential credential, boolean overwrite)
          Add a new or update an existing credential entry with the specified Credential.
 Credential CredentialManager.addCredential(java.lang.String name, java.lang.String type, java.lang.String user, java.lang.String secret)
          Add a new credential with the specified characteristics.
 Credential CredentialManager.addCredential(java.lang.String name, java.lang.String type, java.lang.String user, java.lang.String pass, boolean overwrite)
          Add a new or update an existing credential with the specified characteristics.
 Credential CredentialManager.getCredential(java.lang.String name)
          Get a credential with the specified name
 

Methods in com.novell.zos.jdl with parameters of type Credential
 Credential CredentialManager.addCredential(Credential credential)
          Add a new credential entry with the specified Credential.
 Credential CredentialManager.addCredential(Credential credential, boolean overwrite)
          Add a new or update an existing credential entry with the specified Credential.
 



Copyright (c) 2011 Novell, Inc. All rights reserved.