public interface WebserviceSecurityMBean extends ConfigurationMBean
Encapsulates information about a Web Service security configuration.
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
| WebserviceCredentialProviderMBean | createWebserviceCredentialProvider(String name)create WebserviceCredentialProvider object | 
| WebserviceSecurityTokenMBean | createWebserviceSecurityToken(String name)create WebserviceSecurityToken object | 
| WebserviceTokenHandlerMBean | createWebserviceTokenHandler(String name)create WebserviceTokenHandler object | 
| void | destroyWebserviceCredentialProvider(WebserviceCredentialProviderMBean wcp)destroy WebserviceCredentialProvider object | 
| void | destroyWebserviceSecurityToken(WebserviceSecurityTokenMBean wcp)destroy WebserviceSecurityToken object | 
| void | destroyWebserviceTokenHandler(WebserviceTokenHandlerMBean wsth)destroy WebserviceTokenHandler object | 
| String | getCompatibilityOrderingPreference()Gets the value of the compatiblityOrderingPreference attribute. | 
| String | getCompatibilityPreference()Gets the value of the compatiblityPreference attribute. | 
| String | getDefaultCredentialProviderSTSURI()Gets the default STS endpoint URL for all WS-Trust enabled credential
  providers of this Web Service security configuration. | 
| String | getPolicySelectionPreference()Gets the value of the PolicySelectionPreference attribute. | 
| WebserviceCredentialProviderMBean[] | getWebserviceCredentialProviders()Specifies the list of credential providers that have been configured 
 for this Web Service security configuration. | 
| WebserviceSecurityTokenMBean[] | getWebserviceSecurityTokens()Specifies the list of tokens that have been configured 
 for this Web Service security configuration. | 
| WebserviceTimestampMBean | getWebserviceTimestamp()Specifies the timestamp information that has been configured for this
 Web Service security configuration. | 
| WebserviceTokenHandlerMBean[] | getWebserviceTokenHandlers()Specifies the list of token handlers that have been configured for this
 Web Service security configuration. | 
| WebserviceCredentialProviderMBean | lookupWebserviceCredentialProvider(String name)look up WebserviceSecurity object | 
| WebserviceSecurityTokenMBean | lookupWebserviceSecurityToken(String name)look up WebserviceSecurityToken object | 
| WebserviceTokenHandlerMBean | lookupWebserviceTokenHandler(String name)look up WebserviceSecurity object | 
| void | setCompatibilityOrderingPreference(String compatibilityOrderingPreference)Sets the value of the compatiblityOrderingPreference attribute. | 
| void | setCompatibilityPreference(String compatibilityPreference)Sets the compatiblity preference. | 
| void | setDefaultCredentialProviderSTSURI(String defaultCredentialProviderSTSURI)Sets the default STS endpoint URL for all WS-Trust enabled credential
  providers of this Web Service security configuration. | 
| void | setPolicySelectionPreference(String policySelectionPreference)Sets the value of the policySelectionPreference attribute. | 
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerWebserviceTokenHandlerMBean[] getWebserviceTokenHandlers()
Specifies the list of token handlers that have been configured for this Web Service security configuration.
WebserviceTokenHandlerMBean lookupWebserviceTokenHandler(String name)
name - name of WebserviceSecurityWebserviceTokenHandlerMBean createWebserviceTokenHandler(String name)
name - of WebserviceTokenHandlervoid destroyWebserviceTokenHandler(WebserviceTokenHandlerMBean wsth)
wsth - WebserviceTokenHandler mbeanWebserviceCredentialProviderMBean[] getWebserviceCredentialProviders()
Specifies the list of credential providers that have been configured for this Web Service security configuration.
WebserviceCredentialProviderMBean lookupWebserviceCredentialProvider(String name)
name - name of WebserviceSecurityWebserviceCredentialProviderMBean createWebserviceCredentialProvider(String name)
name - of WebserviceCredentialProvidervoid destroyWebserviceCredentialProvider(WebserviceCredentialProviderMBean wcp)
wcp - WebserviceCredentialProvider mbeanWebserviceSecurityTokenMBean[] getWebserviceSecurityTokens()
Specifies the list of tokens that have been configured for this Web Service security configuration.
WebserviceSecurityTokenMBean lookupWebserviceSecurityToken(String name)
name - name of WebserviceSecurityTokenWebserviceSecurityTokenMBean createWebserviceSecurityToken(String name)
name - of WebserviceSecurityTokenvoid destroyWebserviceSecurityToken(WebserviceSecurityTokenMBean wcp)
wcp - WebserviceSecurityToken mbeanWebserviceTimestampMBean getWebserviceTimestamp()
Specifies the timestamp information that has been configured for this Web Service security configuration.
String getDefaultCredentialProviderSTSURI()
Gets the default STS endpoint URL for all WS-Trust enabled credential providers of this Web Service security configuration.
void setDefaultCredentialProviderSTSURI(String defaultCredentialProviderSTSURI)
Sets the default STS endpoint URL for all WS-Trust enabled credential providers of this Web Service security configuration.
defaultCredentialProviderSTSURI - (STS endpoint URL as String)String getPolicySelectionPreference()
Gets the value of the PolicySelectionPreference attribute.
The preference value can be one of the following:
Where: S: Security or functionality; C: Compatibility or Interoperability; P: Performance
If NONE is specified, no preference is applied - the first policy alternative is always chosen, and optional policy assertions are ignored.
void setPolicySelectionPreference(String policySelectionPreference)
policySelectionPreference - Policy Selection Preference value.void setCompatibilityPreference(String compatibilityPreference)
Sets the compatiblity preference.
compatibilityPreference - String getCompatibilityPreference()
Gets the value of the compatiblityPreference attribute.
void setCompatibilityOrderingPreference(String compatibilityOrderingPreference)
Sets the value of the compatiblityOrderingPreference attribute.
compatibilityOrderingPreference - String getCompatibilityOrderingPreference()
Gets the value of the compatiblityOrderingPreference attribute.