Class GroupVisibilityPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.portal.config.GroupVisibilityPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
Direct Known Subclasses:
DefaultGroupVisibilityPlugin

public abstract class GroupVisibilityPlugin extends org.exoplatform.container.component.BaseComponentPlugin
Plugin user by UserACL to check if the given user has permissions to see the given group
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract boolean
    hasPermission(org.exoplatform.services.security.Identity userIdentity, org.exoplatform.services.organization.Group group)
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GroupVisibilityPlugin

      public GroupVisibilityPlugin()
  • Method Details

    • hasPermission

      public abstract boolean hasPermission(org.exoplatform.services.security.Identity userIdentity, org.exoplatform.services.organization.Group group)