|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlanetAuthenticatorMBean
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.
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.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.utils.NameListerMBean |
---|
getCurrentName |
Methods inherited from interface weblogic.management.utils.ListerMBean |
---|
advance, close, haveCurrent |
Methods inherited from interface weblogic.management.security.authentication.GroupMemberListerMBean |
---|
listGroupMembers |
Methods inherited from interface weblogic.management.security.authentication.GroupReaderMBean |
---|
getGroupDescription, groupExists, isMember, listGroups |
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.MemberGroupListerMBean |
---|
listMemberGroups |
Methods inherited from interface weblogic.management.security.authentication.GroupReaderMBean |
---|
getGroupDescription, groupExists, isMember, listGroups |
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.UserPasswordEditorMBean |
---|
changeUserPassword, resetUserPassword |
Methods inherited from interface weblogic.management.security.authentication.GroupMembershipHierarchyCacheMBean |
---|
getEnableGroupMembershipLookupHierarchyCaching, getGroupHierarchyCacheTTL, getMaxGroupHierarchiesInCache, setEnableGroupMembershipLookupHierarchyCaching, setGroupHierarchyCacheTTL, setMaxGroupHierarchiesInCache |
Method Detail |
---|
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 LDAPAuthenticatorMBean
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 LDAPAuthenticatorMBean
newValue
- - new value for attribute GroupFromNameFilter
InvalidAttributeValueException
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
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 LDAPAuthenticatorMBean
newValue
- - new value for attribute StaticMemberDNAttribute
InvalidAttributeValueException
String getDynamicGroupObjectClass()
The LDAP object class that stores dynamic groups.
getDynamicGroupObjectClass
in interface LDAPAuthenticatorMBean
void setDynamicGroupObjectClass(String newValue) throws InvalidAttributeValueException
The LDAP object class that stores dynamic groups.
setDynamicGroupObjectClass
in interface LDAPAuthenticatorMBean
newValue
- - new value for attribute DynamicGroupObjectClass
InvalidAttributeValueException
String getDynamicGroupNameAttribute()
The attribute of the dynamic LDAP group object that specifies the name of the group.
getDynamicGroupNameAttribute
in interface LDAPAuthenticatorMBean
void setDynamicGroupNameAttribute(String newValue) throws InvalidAttributeValueException
The attribute of the dynamic LDAP group object that specifies the name of the group.
setDynamicGroupNameAttribute
in interface LDAPAuthenticatorMBean
newValue
- - new value for attribute DynamicGroupNameAttribute
InvalidAttributeValueException
String getDynamicMemberURLAttribute()
The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group.
getDynamicMemberURLAttribute
in interface LDAPAuthenticatorMBean
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 LDAPAuthenticatorMBean
newValue
- - new value for attribute DynamicMemberURLAttribute
InvalidAttributeValueException
String getName()
ProviderMBean
getName
in interface LDAPAuthenticatorMBean
getName
in interface LoginExceptionPropagatorMBean
getName
in interface ProviderMBean
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |