|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.dsp.management.beans.ServiceAccountConfig
com.bea.dsp.management.beans.StaticServiceAccountConfig
public final class StaticServiceAccountConfig
A Service Account where all the
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.bea.dsp.management.beans.ServiceAccountConfig |
|---|
ServiceAccountConfig.Password, ServiceAccountConfig.Type |
| Constructor Summary | |
|---|---|
StaticServiceAccountConfig(java.lang.String name)
|
|
| Method Summary | |
|---|---|
byte[] |
getRemotePassword()
Returns the encrypted password of the remote user returned by getRemoteUserName. |
java.lang.String |
getRemoteUserName()
Returns the configured remote user name. |
ServiceAccountConfig.Type |
getType()
|
void |
setRemotePassword(byte[] remotePassword)
Sets the password for the remote user. |
void |
setRemoteUserName(java.lang.String remoteUserName)
Configure the static remote username. |
void |
setUnEncryptedPassword(java.lang.String remotePassword)
sets the unencrypted password for the remote user. |
void |
validate()
Validates bean specific attributes. |
| Methods inherited from class com.bea.dsp.management.beans.ServiceAccountConfig |
|---|
getDescription, getName, setDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticServiceAccountConfig(java.lang.String name)
| Method Detail |
|---|
public ServiceAccountConfig.Type getType()
getType in class ServiceAccountConfigpublic java.lang.String getRemoteUserName()
public void setRemoteUserName(java.lang.String remoteUserName)
remoteUserName - public byte[] getRemotePassword()
public void setRemotePassword(byte[] remotePassword)
remotePassword - public void setUnEncryptedPassword(java.lang.String remotePassword)
remotePassword -
public void validate()
throws ValidationException
Validatable
validate in interface Validatablevalidate in class ServiceAccountConfigValidationException - if the validation fails.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||