Package com.sun.enterprise.admin.util
Class AuthenticationInfo
java.lang.Object
com.sun.enterprise.admin.util.AuthenticationInfo
A class that holds the user and password for the connection to the server. Used by the HttpConnectorAddress class.
Instances of this class are immutable.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationInfo(String user, char[] password) The only way to construct the instances of this class. -
Method Summary
-
Constructor Details
-
AuthenticationInfo
The only way to construct the instances of this class.- Parameters:
user- the user name for the connectionpassword- the clear text password for the connection
-
-
Method Details