|
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.
This 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://www.oracle.com/technology/documentation/index.html.
| 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.utils.LDAPServerMBean |
getCacheSize, getCacheTTL, getConnectionRetryLimit, getConnectTimeout, getHost, getParallelConnectDelay, getPort, getPrincipal, getResultsTimeLimit, isBindAnonymouslyOnReferrals, isCacheEnabled, isFollowReferrals, isSSLEnabled, setBindAnonymouslyOnReferrals, setCacheEnabled, setCacheSize, setCacheTTL, setConnectionRetryLimit, setConnectTimeout, setFollowReferrals, setHost, setParallelConnectDelay, setPort, setPrincipal, setResultsTimeLimit, setSSLEnabled |
| 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()
The attribute of the dynamic LDAP group object that specifies the name of the group.
getDynamicGroupNameAttribute in interface LDAPAuthenticatorMBeanpublic String getDynamicGroupObjectClass()
The LDAP object class that stores dynamic groups.
getDynamicGroupObjectClass in interface LDAPAuthenticatorMBeanpublic String getDynamicMemberURLAttribute()
The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group.
getDynamicMemberURLAttribute in interface LDAPAuthenticatorMBeanpublic String getGroupFromNameFilter()
An LDAP search filter for finding a group given the name of the group. If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the group schema.
getGroupFromNameFilter in interface LDAPAuthenticatorMBeanpublic String getName()
ProviderMBean
getName in interface weblogic.management.commo.StandardInterfacepublic String getStaticMemberDNAttribute()
The attribute of an LDAP static group object that specifies the distinguished names (DNs) of the members of the group.
getStaticMemberDNAttribute in interface LDAPAuthenticatorMBean
public void setDynamicGroupNameAttribute(String newValue)
throws InvalidAttributeValueException
The attribute of the dynamic LDAP group object that specifies the name of the group.
setDynamicGroupNameAttribute in interface LDAPAuthenticatorMBeannewValue - - new value for attribute DynamicGroupNameAttribute
InvalidAttributeValueException
public void setDynamicGroupObjectClass(String newValue)
throws InvalidAttributeValueException
The LDAP object class that stores dynamic groups.
setDynamicGroupObjectClass in interface LDAPAuthenticatorMBeannewValue - - new value for attribute DynamicGroupObjectClass
InvalidAttributeValueException
public void setDynamicMemberURLAttribute(String newValue)
throws InvalidAttributeValueException
The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group.
setDynamicMemberURLAttribute in interface LDAPAuthenticatorMBeannewValue - - new value for attribute DynamicMemberURLAttribute
InvalidAttributeValueException
public void setGroupFromNameFilter(String newValue)
throws InvalidAttributeValueException
An LDAP search filter for finding a group given the name of the group. If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the group schema.
setGroupFromNameFilter in interface LDAPAuthenticatorMBeannewValue - - new value for attribute GroupFromNameFilter
InvalidAttributeValueException
public void setStaticMemberDNAttribute(String newValue)
throws InvalidAttributeValueException
The attribute of an LDAP static group object that specifies the distinguished names (DNs) of the members of the group.
setStaticMemberDNAttribute in interface LDAPAuthenticatorMBeannewValue - - new value for attribute StaticMemberDNAttribute
InvalidAttributeValueException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||