|
|||||||||
| 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.portaluiinfrastructure.application.varpacks.PTSSOVarPack
public class PTSSOVarPack
VarPack for sso.xml, a file used to customize various SSO integrations. It reads in all settings in the file and stores them in a map, which is available via the GetVendorSettings method.
| Field Summary | |
|---|---|
static java.lang.String |
PORTAL_SSOVENDOR_COMPONENT_TYPE
|
static java.lang.String |
VARPACK_ID
The string ID of this variable package. |
| Constructor Summary | |
|---|---|
PTSSOVarPack()
|
|
| Method Summary | |
|---|---|
protected void |
ExpireContent()
Expire content in this var pack. |
protected java.lang.Object |
GetValue(java.lang.String arg0)
Get a value from the Var pack. |
java.lang.String |
GetVarPackID()
Get the id of this var pack instance. |
IXPEnumerator |
GetVarPackKeys()
Get an enumeration of keys in the var pack. |
XPHashtable |
GetVendorSettings()
Returns an XPHashtable from String to
XPArrayList, containing all the settings in
the sso.xml config file. |
protected void |
Load()
Load the var pack. |
protected void |
Reload()
Reload the var pack. |
| 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_SSOVENDOR_COMPONENT_TYPE
| Constructor Detail |
|---|
public PTSSOVarPack()
| Method Detail |
|---|
public java.lang.String GetVarPackID()
BaseVarPack
GetVarPackID in interface IVarPackGetVarPackID in class BaseVarPackpublic IXPEnumerator GetVarPackKeys()
BaseVarPack
GetVarPackKeys in interface IVarPackGetVarPackKeys in class BaseVarPackpublic XPHashtable GetVendorSettings()
XPHashtable from String to
XPArrayList, containing all the settings in
the sso.xml config file.
protected void ExpireContent()
BaseVarPack
ExpireContent in class BaseVarPackprotected java.lang.Object GetValue(java.lang.String arg0)
BaseVarPack
GetValue in class BaseVarPackarg0 - The key for the lookup
protected void Load()
BaseVarPack
Load in class BaseVarPackprotected void Reload()
BaseVarPack
Reload in class BaseVarPack
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||