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 TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterface - 
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 TypeMethodDescriptionvoidSecret.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 TypeClassDescriptionclassAn abstract class where common credential-related details are stored.classclassclassclassMethods 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 TypeMethodDescriptionvoidICredentialsService.setCredentials(String credentialsId, ICredentials credentials) voidICredentialsStore.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 ICredentialsAbstractGenericIpHost.getDefaultCredentials()Methods in dev.galasa.ipnetwork.spi with parameters of type ICredentialsModifier and TypeMethodDescription@NotNull ICommandShellIIpNetworkManagerSpi.getCommandShell(IIpHost host, ICredentials credentials) @NotNull FileSystemIIpNetworkManagerSpi.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 ICredentialsILinuxImage.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 ICredentialsIWindowsImage.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 ICredentialsIZosImage.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