|
© 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.acl.AbstractManageableRealm | +--com.bea.p13n.security.realm.RDBMSRealm | +--com.bea.p13n.security.realm.RDBMSPerformanceRealm
Created by IntelliJ IDEA. User: teabeau Date: Mar 3, 2004 Time: 3:13:10 PM To change this template use Options | File Templates.
Fields inherited from class com.bea.p13n.security.realm.RDBMSRealm |
delegatePool,
maxDelegateTries,
poolSize,
realmName,
textFormatter |
Constructor Summary | |
RDBMSPerformanceRealm()
|
Method Summary | |
protected com.bea.p13n.security.realm.internal.Pool |
createPool(int size)
Creates a pool of delegates. |
protected RDBMSDelegate |
getDelegate()
|
java.util.List |
getGroupNamesForUser(java.lang.String username)
Does an optimized lookup for group membership. |
java.util.Enumeration |
getGroupUsers(java.lang.String groupName,
java.lang.String searchStr,
int maxResults)
Does a filtered search for users in a particular group. |
java.lang.String |
getParentGroupName(java.lang.String groupname)
Does an optimized lookup for group parentage. |
protected java.lang.String |
getPropertyBundleName()
|
protected java.lang.String |
getRealmName()
|
java.util.Enumeration |
getUsers(java.lang.String searchStr,
int maxResults)
Does a filtered search for users. |
Methods inherited from class com.bea.p13n.security.realm.RDBMSRealm |
authUserPassword,
deleteGroup,
deleteUser,
getGroup,
getGroupGroups,
getGroupMembers,
getGroupMembersInternal,
getGroups,
getGroupUsers,
getPrincipal,
getUser,
getUserGroups,
getUsers,
newGroup,
newUser,
removeDelegate,
returnDelegate |
Methods inherited from class weblogic.security.acl.AbstractManageableRealm |
deleteAcl,
deletePermission,
newAcl,
newPermission,
setPermission |
Methods inherited from class weblogic.security.acl.AbstractListableRealm |
authCertificates,
authenticate,
authInternal,
authSSLCertificates,
getAcl,
getAcl,
getAclOwner,
getAcls,
getDelegator,
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 RDBMSPerformanceRealm()
Method Detail |
protected java.lang.String getPropertyBundleName()
protected java.lang.String getRealmName()
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
- the name of the groupsearchStr
- realm specific search StringmaxResults
- maximum number of results to returnpublic java.util.List getGroupNamesForUser(java.lang.String username)
username
- usernamepublic java.lang.String getParentGroupName(java.lang.String groupname)
groupname
- groupnameprotected com.bea.p13n.security.realm.internal.Pool createPool(int size)
size
- the number of pool instances to maintainprotected RDBMSDelegate getDelegate()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |