Plumtree Portal UI  
 

SSOLoginInfo Constructor

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.

Overload List

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);

See Also

SSOLoginInfo Class | com.plumtree.portaluiinfrastructure.sso Namespace