|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.ifs.common.CleartextCredential
A CleartextCredential encapsulates an unencrypted name and password for presentation to a CredentialManager to authenticate a user.
| Constructor Summary | |
CleartextCredential()
Constructs a CleartextCredential. |
|
CleartextCredential(java.lang.String name,
java.lang.String password)
Constructs a CleartextCredential. |
|
| Method Summary | |
java.lang.String |
getName()
Gets the name of the user. |
java.lang.String |
getPassword()
Gets the password. |
void |
setName(java.lang.String name)
Sets the name of the user. |
void |
setPassword(java.lang.String password)
Sets the password. |
| Constructor Detail |
public CleartextCredential()
throws IfsException
IfsException - if the operation fails
public CleartextCredential(java.lang.String name,
java.lang.String password)
throws IfsException
name - the name of the userpassword - the passwordIfsException - if the operation fails| Method Detail |
public java.lang.String getName()
throws IfsException
getName in interface CredentialIfsException - if the operation fails
public void setName(java.lang.String name)
throws IfsException
name - the name of the userIfsException - if the operation fails
public java.lang.String getPassword()
throws IfsException
IfsException - if the operation fails
public void setPassword(java.lang.String password)
throws IfsException
password - the passwordIfsException - if the operation fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||