|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weblogic.security.acl.AbstractListableRealm | +--weblogic.security.ldaprealmv2.LDAPRealm | +--com.bea.p13n.security.realm.PortalLDAPRealm
Constructor Summary | |
PortalLDAPRealm()
|
Method Summary | |
java.util.Enumeration |
getGroupUsers(java.lang.String groupName,
java.lang.String searchStr,
int maxResults)
Does a filtered search for users of group. |
java.util.Enumeration |
getUsers(java.lang.String searchStr,
int maxResults)
Does a filtered search for users. |
Methods inherited from class weblogic.security.ldaprealmv2.LDAPRealm |
authUserPassword,
getDebugLog,
getGroup,
getGroupMembersInternal,
getGroups,
getUser,
getUsers,
setDebug |
Methods inherited from class weblogic.security.acl.AbstractListableRealm |
authCertificates,
authenticate,
authInternal,
authSSLCertificates,
getAcl,
getAcl,
getAclOwner,
getAcls,
getDelegator,
getGroupMembers,
getName,
getPermission,
getPermissions,
getUser,
init,
load,
save,
setDelegator |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PortalLDAPRealm()
Method Detail |
public java.util.Enumeration getUsers(java.lang.String searchStr, int maxResults)
searchStr
- realm specific search StringmaxResults
- maximum number of results to returnpublic java.util.Enumeration getGroupUsers(java.lang.String groupName, java.lang.String searchStr, int maxResults)
groupName
- name of the groupsearchStr
- realm specific search StringmaxResults
- maximum number of results to return
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |