Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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.

Since:
9.0.0.0

Field Summary

 

Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY

 

Method Summary
abstract  ConfigurationPropertyMBean createConfigurationProperty(String name)
          create ConfigurationProperty object
abstract  void destroyConfigurationProperty(ConfigurationPropertyMBean wsc)
          destroy ConfigurationProperty object
abstract  String getClassName()
          The fully qualified name of the class that implements a particular credential provider or token handler.
abstract  ConfigurationPropertyMBean[] getConfigurationProperties()
          Specifies the list of properties that are associated with this credential provider or token handler.
abstract  String getTokenType()
          Specifies the type of token used for the particular credential provider or token handler.
abstract  ConfigurationPropertyMBean lookupConfigurationProperty(String name)
          look up ConfigurationProperty object
abstract  void setClassName(String className)
          Sets the value of the ClassName attribute.
abstract  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
Since:
9.0.0.0

lookupConfigurationProperty

ConfigurationPropertyMBean lookupConfigurationProperty(String name)
look up ConfigurationProperty object
Parameters:
name - name of ConfigurationProperty
Returns:
ConfigurationProperty object
Since:
9.0.0.0

createConfigurationProperty

ConfigurationPropertyMBean createConfigurationProperty(String name)
create ConfigurationProperty object
Parameters:
name - of ConfigurationProperty
Returns:
ConfigurationProperty object
Since:
9.0.0.0

destroyConfigurationProperty

void destroyConfigurationProperty(ConfigurationPropertyMBean wsc)
destroy ConfigurationProperty object
Parameters:
wsc - ConfigurationProperty mbean
Since:
9.0.0.0

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09