Uses of Interface
org.apache.jetspeed.om.security.Group

Packages that use Group
org.apache.jetspeed.om.dbpsml   
org.apache.jetspeed.om.profile Represents the options available for displaying the portlet. 
org.apache.jetspeed.om.security   
org.apache.jetspeed.om.security.ldap   
org.apache.jetspeed.om.security.turbine   
org.apache.jetspeed.services   
org.apache.jetspeed.services.psmlmanager   
org.apache.jetspeed.services.psmlmanager.db   
org.apache.jetspeed.services.security   
org.apache.jetspeed.services.security.ldap   
org.apache.jetspeed.services.security.nosecurity   
org.apache.jetspeed.services.security.turbine   
 

Uses of Group in org.apache.jetspeed.om.dbpsml
 

Methods in org.apache.jetspeed.om.dbpsml with parameters of type Group
 void JetspeedGroupProfilePeer.delete(Group group, java.sql.Connection connection)
          Delete all records from the database table for a group.
 

Uses of Group in org.apache.jetspeed.om.profile
 

Methods in org.apache.jetspeed.om.profile that return Group
 Group ProfileLocator.getGroup()
           
 Group BaseProfileLocator.getGroup()
           
 

Methods in org.apache.jetspeed.om.profile with parameters of type Group
 void ProfileLocator.setGroup(Group group)
           
 void BaseProfileLocator.setGroup(Group group)
           
 

Uses of Group in org.apache.jetspeed.om.security
 

Classes in org.apache.jetspeed.om.security that implement Group
 class BaseJetspeedGroup
          A Jetspeed basic Group.
 

Fields in org.apache.jetspeed.om.security declared as Group
protected  Group BaseJetspeedGroupRole.group
           
 

Methods in org.apache.jetspeed.om.security that return Group
static Group JetspeedGroupFactory.getInstance()
          Factory method to create JetspeedGroup instances.
static Group JetspeedGroupFactory.getInstance(boolean isNew)
           
 Group GroupRole.getGroup()
          Get the Group
 Group BaseJetspeedGroupRole.getGroup()
          Get the Group
 

Methods in org.apache.jetspeed.om.security with parameters of type Group
 void GroupRole.setGroup(Group group)
          Set the Group
 void BaseJetspeedGroupRole.setGroup(Group group)
          Set the Group
 

Uses of Group in org.apache.jetspeed.om.security.ldap
 

Classes in org.apache.jetspeed.om.security.ldap that implement Group
 class LDAPGroup
           
 

Uses of Group in org.apache.jetspeed.om.security.turbine
 

Classes in org.apache.jetspeed.om.security.turbine that implement Group
 class TurbineGroup
          The skeleton for this class was autogenerated by Torque on: [Mon Jun 03 20:14:05 PDT 2002] You should add additional methods to this class to meet the application requirements.
 

Uses of Group in org.apache.jetspeed.services
 

Methods in org.apache.jetspeed.services that return Group
static Group JetspeedSecurity.getGroup(java.lang.String groupname)
           
 

Methods in org.apache.jetspeed.services with parameters of type Group
static void PsmlManager.removeGroupDocuments(Group group)
          Removes all documents for a given group.
static void JetspeedSecurity.addGroup(Group group)
           
static void JetspeedSecurity.saveGroup(Group group)
           
 

Uses of Group in org.apache.jetspeed.services.psmlmanager
 

Methods in org.apache.jetspeed.services.psmlmanager with parameters of type Group
 void PsmlManagerService.removeGroupDocuments(Group group)
          Removes all documents for a given group.
 void CastorPsmlManagerService.removeGroupDocuments(Group group)
          Removes all documents for a given group.
 void CastorPsmlManagerService.removeGroupDocuments(Group group, boolean sendMessage)
           
 

Uses of Group in org.apache.jetspeed.services.psmlmanager.db
 

Methods in org.apache.jetspeed.services.psmlmanager.db with parameters of type Group
 void DatabasePsmlManagerService.removeGroupDocuments(Group group)
          Removes all documents for a given group.
 

Uses of Group in org.apache.jetspeed.services.security
 

Methods in org.apache.jetspeed.services.security that return Group
static Group JetspeedGroupManagement.getGroup(java.lang.String groupname)
          Retrieves a single Group for a given groupname principal.
 Group GroupManagement.getGroup(java.lang.String groupname)
          Retrieves a single Group for a given groupname principal.
 

Methods in org.apache.jetspeed.services.security with parameters of type Group
 void SecurityCacheService.addRole(java.lang.String username, Role role, Group group)
           
 void SecurityCacheImpl.addRole(java.lang.String username, Role role, Group group)
           
static void JetspeedSecurityCache.addRole(java.lang.String username, Role role, Group group)
           
static void JetspeedGroupManagement.addGroup(Group group)
          Adds a Group into permanent storage.
static void JetspeedGroupManagement.saveGroup(Group group)
          Saves a Group into permanent storage.
 void GroupManagement.addGroup(Group group)
          Adds a Group into permanent storage.
 void GroupManagement.saveGroup(Group group)
          Saves a Group into permanent storage.
 void CachedAcl.addRole(Role role, Group group)
           
 

Uses of Group in org.apache.jetspeed.services.security.ldap
 

Methods in org.apache.jetspeed.services.security.ldap that return Group
 Group LDAPGroupManagement.getGroup(java.lang.String groupname)
          Retrieves a single Group for a given groupname principal.
 

Methods in org.apache.jetspeed.services.security.ldap with parameters of type Group
 void LDAPGroupManagement.addGroup(Group group)
          Adds a Group into permanent storage.
protected  void LDAPGroupManagement.addDefaultGroupPSML(Group group)
           
 void LDAPGroupManagement.saveGroup(Group group)
          Saves a Group into permanent storage.
 

Uses of Group in org.apache.jetspeed.services.security.nosecurity
 

Methods in org.apache.jetspeed.services.security.nosecurity that return Group
 Group NoGroupManagement.getGroup(java.lang.String groupname)
          Retrieves a single Group for a given groupname principal.
 

Methods in org.apache.jetspeed.services.security.nosecurity with parameters of type Group
 void NoGroupManagement.addGroup(Group group)
          Adds a Group into permanent storage.
 void NoGroupManagement.saveGroup(Group group)
          Saves a Group into permanent storage.
 

Uses of Group in org.apache.jetspeed.services.security.turbine
 

Methods in org.apache.jetspeed.services.security.turbine that return Group
 Group TurbineGroupManagement.getGroup(java.lang.String groupname)
          Retrieves a single Group for a given groupname principal.
 

Methods in org.apache.jetspeed.services.security.turbine with parameters of type Group
 void TurbineGroupManagement.addGroup(Group group)
          Adds a Group into permanent storage.
protected  void TurbineGroupManagement.addDefaultGroupPSML(Group group)
           
 void TurbineGroupManagement.saveGroup(Group group)
          Saves a Group into permanent storage.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.