org.teiid.security
Class Credentials

java.lang.Object
  extended by 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
 
Method Summary
 char[] getCredentialsAsCharArray()
          Get the Credentials as a char[].
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Credentials

public Credentials(char[] credentials)
Construct a new PasswordCredentials

Parameters:
credentials - the password.
Method Detail

getCredentialsAsCharArray

public char[] getCredentialsAsCharArray()
Get the Credentials as a char[].



Copyright © 2011. All Rights Reserved.