Uses of Interface
dev.galasa.ICredentials
Package
Description
Galasa - Testers Programming Interface (TPI)
Galasa Core Manager
IP Network Manager
Linux Manager
z/OS Manager
zOS Console Manager - oeconsol Internal Implementation
z/OS Manager UNIX Command interface
-
Uses of ICredentials in dev.galasa
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
-
Uses of ICredentials in dev.galasa.core.manager
Modifier and TypeMethodDescriptionICoreManager.getCredentials
(@NotNull String credentialsId) Retrieve Credentials -
Uses of ICredentials in dev.galasa.framework.api.common.resources
Modifier and TypeMethodDescriptionvoid
Secret.setSecretToCredentialsStore
(ICredentials newValue, String username) -
Uses of ICredentials in dev.galasa.framework.spi.creds
Modifier and TypeClassDescriptionclass
An abstract class where common credential-related details are stored.class
class
class
class
Modifier and TypeMethodDescriptionICredentialsService.getCredentials
(@NotNull String credentialsId) Gets the credentials with the given ID and returns them after attempting to decrypt their valuesICredentialsStore.getCredentials
(String credsId) Modifier and TypeMethodDescriptionICredentialsService.getAllCredentials()
Gets all the credentials stored in the credentials storeICredentialsStore.getAllCredentials()
Modifier and TypeMethodDescriptionvoid
ICredentialsService.setCredentials
(String credentialsId, ICredentials credentials) void
ICredentialsStore.setCredentials
(String credsId, ICredentials credentials) -
Uses of ICredentials in dev.galasa.ipnetwork
-
Uses of ICredentials in dev.galasa.ipnetwork.spi
Modifier and TypeMethodDescription@NotNull ICredentials
AbstractGenericIpHost.getDefaultCredentials()
Modifier and TypeMethodDescription@NotNull ICommandShell
IIpNetworkManagerSpi.getCommandShell
(IIpHost host, ICredentials credentials) @NotNull FileSystem
IIpNetworkManagerSpi.getFileSystem
(IIpHost host, ICredentials credentials) ModifierConstructorDescriptionSSHClient
(String hostname, int port, ICredentials credentials, long defaultTimeoutInMillis) -
Uses of ICredentials in dev.galasa.linux
Modifier and TypeMethodDescription@NotNull ICredentials
ILinuxImage.getDefaultCredentials()
Retrieve the default credentials for the Image. -
Uses of ICredentials in dev.galasa.windows
Modifier and TypeMethodDescription@NotNull ICredentials
IWindowsImage.getDefaultCredentials()
Retrieve the default credentials for the Image. -
Uses of ICredentials in dev.galasa.zos
Modifier and TypeMethodDescription@NotNull ICredentials
IZosImage.getDefaultCredentials()
Retrieve the default credentials for the zOS Image. -
Uses of ICredentials in dev.galasa.zos.spi
Modifier and TypeMethodDescriptionIZosManagerSpi.getCredentials
(String credentialsId, String imageId) Returns the credentials on the specified image id -
Uses of ICredentials in dev.galasa.zosconsole.oeconsol.manager
Modifier and TypeMethodDescriptionOeconsolZosConsoleManagerImpl.getCredentials
(String credentialsId, IZosImage image) ModifierConstructorDescriptionOeconsolZosConsoleCommandImpl
(IZosUNIXCommand zosUnixCommand, String oeconsolPath, String imageId, String command, String consoleName, ICredentials credentials) -
Uses of ICredentials in dev.galasa.zosunixcommand
Modifier and TypeMethodDescriptionIZosUNIXCommand.issueCommand
(@NotNull String command, long timeout, ICredentials credentials) Issue a zOS UNIX command with specified credentials and timeoutIZosUNIXCommand.issueCommand
(@NotNull String command, ICredentials credentials) Issue a zOS UNIX command with specified credentials