|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PassiveCredential
A passive credential is simply a container for an user's secret. The portlet extracts the secret out of the credential and does all the authentication (communication) at the backend itself. This credential type is a fallback for those cases in which no active credential is provided (e.g. because the backend's authentication protocol is too specific). Preconditions:
| Field Summary |
|---|
| Fields inherited from interface com.ibm.portal.portlet.service.credentialvault.credentials.Credential |
|---|
KEY_CREDENTIAL_SECRET |
| Method Summary | |
|---|---|
boolean |
isActive()
Returns whether a credential is active or passive. |
| Methods inherited from interface com.ibm.portal.portlet.service.credentialvault.credentials.Credential |
|---|
getSecretType, init |
| Method Detail |
|---|
boolean isActive()
isActive in interface CredentialActiveCredential,
PassiveCredential
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||