Plumtree Portal UI  
 

SecurityConfigHelper Members

SecurityConfigHelper overview

Public Static Methods

GetInstance GetInstance must be called after the ConfigVarPack has loaded. Calling GetInstance prior to warmup or prior to loading ConfigVarPack will result in an error. Any errors will be logged and a best attempt is made to continue initialization.

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.
GetSSOAbsoluteURL Concatenate GetSSOBaseURL with the application or secure application URL. The additional virtual directory and endpoint (e.g. /portal/server.pt) that would normally be present is removed. For security mode 1, 2, and 3 the secure URL is used. For security mode 0 the application URL is used.
GetType (inherited from Object)Gets the Type of the current instance.
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

SecurityConfigHelper Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace