Plumtree Portal UI  
 

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

Parameters

sPrefix
the user prefix
sName
the username without the prefix
sPassword
the password of the user

See Also

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