Interface | Description |
---|---|
SecurityConstants |
OWSM Security Constants Definition
|
SecurityConstants.ClientConstants |
Notes for developer: 1 This interface is for external use only, owsm
internal modules should not use it 2 ClientConstants defines all the
properties that are exposed to users for client programmatic override -
All property names use the "long" style (prefix with either "oracle.wsm"
or "oracle.webservice"); Client programmatic overridable properties are
passed through InterceptorContext so prefixing all property names to
avoid name colission; 3 For old 10g ws properties (all fields start with
"WSS_", they use oracle.webservice.xxxxxx convention, do not modify, add
or delete, they are frozen; 4 For new 11g owsm properties (all fileds
start with "WSM_", they use oracle.wsm.xxxxxx convention
|
SecurityConstants.ComponentOverride |
Policy component override defintion
|
SecurityConstants.Config |
Policy configuration definition
|
SecurityConstants.ConfigOverride |
This interface contains all the overridable properties; This interface is
not for external use and should be referenced within owsm code Only
property names defined in this interface should be referenced when
accessing config overridable property values in owsm internal code;
Property name uses "short" style (no oracle.wsm prefix); "short" style
property names which normally match the property name in policy config or
declarative property name in config file,or scoped override in
PolicyReference etc; are defined in Interface Config in this class.
|
SecurityConstants.LegacyWSSOverride |
Do not add, delete or modify properties in this interface, this
interface is used for backward compatibility This interface is an
internal wrapper of old WS 10g client overridable properties only
|