com.spotfire.server.util.transform
Interface CredentialTransform


public interface CredentialTransform

[Interface description goes here]

Since:
SfAS 10.1

Method Summary
 char[] decrypt(char[] encryptedCredential)
           
 char[] encrypt(char[] credential)
           
 void setConfiguration(String configuration)
           
 

Method Detail

setConfiguration

void setConfiguration(String configuration)

encrypt

char[] encrypt(char[] credential)

decrypt

char[] decrypt(char[] encryptedCredential)


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