Uiinfrastructure API Docs  
 

SecureASVarPack Members

SecureASVarPack overview

Public Static Fields

iconiconPORTAL_SECURESPACES_COMPONENT_TYPE 
iconiconVARPACK_ID The string ID of this variable package.

Public Instance Constructors

icon SecureASVarPack Constructor Initializes a new instance of the SecureASVarPack class.

Public Instance Methods

iconCanReloadVarPackFromUI (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconExpireVarPackContent (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconGetConfigPath (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconGetExpireTimeout (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconGetHashCode (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.
iconGetReloadInterval (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconGetType (inherited from Object)Gets the Type of the current instance.
iconGetVarPackID 
iconGetVarPackKeys This method will return an enumeration of the secure Activity Spaces.
iconGetVarPackValue (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconIsLoaded (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconIsSpaceSecured Returns true if the AS identified by the name in argument is in the list and should be secured.
iconLoadVarPack (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconOnExpireEvent (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconOnReloadEvent (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconReloadVarPack (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconSetExpireTimeout (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconSetReloadInterval (inherited from com.plumtree.uiinfrastructure.web.BaseVarPack) 
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

iconExpireContent You cannot the secure space list.
iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconGetValue This method will return the name of the secure space if it is in this variable package.
iconLoad This method loads the secure space list into memory.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
iconReload 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