Plumtree Portal UI  
 

SSOLoginInfo Members

SSOLoginInfo overview

Public Instance Constructors

SSOLoginInfo Overloaded. Initializes a new instance of the SSOLoginInfo class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetPassword Returns the user's password.\u0009 Only necessary if it is to be passed to portlets in basic auth headers.
GetPrefixAndName Returns the prefix and name of this user in the form "prefix\\username".
GetType (inherited from Object)Gets the Type of the current instance.
SetPassword Sets the password;
SetPrefixAndName Sets the username in the form "prefix\\username". 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.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

SSOLoginInfo Class | com.plumtree.portaluiinfrastructure.sso Namespace