Package com.tangosol.net.security
Class UsernameAndPassword
java.lang.Object
com.tangosol.net.security.UsernameAndPassword
Security token containing a username and password.
- Author:
- as 2011.12.23
-
Constructor Summary
ConstructorsConstructorDescriptionUsernameAndPassword
(String sUsername, char[] acPassword) Construct a new UsernameAndPassword instance.UsernameAndPassword
(String sUsername, String sPassword) Construct a new UsernameAndPassword instance. -
Method Summary
Modifier and TypeMethodDescriptionchar[]
Return the password.Return the username.