com.metamatrix.platform.security.api
Class Credentials

java.lang.Object
  extended by com.metamatrix.platform.security.api.Credentials
All Implemented Interfaces:
java.io.Serializable

public class Credentials
extends java.lang.Object
implements java.io.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 © 2009. All Rights Reserved.