com.ibm.portal.portlet.service.credentialvault.spi.secrets
Interface ExternalCredentialSecret

All Superinterfaces:
CredentialSecret

public interface ExternalCredentialSecret
extends CredentialSecret

Implementation of the CredentialSecret class for an external secret. This class does not contain a secret.

Since:
5.1.0.1

Field Summary
 
Fields inherited from interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
TYPE_BYTEARRAY, TYPE_JAAS_SUBJECT, TYPE_JAVA_OBJECT, TYPE_NO_SECRET_DATA, TYPE_UNDEFINED, TYPE_USERID_STRING_PASSWORD_STRING
 
Method Summary
 int getType()
          Returns the type of the secret.
 
Methods inherited from interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
isInitialized
 

Method Detail

getType

int getType()
Returns the type of the secret.

Specified by:
getType in interface CredentialSecret
Returns:
The credential Secret Type identifier.