public interface Credential extends Serializable
A simple Credential may encapsulate only a user's name and password.
The data encapsulated by a Credential must be serializable.
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the user.
|
void |
setName(String name)
Sets the name of the user.
|
String getName() throws IfsException
IfsException - (IFS-10187) if the operation failsvoid setName(String name) throws IfsException
name - the name of the userIfsException - (IFS-10188) if the operation failsCopyright © 2025. All rights reserved.