|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
This is a generic interface for interacting with a repository entry that represents a login object.
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
void |
addUser(PersonInterface user)
Add a user to the list of allowed clients. |
String |
getDomain()
Get the security domain for the login. |
int |
getMinAvail()
Returns the minimum number of servers that should be started when this login is used to authenticate. |
int |
getMinSize()
Returns the minimum size pooling parameter. |
String |
getPassword()
Get the password for the login. |
String |
getUserId()
Get the user ID for this login. |
List |
getUsers()
Get a list of the users that are authorized to use this login. |
void |
removeUser(PersonInterface user)
Remove a user from the list of allowed clients. |
void |
setMinAvail(int min)
Set the minimum available pooling parameter. |
void |
setMinSize(int size)
Set the minimum size pooling parameter. |
void |
setPassword(String password)
Set the password for this login. |
void |
setUserId(String uid)
Set the user ID for this login. |
| Method Detail |
public String getUserId()
throws RemoteException
RemoteException - in the event of remote object failure.
public void setUserId(String uid)
throws RemoteException
uid - The new user id.RemoteException - in the event of remote object failure.
public String getPassword()
throws RemoteException
RemoteException - in the event of remote object failure.
public void setPassword(String password)
throws RemoteException
password - The new password.RemoteException - in the event of remote object failure.
public String getDomain()
throws RemoteException
RemoteException - in the event of remote object failure.
public List getUsers()
throws RemoteException
RemoteException - in the event of remote object failure.
public void addUser(PersonInterface user)
throws RemoteException
user - The new user to add to the allowed clients.RemoteException - in the event of remote object failure.
public void removeUser(PersonInterface user)
throws RemoteException
user - The user to remove from the allowed client list.RemoteException - in the event of remote object failure.
public int getMinAvail()
throws RemoteException
RemoteException - in the event of remote object failure.
public void setMinAvail(int min)
throws RemoteException
min - The new minimum available setting.RemoteException - in the event of remote object failure.
public int getMinSize()
throws RemoteException
RemoteException - in the event of remote object failure.
public void setMinSize(int size)
throws RemoteException
size - The new minimum size parameter.RemoteException - in the event of remote object failure.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||