|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.web.BaseVarPack
com.plumtree.uiinfrastructure.application.varpacks.SecureASVarPack
public class SecureASVarPack
This VarPack is used to store the list of secure ASs. The list is loaded by the WarmUp Servlet from SecureActivitySpaces.xml. In Security Mode 1, Activity Spaces in this list will be automatically redirected to https.
| Field Summary | |
|---|---|
static java.lang.String |
PORTAL_SECURESPACES_COMPONENT_TYPE
|
static java.lang.String |
VARPACK_ID
The string ID of this variable package. |
| Constructor Summary | |
|---|---|
SecureASVarPack()
|
|
| Method Summary | |
|---|---|
protected void |
ExpireContent()
You cannot the secure space list. |
protected java.lang.Object |
GetValue(java.lang.String arg0)
This method will return the name of the secure space if it is in this variable package. |
java.lang.String |
GetVarPackID()
Get the id of this var pack instance. |
IXPEnumerator |
GetVarPackKeys()
This method will return an enumeration of the secure Activity Spaces. |
boolean |
IsSpaceSecured(java.lang.String _sASName)
Returns true if the AS identified by the name in argument is in the list and should be secured. |
protected void |
Load()
This method loads the secure space list into memory. |
protected void |
Reload()
This method reloads the x_config.xml file into memory. |
| Methods inherited from class com.plumtree.uiinfrastructure.web.BaseVarPack |
|---|
CanReloadVarPackFromUI, ExpireVarPackContent, GetConfigPath, GetExpireTimeout, GetLastAccessedTimeStamp, GetReloadInterval, GetVarPackValue, IsLoaded, LoadVarPack, ReloadVarPack, SetExpireTimeout, SetReloadInterval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VARPACK_ID
public static final java.lang.String PORTAL_SECURESPACES_COMPONENT_TYPE
| Constructor Detail |
|---|
public SecureASVarPack()
| Method Detail |
|---|
public java.lang.String GetVarPackID()
BaseVarPack
GetVarPackID in interface IVarPackGetVarPackID in class BaseVarPackIVarPack.GetVarPackID()public IXPEnumerator GetVarPackKeys()
GetVarPackKeys in interface IVarPackGetVarPackKeys in class BaseVarPackIVarPack.GetVarPackKeys()public boolean IsSpaceSecured(java.lang.String _sASName)
_sASName -
protected void ExpireContent()
ExpireContent in class BaseVarPackcom.plumtree.xpsupport.web.BaseVarPack#ExpireContent()protected java.lang.Object GetValue(java.lang.String arg0)
GetValue in class BaseVarPackarg0 - The key for the lookup
com.plumtree.xpsupport.web.BaseVarPack#GetValue(String)protected void Load()
Load in class BaseVarPackcom.plumtree.xpsupport.web.BaseVarPack#Load()protected void Reload()
Reload in class BaseVarPackcom.plumtree.xpsupport.web.BaseVarPack#Reload()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||