Plumtree Portal UI  
 

SSOLoginInfo Constructor (String, 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 sPrefixAndName,
   string sPassword
);

Parameters

sPrefixAndName
the username in the form "prefix\\username"
sPassword
the password of the user

See Also

SSOLoginInfo Class | com.plumtree.portaluiinfrastructure.sso Namespace | SSOLoginInfo Constructor Overload List