com.bea.p13n.mbeans
Interface RoleSecurityProviderMBean
- All Superinterfaces:
- ConfigurationMBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, com.bea.p13n.security.internal.RoleSecurityProviderConfig, ServiceConfigurationMBean, WebLogicMBean
- public interface RoleSecurityProviderMBean
- extends ServiceConfigurationMBean, com.bea.p13n.security.internal.RoleSecurityProviderConfig
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.
Fields inherited from interface com.bea.p13n.security.internal.RoleSecurityProviderConfig |
DEFAULT_ROLE_PREDICATE_INPUT_TEXT_ENABLED |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean |
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 |
getRolePredicateTextInputEnabled
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.
- Specified by:
getRolePredicateTextInputEnabled
in interface com.bea.p13n.security.internal.RoleSecurityProviderConfig
setRolePredicateTextInputEnabled
public void setRolePredicateTextInputEnabled(boolean enabled)
Copyright © 2004 BEA Systems, Inc. All Rights Reserved