Uses of Interface
dev.galasa.ICredentials
Packages that use 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
Subinterfaces of ICredentials in dev.galasaModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
-
Uses of ICredentials in dev.galasa.core.manager
Methods in dev.galasa.core.manager that return ICredentialsModifier and TypeMethodDescriptionICoreManager.getCredentials
(@NotNull String credentialsId) Retrieve Credentials -
Uses of ICredentials in dev.galasa.framework.api.common.resources
Methods in dev.galasa.framework.api.common.resources with parameters of type ICredentialsModifier and TypeMethodDescriptionvoid
Secret.setSecretToCredentialsStore
(ICredentials newValue, String username) -
Uses of ICredentials in dev.galasa.framework.spi.creds
Classes in dev.galasa.framework.spi.creds that implement ICredentialsModifier and TypeClassDescriptionclass
An abstract class where common credential-related details are stored.class
class
class
class
Methods in dev.galasa.framework.spi.creds that return ICredentialsModifier 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) Methods in dev.galasa.framework.spi.creds that return types with arguments of type ICredentialsModifier and TypeMethodDescriptionICredentialsService.getAllCredentials()
Gets all the credentials stored in the credentials storeICredentialsStore.getAllCredentials()
Methods in dev.galasa.framework.spi.creds with parameters of type ICredentialsModifier and TypeMethodDescriptionvoid
ICredentialsService.setCredentials
(String credentialsId, ICredentials credentials) void
ICredentialsStore.setCredentials
(String credsId, ICredentials credentials) -
Uses of ICredentials in dev.galasa.ipnetwork
Methods in dev.galasa.ipnetwork that return ICredentials -
Uses of ICredentials in dev.galasa.ipnetwork.spi
Methods in dev.galasa.ipnetwork.spi that return ICredentialsModifier and TypeMethodDescription@NotNull ICredentials
AbstractGenericIpHost.getDefaultCredentials()
Methods in dev.galasa.ipnetwork.spi with parameters of type ICredentialsModifier and TypeMethodDescription@NotNull ICommandShell
IIpNetworkManagerSpi.getCommandShell
(IIpHost host, ICredentials credentials) @NotNull FileSystem
IIpNetworkManagerSpi.getFileSystem
(IIpHost host, ICredentials credentials) Constructors in dev.galasa.ipnetwork.spi with parameters of type ICredentialsModifierConstructorDescriptionSSHClient
(String hostname, int port, ICredentials credentials, long defaultTimeoutInMillis) -
Uses of ICredentials in dev.galasa.linux
Methods in dev.galasa.linux that return ICredentialsModifier and TypeMethodDescription@NotNull ICredentials
ILinuxImage.getDefaultCredentials()
Retrieve the default credentials for the Image. -
Uses of ICredentials in dev.galasa.windows
Methods in dev.galasa.windows that return ICredentialsModifier and TypeMethodDescription@NotNull ICredentials
IWindowsImage.getDefaultCredentials()
Retrieve the default credentials for the Image. -
Uses of ICredentials in dev.galasa.zos
Methods in dev.galasa.zos that return ICredentialsModifier and TypeMethodDescription@NotNull ICredentials
IZosImage.getDefaultCredentials()
Retrieve the default credentials for the zOS Image. -
Uses of ICredentials in dev.galasa.zos.spi
Methods in dev.galasa.zos.spi that return ICredentialsModifier and TypeMethodDescriptionIZosManagerSpi.getCredentials
(String credentialsId, String imageId) Returns the credentials on the specified image id -
Uses of ICredentials in dev.galasa.zosconsole.oeconsol.manager
Methods in dev.galasa.zosconsole.oeconsol.manager that return ICredentialsModifier and TypeMethodDescriptionOeconsolZosConsoleManagerImpl.getCredentials
(String credentialsId, IZosImage image) Constructors in dev.galasa.zosconsole.oeconsol.manager with parameters of type ICredentialsModifierConstructorDescriptionOeconsolZosConsoleCommandImpl
(IZosUNIXCommand zosUnixCommand, String oeconsolPath, String imageId, String command, String consoleName, ICredentials credentials) -
Uses of ICredentials in dev.galasa.zosunixcommand
Methods in dev.galasa.zosunixcommand with parameters of type ICredentialsModifier 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