Uiinfrastructure API Docs  
 

SecureASVarPack Members

SecureASVarPack overview

Public Static Fields

PORTAL_SECURESPACES_COMPONENT_TYPE 
VARPACK_ID The string ID of this variable package.

Public Instance Constructors

SecureASVarPack Constructor Initializes a new instance of the SecureASVarPack class.

Public Instance Methods

CanReloadVarPackFromUI (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ExpireVarPackContent (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
GetConfigPath (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
GetExpireTimeout (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
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.
GetReloadInterval (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
GetType (inherited from Object)Gets the Type of the current instance.
GetVarPackID 
GetVarPackKeys This method will return an enumeration of the secure Activity Spaces.
GetVarPackValue (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
IsLoaded (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
IsSpaceSecured Returns true if the AS identified by the name in argument is in the list and should be secured.
LoadVarPack (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
OnExpireEvent (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
OnReloadEvent (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
ReloadVarPack (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
SetExpireTimeout (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
SetReloadInterval (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

ExpireContent You cannot the secure space list.
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.
GetValue This method will return the name of the secure space if it is in this variable package.
Load This method loads the secure space list into memory.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
Reload This method reloads the x_config.xml file into memory. It clears the current data rather than delegating to Load().

See Also

SecureASVarPack Class | com.plumtree.uiinfrastructure.application.varpacks Namespace