Uses of Class
com.sun.enterprise.util.cluster.windows.process.WindowsCredentials
-
Packages that use WindowsCredentials Package Description com.sun.enterprise.util.cluster.windows.io com.sun.enterprise.util.cluster.windows.process org.glassfish.cluster.ssh.util -
-
Uses of WindowsCredentials in com.sun.enterprise.util.cluster.windows.io
Constructors in com.sun.enterprise.util.cluster.windows.io with parameters of type WindowsCredentials Constructor Description WindowsRemoteFile(WindowsCredentials bonafides, String path)WindowsRemoteFileSystem(WindowsCredentials cr) -
Uses of WindowsCredentials in com.sun.enterprise.util.cluster.windows.process
Methods in com.sun.enterprise.util.cluster.windows.process with parameters of type WindowsCredentials Modifier and Type Method Description static booleanWindowsRemotePinger. ping(String remoteInstallRoot, WindowsCredentials bonafides)Constructors in com.sun.enterprise.util.cluster.windows.process with parameters of type WindowsCredentials Constructor Description WindowsRemoteAsadmin(String remoteInstallRoot, WindowsCredentials bonafides)WindowsRemoteScripter(WindowsCredentials bonafides)WindowsWmi(WindowsCredentials bonafides) -
Uses of WindowsCredentials in org.glassfish.cluster.ssh.util
Methods in org.glassfish.cluster.ssh.util that return WindowsCredentials Modifier and Type Method Description WindowsCredentialsDcomInfo. getCredentials()
-