|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.novell.ecb.secretstore.SecretBean
Serves as the base class for all the command beans which operate on Secrets.
| Constructor Summary | |
SecretBean()
Constructs a SecretBean object. |
|
SecretBean(SecretInstance secretInstance)
Constructs a SecretBean object and sets the SecretInstance to be used. |
|
| Method Summary | |
SecretInstance |
getSecretInstance()
Returns the SecretInstance object to be used for performing operations on a Secret. |
void |
setSecretInstance(SecretInstance secretInstance)
Sets the SecretInstance object to be used for performing operations on a Secret. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.novell.ecb.Command |
execute, isReady, reset |
| Constructor Detail |
public SecretBean()
public SecretBean(SecretInstance secretInstance)
secretInstance - A SecretInstance object that represents the Secret.| Method Detail |
public void setSecretInstance(SecretInstance secretInstance)
secretInstance - A SecretInstance object that represents the Secret.public SecretInstance getSecretInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||