The setMapping method
- Organization of this page
Description
Stores the destination realm name and user ID specified by the parameters into this object. If a user ID for the same realm name already exists, the user ID is overwritten.
Syntax
public void setMapping(String realm,
String uid);
Parameters
- realm:
-
Specifies the destination realm name.
- uid:
-
Specifies the user ID for the destination realm.
Exceptions
None
Return value
None