|
BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
MBeanHome interface.)
This MBean specifies the LDAP schema definitions for the Open LDAP Authentication 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 |
getGroupBaseDN()
The base distinguished name (DN) of the tree in the LDAP directory that contains groups. |
String |
getGroupFromNameFilter()
An LDAP search filter for finding a group given the name of the group. |
String |
getName()
The name of this configuration. |
String |
getStaticGroupDNsfromMemberDNFilter()
An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP broups that contain that member. |
String |
getStaticGroupObjectClass()
The name of the LDAP object class that stores static groups. |
String |
getStaticMemberDNAttribute()
The attribute of an LDAP static group object that specifies the distinguished names (DNs) of the members of the group. |
String |
getUserBaseDN()
The base distinguished name (DN) of the tree in the LDAP directory that contains users. |
String |
getUserFromNameFilter()
An LDAP search filter for finding a user given the name of the user. |
String |
getUserNameAttribute()
The attribute of an LDAP user object that specifies the name of the user. |
void |
setGroupBaseDN(String newValue)
The base distinguished name (DN) of the tree in the LDAP directory that contains groups. |
void |
setGroupFromNameFilter(String newValue)
An LDAP search filter for finding a group given the name of the group. |
void |
setStaticGroupDNsfromMemberDNFilter(String newValue)
An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP broups that contain that member. |
void |
setStaticGroupObjectClass(String newValue)
The name of the LDAP object class that stores static groups. |
void |
setStaticMemberDNAttribute(String newValue)
The attribute of an LDAP static group object that specifies the distinguished names (DNs) of the members of the group. |
void |
setUserBaseDN(String newValue)
The base distinguished name (DN) of the tree in the LDAP directory that contains users. |
void |
setUserFromNameFilter(String newValue)
An LDAP search filter for finding a user given the name of the user. |
void |
setUserNameAttribute(String newValue)
The attribute of an LDAP user object that specifies the name of the user. |
| 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 getGroupBaseDN()
The base distinguished name (DN) of the tree in the LDAP directory that contains groups.
getGroupBaseDN 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 getStaticGroupDNsfromMemberDNFilter()
An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP broups that contain that member.
getStaticGroupDNsfromMemberDNFilter in interface LDAPAuthenticatorMBeanpublic String getStaticGroupObjectClass()
The name of the LDAP object class that stores static groups.
getStaticGroupObjectClass in interface LDAPAuthenticatorMBeanpublic 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 LDAPAuthenticatorMBeanpublic String getUserBaseDN()
The base distinguished name (DN) of the tree in the LDAP directory that contains users.
getUserBaseDN in interface LDAPAuthenticatorMBeanpublic String getUserFromNameFilter()
An LDAP search filter for finding a user given the name of the user. If the attribute (user name attribute and user object class) is not specified (that is, if the attribute is null or empty), a default search filter is created based on the user schema.
getUserFromNameFilter in interface LDAPAuthenticatorMBeanpublic String getUserNameAttribute()
The attribute of an LDAP user object that specifies the name of the user.
getUserNameAttribute in interface LDAPAuthenticatorMBean
public void setGroupBaseDN(String newValue)
throws InvalidAttributeValueException
The base distinguished name (DN) of the tree in the LDAP directory that contains groups.
setGroupBaseDN in interface LDAPAuthenticatorMBeannewValue - - new value for attribute GroupBaseDN
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 setStaticGroupDNsfromMemberDNFilter(String newValue)
throws InvalidAttributeValueException
An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP broups that contain that member.
setStaticGroupDNsfromMemberDNFilter in interface LDAPAuthenticatorMBeannewValue - - new value for attribute StaticGroupDNsfromMemberDNFilter
InvalidAttributeValueException
public void setStaticGroupObjectClass(String newValue)
throws InvalidAttributeValueException
The name of the LDAP object class that stores static groups.
setStaticGroupObjectClass in interface LDAPAuthenticatorMBeannewValue - - new value for attribute StaticGroupObjectClass
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
public void setUserBaseDN(String newValue)
throws InvalidAttributeValueException
The base distinguished name (DN) of the tree in the LDAP directory that contains users.
setUserBaseDN in interface LDAPAuthenticatorMBeannewValue - - new value for attribute UserBaseDN
InvalidAttributeValueException
public void setUserFromNameFilter(String newValue)
throws InvalidAttributeValueException
An LDAP search filter for finding a user given the name of the user. If the attribute (user name attribute and user object class) is not specified (that is, if the attribute is null or empty), a default search filter is created based on the user schema.
setUserFromNameFilter in interface LDAPAuthenticatorMBeannewValue - - new value for attribute UserFromNameFilter
InvalidAttributeValueException
public void setUserNameAttribute(String newValue)
throws InvalidAttributeValueException
The attribute of an LDAP user object that specifies the name of the user.
setUserNameAttribute in interface LDAPAuthenticatorMBeannewValue - - new value for attribute UserNameAttribute
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 | ||||||||||