public interface WebserviceSecurityConfigurationMBean extends ConfigurationMBean
Encapsulates information about a Web Service security configuration.
This information includes the list of tokens, credential providers, token handlers, and the timestamp. After you have created a Web Service security configuration, you can associate it to a Web Service.
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
| ConfigurationPropertyMBean | createConfigurationProperty(String name)create ConfigurationProperty object | 
| void | destroyConfigurationProperty(ConfigurationPropertyMBean wsc)destroy ConfigurationProperty object | 
| String | getClassName()The fully qualified name of the class that implements a particular
 credential provider or token handler. | 
| ConfigurationPropertyMBean[] | getConfigurationProperties()Specifies the list of properties that are associated with this
 credential provider or token handler. | 
| String | getTokenType()Specifies the type of token used for the particular credential 
 provider or token handler. | 
| ConfigurationPropertyMBean | lookupConfigurationProperty(String name)look up ConfigurationProperty object | 
| void | setClassName(String className)Sets the value of the ClassName attribute. | 
| void | setTokenType(String tokenType)Sets the value of the TokenType 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, removePropertyChangeListenerString getClassName()
The fully qualified name of the class that implements a particular credential provider or token handler.
void setClassName(String className)
Sets the value of the ClassName attribute.
void setTokenType(String tokenType)
Sets the value of the TokenType attribute.
tokenType - String getTokenType()
Specifies the type of token used for the particular credential provider or token handler.
WebLogic Server supports, by default, three types of tokens: X.509, UsernameToken, and SAML, as specified by the following WS-Security specifications:
To specify one of these out-of-the-box types, use these values respectively: "ut", "x509", or "saml".
ConfigurationPropertyMBean[] getConfigurationProperties()
Specifies the list of properties that are associated with this credential provider or token handler.
ConfigurationPropertyMBean lookupConfigurationProperty(String name)
name - name of ConfigurationPropertyConfigurationPropertyMBean createConfigurationProperty(String name)
name - of ConfigurationPropertyvoid destroyConfigurationProperty(ConfigurationPropertyMBean wsc)
wsc - ConfigurationProperty mbean