BEA Systems, Inc.

BEA WebLogic SIP Server 2.2 API Reference


com.bea.wcp.sip.management.configuration
Interface SipSecurityMBean

All Superinterfaces:
weblogic.management.configuration.ConfigurationMBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.management.WebLogicMBean

public interface SipSecurityMBean
extends weblogic.management.configuration.ConfigurationMBean

Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 java.lang.String[] getTrustedAuthenticationHosts()
           
 java.lang.String[] getTrustedChargingHosts()
           
 void setTrustedAuthenticationHosts(java.lang.String[] hosts)
           
 void setTrustedChargingHosts(java.lang.String[] hosts)
           
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getTrustedAuthenticationHosts

public java.lang.String[] getTrustedAuthenticationHosts()

getTrustedChargingHosts

public java.lang.String[] getTrustedChargingHosts()

setTrustedAuthenticationHosts

public void setTrustedAuthenticationHosts(java.lang.String[] hosts)

setTrustedChargingHosts

public void setTrustedChargingHosts(java.lang.String[] hosts)

Documentation is available at
http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss22/
Copyright 2006 BEA Systems Inc.