Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.management.configuration
Interface WebserviceSecurityConfigurationMBean

All Superinterfaces:
ConfigurationMBean, DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, SettableBean, WebLogicMBean
All Known Subinterfaces:
WebserviceCredentialProviderMBean, WebserviceSecurityTokenMBean, WebserviceTokenHandlerMBean

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.


Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 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.
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 

Method Detail

getClassName

String getClassName()

The fully qualified name of the class that implements a particular credential provider or token handler.


setClassName

void setClassName(String className)

Sets the value of the ClassName attribute.


setTokenType

void setTokenType(String tokenType)

Sets the value of the TokenType attribute.

Parameters:
tokenType -

getTokenType

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".


getConfigurationProperties

ConfigurationPropertyMBean[] getConfigurationProperties()

Specifies the list of properties that are associated with this credential provider or token handler.

Returns:
an array of ConfigurationProperty objects

lookupConfigurationProperty

ConfigurationPropertyMBean lookupConfigurationProperty(String name)
look up ConfigurationProperty object

Parameters:
name - name of ConfigurationProperty
Returns:
ConfigurationProperty object

createConfigurationProperty

ConfigurationPropertyMBean createConfigurationProperty(String name)
create ConfigurationProperty object

Parameters:
name - of ConfigurationProperty
Returns:
ConfigurationProperty object

destroyConfigurationProperty

void destroyConfigurationProperty(ConfigurationPropertyMBean wsc)
destroy ConfigurationProperty object

Parameters:
wsc - ConfigurationProperty mbean

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02