Constructs a SSOLoginInfo
with the given information. The given prefix and username are conca If no password is available, null
should be passed, or the simplest constructor can be used.
Constructs a SSOLoginInfo
with the given username and an empty password.\u0009Identical to SSOLoginInfo(sPrefixAndName, null)
.
public SSOLoginInfo(string);
Constructs a SSOLoginInfo
with the given information. If the prefix of the user is unavailable, sPrefixAndName should contain only the username without a "\\"; in this case the default prefix from x_config.xml will be added. If no password is available, null
should be passed, or the simplest constructor can be used.
public SSOLoginInfo(string,string);
Constructs a SSOLoginInfo
with the given information. The given prefix and username are conca If no password is available, null
should be passed, or the simplest constructor can be used.
public SSOLoginInfo(string,string,string);
SSOLoginInfo Class | com.plumtree.portaluiinfrastructure.sso Namespace