| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wps.portletservice.credentialvault.credentials.Credential
com.ibm.wps.portletservice.credentialvault.credentials.ActiveCredential
com.ibm.wps.portletservice.credentialvault.credentials.BinaryCredential
public abstract class BinaryCredential
Abstract subclass of ActiveCredential where the user's secret is in binary form.
| Field Summary | |
|---|---|
| protected BinaryCredentialSecret | secret
Deprecated. |
| Fields inherited from class com.ibm.wps.portletservice.credentialvault.credentials.Credential |
|---|
| LOGGER_NAME |
| Fields inherited from interface com.ibm.portal.portlet.service.credentialvault.credentials.Credential |
|---|
| KEY_CREDENTIAL_SECRET |
| Constructor Summary | |
|---|---|
| BinaryCredential()
Deprecated. | |
| Method Summary | |
|---|---|
| int | getSecretType()
Deprecated. Returns the credential's Secret Type in terms of the constants declared in CredentialVaultService Should be overwritten by any child class that "overwrites" the secret attribute. |
| void | init(java.util.Map config)
Deprecated. Initializes a new binary credential. |
| Methods inherited from class com.ibm.wps.portletservice.credentialvault.credentials.ActiveCredential |
|---|
| isActive |
| Methods inherited from class com.ibm.wps.portletservice.credentialvault.credentials.Credential |
|---|
| checkInitialized |
| Methods inherited from class java.lang.Object |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ibm.portal.portlet.service.credentialvault.credentials.ActiveCredential |
|---|
| isActive |
| Field Detail |
|---|
protected BinaryCredentialSecret secret
| Constructor Detail |
|---|
public BinaryCredential()
| Method Detail |
|---|
public void init(java.util.Map config)
throws CredentialVaultException
public int getSecretType()
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||