|
BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
MBeanHome interface.)This MBean represents LDAP schema definitions for the iPlanet LDAP provider.Deprecation of MBeanHome and Type-Safe InterfacesThis is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see "Developing Manageable Applications with JMX" on http://edocs.bea.com.
| Method Summary | |
String |
getDynamicGroupNameAttribute()
The attribute of the dynamic LDAP group object that specifies the name of the group. |
String |
getDynamicGroupObjectClass()
The LDAP object class that stores dynamic groups. |
String |
getDynamicMemberURLAttribute()
The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group. |
String |
getGroupFromNameFilter()
An LDAP search filter for finding a group given the name of the group. |
String |
getName()
The name of this configuration. |
String |
getStaticMemberDNAttribute()
The attribute of an LDAP static group object that specifies the distinguished names (DNs) of the members of the group. |
void |
setDynamicGroupNameAttribute(String newValue)
The attribute of the dynamic LDAP group object that specifies the name of the group. |
void |
setDynamicGroupObjectClass(String newValue)
The LDAP object class that stores dynamic groups. |
void |
setDynamicMemberURLAttribute(String newValue)
The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group. |
void |
setGroupFromNameFilter(String newValue)
An LDAP search filter for finding a group given the name of the group. |
void |
setStaticMemberDNAttribute(String newValue)
The attribute of an LDAP static group object that specifies the distinguished names (DNs) of the members of the group. |
| Methods inherited from interface weblogic.management.commo.StandardInterface |
setName, wls_getDisplayName, wls_getInterfaceClassName, wls_getObjectName |
| Methods inherited from interface weblogic.descriptor.DescriptorBean |
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener |
| Methods inherited from interface weblogic.descriptor.SettableBean |
isSet, unSet |
| Methods inherited from interface weblogic.security.providers.authentication.LoginExceptionPropagatorMBean |
getPropagateCauseForLoginException, setPropagateCauseForLoginException |
| Methods inherited from interface weblogic.management.security.authentication.AuthenticatorMBean |
getControlFlag, setControlFlag |
| Methods inherited from interface weblogic.management.security.ProviderMBean |
getRealm |
| Methods inherited from interface weblogic.management.security.authentication.UserReaderMBean |
getUserDescription, listUsers, userExists |
| Methods inherited from interface weblogic.management.utils.NameListerMBean |
getCurrentName |
| Methods inherited from interface weblogic.management.utils.ListerMBean |
advance, close, haveCurrent |
| Methods inherited from interface weblogic.management.security.authentication.GroupReaderMBean |
getGroupDescription, groupExists, isMember, listGroups |
| Methods inherited from interface weblogic.management.security.authentication.GroupMemberListerMBean |
listGroupMembers |
| Methods inherited from interface weblogic.management.security.authentication.MemberGroupListerMBean |
listMemberGroups |
| Methods inherited from interface weblogic.management.security.authentication.UserPasswordEditorMBean |
changeUserPassword, resetUserPassword |
| Methods inherited from interface weblogic.management.security.authentication.GroupMembershipHierarchyCacheMBean |
getEnableGroupMembershipLookupHierarchyCaching, getGroupHierarchyCacheTTL, getMaxGroupHierarchiesInCache, setEnableGroupMembershipLookupHierarchyCaching, setGroupHierarchyCacheTTL, setMaxGroupHierarchiesInCache |
| Method Detail |
public String getDynamicGroupNameAttribute()
getDynamicGroupNameAttribute in interface LDAPAuthenticatorMBeanpublic String getDynamicGroupObjectClass()
getDynamicGroupObjectClass in interface LDAPAuthenticatorMBeanpublic String getDynamicMemberURLAttribute()
getDynamicMemberURLAttribute in interface LDAPAuthenticatorMBeanpublic String getGroupFromNameFilter()
getGroupFromNameFilter in interface LDAPAuthenticatorMBeanpublic String getName()
ProviderMBean
getName in interface weblogic.management.commo.StandardInterfacepublic String getStaticMemberDNAttribute()
getStaticMemberDNAttribute in interface LDAPAuthenticatorMBean
public void setDynamicGroupNameAttribute(String newValue)
throws InvalidAttributeValueException
setDynamicGroupNameAttribute in interface LDAPAuthenticatorMBeannewValue - - new value for attribute DynamicGroupNameAttribute
InvalidAttributeValueException
public void setDynamicGroupObjectClass(String newValue)
throws InvalidAttributeValueException
setDynamicGroupObjectClass in interface LDAPAuthenticatorMBeannewValue - - new value for attribute DynamicGroupObjectClass
InvalidAttributeValueException
public void setDynamicMemberURLAttribute(String newValue)
throws InvalidAttributeValueException
setDynamicMemberURLAttribute in interface LDAPAuthenticatorMBeannewValue - - new value for attribute DynamicMemberURLAttribute
InvalidAttributeValueException
public void setGroupFromNameFilter(String newValue)
throws InvalidAttributeValueException
setGroupFromNameFilter in interface LDAPAuthenticatorMBeannewValue - - new value for attribute GroupFromNameFilter
InvalidAttributeValueException
public void setStaticMemberDNAttribute(String newValue)
throws InvalidAttributeValueException
setStaticMemberDNAttribute in interface LDAPAuthenticatorMBeannewValue - - new value for attribute StaticMemberDNAttribute
InvalidAttributeValueException
|
Documentation is available at http://e-docs.bea.com/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||