RoleSecurityProviderMBean Interface

com.bea.p13n.mbeans
RoleSecurityProviderMBean Interface

public interface RoleSecurityProviderMBean

    extends RoleSecurityProviderConfig, ServiceConfigurationMBean

Configuration for Portal authentication providers. Note that none of the parameters for the are dynamic; they all require the user to restart the server if changed.


All Superinterfaces
ConfigurationMBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, RoleSecurityProviderConfig, ServiceConfigurationMBean, WebLogicMBean

Field Summary

   
Fields from interface weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY
 
Fields from interface com.bea.p13n.security.internal.RoleSecurityProviderConfig
DEFAULT_ROLE_PREDICATE_INPUT_TEXT_ENABLED
 

Method Summary

public boolean
getRolePredicateTextInputEnabled()
An indication of whether any/all Delegated Admins should be allowed to add role name predicates to security policies by typing their names into a text box.
public void
setRolePredicateTextInputEnabled(boolean enabled)
 
Methods from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean
 
Methods from interface javax.management.DynamicMBean
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes
 
Methods from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods from interface com.bea.p13n.management.ServiceConfigurationMBean
 
Methods from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
   

Method Detail

getRolePredicateTextInputEnabled() Method

public boolean getRolePredicateTextInputEnabled()
An indication of whether any/all Delegated Admins should be allowed to add role name predicates to security policies by typing their names into a text box. By enabling text box entry, you override the requirement that SSPI providers must implement reader interfaces.


setRolePredicateTextInputEnabled(boolean) Method

public void setRolePredicateTextInputEnabled(boolean enabled)