com.spotfire.server.jaas
Interface PasswordCredential

All Superinterfaces:
Credential

public interface PasswordCredential
extends Credential

An interface for credential classes with password properties.

Since:
DSS 7.3

Method Summary
 char[] getPassword()
          Returns the password.
 

Method Detail

getPassword

char[] getPassword()
Returns the password.

Returns:
the password in char[] format


Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.