org.teiid.security
Class Credentials
java.lang.Object
org.teiid.security.Credentials
- All Implemented Interfaces:
- Serializable
public class Credentials
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
Credentials(char[] credentials)
Construct a new PasswordCredentials |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Credentials
public Credentials(char[] credentials)
- Construct a new PasswordCredentials
- Parameters:
credentials
- the password.
getCredentialsAsCharArray
public char[] getCredentialsAsCharArray()
- Get the Credentials as a char[].
Copyright © 2011. All Rights Reserved.