|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VaultSegmentConfig
Describes the configuration of a Vault Segment. This interface is used to return information
on available Credential Vault Segments.
Use the CredentialVaultService to retrieve such information.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Deprecated. Returns the Description of this Vault Segment. |
java.lang.String |
getName()
Deprecated. Returns the name of this Vault Segment. |
ObjectID |
getPortalObjectID()
Deprecated. Returns the com.ibm.portal.ObjectID of this Vault Segment. |
int[] |
getSupportedSecretTypes()
Deprecated. Returns an array of integers of the supported Secret Types for this segment. |
java.lang.String |
getVaultAdapterType()
Deprecated. Returns the Adapter Type for this Vault Segment. |
boolean |
isUserMapped()
Deprecated. Returns whether this Vault Segment is user mapped or not. |
| Method Detail |
|---|
java.lang.String getName()
ObjectID getPortalObjectID()
com.ibm.portal.ObjectID of this Vault Segment.
java.lang.String getDescription()
boolean isUserMapped()
true if this Vault Segment is user mapped, false otherwise.java.lang.String getVaultAdapterType()
int[] getSupportedSecretTypes()
CredentialVaultService.
Vaults may only support
a subset of all available Secret Types, so this method returns the supported Secret Types for this segment.
CredentialVaultService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||