|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NovellAuthenticatorMBean
This MBean represents the LDAP schema definitions for the Novell NDS 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 |
getGroupFromNameFilter()
An LDAP search filter for finding a group given the name of the group. |
String |
getGuidAttribute()
Specifies the name of the GUID attribute defined in the Novell Directory Services LDAP server. |
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 |
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 |
setGroupFromNameFilter(String newValue)
An LDAP search filter for finding a group given the name of the group. |
void |
setGuidAttribute(String newValue)
Specifies the name of the GUID attribute defined in the Novell Directory Services LDAP server. |
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 |
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.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.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 |
---|
getGroupHierarchyCacheTTL, getMaxGroupHierarchiesInCache, setGroupHierarchyCacheTTL, setMaxGroupHierarchiesInCache |
Method Detail |
---|
String getUserNameAttribute()
The attribute of an LDAP user object that specifies the name of the user.
getUserNameAttribute
in interface LDAPAuthenticatorMBean
void setUserNameAttribute(String newValue) throws InvalidAttributeValueException
The attribute of an LDAP user object that specifies the name of the user.
setUserNameAttribute
in interface LDAPAuthenticatorMBean
newValue
- - new value for attribute UserNameAttribute
InvalidAttributeValueException
String getUserFromNameFilter()
An LDAP search filter for finding a user given the name of the user. If the attribute 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 LDAPAuthenticatorMBean
void setUserFromNameFilter(String newValue) throws InvalidAttributeValueException
An LDAP search filter for finding a user given the name of the user. If the attribute 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 LDAPAuthenticatorMBean
newValue
- - new value for attribute UserFromNameFilter
InvalidAttributeValueException
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 getStaticGroupObjectClass()
The name of the LDAP object class that stores static groups.
getStaticGroupObjectClass
in interface LDAPAuthenticatorMBean
void setStaticGroupObjectClass(String newValue) throws InvalidAttributeValueException
The name of the LDAP object class that stores static groups.
setStaticGroupObjectClass
in interface LDAPAuthenticatorMBean
newValue
- - new value for attribute StaticGroupObjectClass
InvalidAttributeValueException
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. 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.
getStaticGroupDNsfromMemberDNFilter
in interface LDAPAuthenticatorMBean
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. 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.
setStaticGroupDNsfromMemberDNFilter
in interface LDAPAuthenticatorMBean
newValue
- - new value for attribute StaticGroupDNsfromMemberDNFilter
InvalidAttributeValueException
String getGuidAttribute()
Specifies the name of the GUID attribute defined in the Novell Directory Services LDAP server. The default value is guid
.
getGuidAttribute
in interface LDAPAuthenticatorMBean
void setGuidAttribute(String newValue) throws InvalidAttributeValueException
Specifies the name of the GUID attribute defined in the Novell Directory Services LDAP server. The default value is guid
.
setGuidAttribute
in interface LDAPAuthenticatorMBean
newValue
- - new value for attribute GuidAttribute
InvalidAttributeValueException
String getName()
ProviderMBean
getName
in interface LDAPAuthenticatorMBean
getName
in interface LoginExceptionPropagatorMBean
getName
in interface ProviderMBean
|
Copyright 1996, 2011, 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 MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |