|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addMapping(java.lang.String serverName,
java.lang.String serverType,
java.lang.String dName,
java.lang.String uid,
java.lang.String pw)
Adds the mapping of the username to the mapped userid and password to the mapping server |
void |
deleteMapping(java.lang.String serverName,
java.lang.String serverType,
java.lang.String dName)
Deletes the mapped userid and password from the mapping server |
java.lang.String[] |
retrieveMapping(java.lang.String serverName,
java.lang.String serverType,
java.lang.String dName)
Retrieve the mapped userid and password from the mapping server |
void |
updateMapping(java.lang.String serverName,
java.lang.String serverType,
java.lang.String dName,
java.lang.String uid,
java.lang.String pw)
Updates the mapped userid and password from the mapping server |
Method Detail |
public void addMapping(java.lang.String serverName, java.lang.String serverType, java.lang.String dName, java.lang.String uid, java.lang.String pw) throws DKAlreadyExistException, DKException, java.lang.Exception
serverName
- name of the server where the mapped userid and password is forserverType
- type of the server where the mapped userid and password is fordName
- user distinguish name or usernameDKAlreadyExistException
- if the mapping for the distinguish name already existDKException
- if there is an error at the mapping serverjava.lang.Exception
- if there is any network communication error.public void updateMapping(java.lang.String serverName, java.lang.String serverType, java.lang.String dName, java.lang.String uid, java.lang.String pw) throws DKNotExistException, DKException, java.lang.Exception
serverName
- name of the server where the mapped userid and password is forserverType
- type of the server where the mapped userid and password is fordName
- user distinguish name or usernameDKNotExistException
- if the mapping for the distinguish name does not existDKException
- if there is an error at the mapping serverjava.lang.Exception
- if there is any network communication error.public java.lang.String[] retrieveMapping(java.lang.String serverName, java.lang.String serverType, java.lang.String dName) throws DKNotExistException, DKException, java.lang.Exception
serverName
- name of the server where the mapped userid and password is forserverType
- type of the server where the mapped userid and password is fordName
- user distinguish name or usernameDKNotExistException
- if the mapping for the distinguish name does not existDKException
- if there is an error at the mapping serverjava.lang.Exception
- if there is any network communication error.public void deleteMapping(java.lang.String serverName, java.lang.String serverType, java.lang.String dName) throws DKNotExistException, DKException, java.lang.Exception
serverName
- name of the server where the mapped userid and password is forserverType
- type of the server where the mapped userid and password is fordName
- user distinguish name or usernameDKNotExistException
- if the mapping for the distinguish name does not existDKException
- if there is an error at the mapping serverjava.lang.Exception
- if there is any network communication error.
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |