Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.ibm.wps.portletservice.credentialvault
Interface VaultSegmentConfig

All Known Implementing Classes:
VaultSegmentConfig

public interface VaultSegmentConfig

Describes the configuration of a Vault Segment

Since:
5.1.0.1

Method Summary
 java.lang.String getDescription()
          Returns the Description of this Vault Segment.
 java.lang.String getName()
          Returns the name of this Vault Segment
 com.ibm.wps.util.ObjectID getObjectID()
          Deprecated. Deprecated: Use getPortalObjectID returning com.ibm.portal.ObjectID. Returns the ObjectID of this Vault Segment.
 com.ibm.portal.ObjectID getPortalObjectID()
          Returns the ObjectID of this Vault Segment.
 int[] getSupportedSecretTypes()
          Returns an array of integers of the supported Secret Types.
 java.lang.String getVaultAdapterType()
          Returns the Adapter Type for this Vault Segment.
 boolean isUserMapped()
          Returns whether this Vault Segment is user mapped or not.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of this Vault Segment

Returns:
name of this Vault Segment

getObjectID

public com.ibm.wps.util.ObjectID getObjectID()
Deprecated. Deprecated: Use getPortalObjectID returning com.ibm.portal.ObjectID. Returns the ObjectID of this Vault Segment.

Returns:
ObjectID of this Vault Segment

getPortalObjectID

public com.ibm.portal.ObjectID getPortalObjectID()
Returns the ObjectID of this Vault Segment.

Returns:
ObjectID of this Vault Segment

getDescription

public java.lang.String getDescription()
Returns the Description of this Vault Segment.

Returns:
Description of this VaultSegment

isUserMapped

public boolean isUserMapped()
Returns whether this Vault Segment is user mapped or not.

Returns:
true if this Vault Segment is user mapped, false otherwise.

getVaultAdapterType

public java.lang.String getVaultAdapterType()
Returns the Adapter Type for this Vault Segment.

Returns:
Vault Adapter Type for this Segment

getSupportedSecretTypes

public int[] getSupportedSecretTypes()
Returns an array of integers of the supported Secret Types.

Returns:
array of supported secret types
See Also:
CredentialVaultService

Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.