© 2002 BEA Systems, Inc.


com.bea.p13n.security.realm
Interface PortalGroupAwareRealm

All Known Implementing Classes:
RDBMSPerformanceRealm

public interface PortalGroupAwareRealm

Interface that Portal GroupManagerImpl will use to try and and do optimized lookups for group membership.


Method Summary
 java.util.List getGroupNamesForUser(java.lang.String username)
          Does an optimized lookup for group membership.
 java.lang.String getParentGroupName(java.lang.String groupname)
          Does an optimized lookup for group parentage.
 

Method Detail

getGroupNamesForUser

public java.util.List getGroupNamesForUser(java.lang.String username)
Does an optimized lookup for group membership.

Parameters:
username - username

getParentGroupName

public java.lang.String getParentGroupName(java.lang.String groupname)
Does an optimized lookup for group parentage.

Parameters:
groupname - groupname

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved