com.novell.ecb.secretstore
Class SharedSecretInstance

java.lang.Object
  |
  +--com.novell.ecb.secretstore.SecretInstance
        |
        +--com.novell.ecb.secretstore.SharedSecretInstance
All Implemented Interfaces:
java.io.Serializable

public final class SharedSecretInstance
extends SecretInstance
implements java.io.Serializable

Represents a SharedSecret in the SecretStore.

This object is used by all the command beans which operate on a SharedSecret.

The user is not expected to instantiate this object directly. It should be instantiated using the GetSecretInstance bean. The identifier for the SharedSecret is represented as [secretName]:[secretType].

Version:
1.0
See Also:
GetSecretInstance, Serialized Form

Method Summary
 java.lang.String getSecretName()
          Returns the name of the SharedSecret.
 java.lang.String getSecretType()
          Returns the type of the SharedSecret.
 
Methods inherited from class com.novell.ecb.secretstore.SecretInstance
equals, exists, getAccessTime, getCreateTime, getModifyTime, getStatus, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getSecretName

public java.lang.String getSecretName()
Returns the name of the SharedSecret.

Returns:
String The secretName part of the SharedSecret ID.

getSecretType

public java.lang.String getSecretType()
Returns the type of the SharedSecret.

Returns:
String The secretType part of the SharedSecret ID.


Copyright © 2001-2003 Novell, Inc. All Rights Reserved.