Package | Description |
---|---|
psdi.app.signature |
The Signature package defines users and security groups.
|
psdi.webclient.system.runtime |
Modifier and Type | Method and Description |
---|---|
SigOptionInfo |
SignatureCache.getSigoAppCache(java.lang.String appName)
Return the SigOption info for the app.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SigOptionInfo> |
SignatureCache.getSigoCache(java.lang.String appName)
Return a HashMap of SigOptions (Type OPTION) for the app,
where key = optionname and element = SigOption info.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,SigOptionInfo> |
WebClientRuntime.getAppSigOptionList(java.lang.String appId)
Returns a Map containing all possible sigoption for an application regardless
of whether or not the user has access to them.
|