Class EntitySourceAdapter

All Implemented Interfaces:
Source

public class EntitySourceAdapter extends GrouperSourceAdapter
Source adapter for Entities

Version:
$Id: GrouperSourceAdapter.java,v 1.31 2009-08-12 04:52:21 mchyzer Exp $
  • Constructor Details

    • EntitySourceAdapter

      public EntitySourceAdapter()
  • Method Details

    • entitySourceId

      public static String entitySourceId()
      return the entity source id
      Returns:
      the source id for the entity source
    • typeOfGroups

      public Set<TypeOfGroup> typeOfGroups()
      type of groups to search on
      Overrides:
      typeOfGroups in class GrouperSourceAdapter
      Returns:
      type of groups
    • getSubjectTypes

      public Set getSubjectTypes()
      Gets the SubjectTypes supported by this source.
       SourceAdapter  sa    = new GrouperSourceAdapter();
       Set            types = sa.getSubjectTypes();
       
      Specified by:
      getSubjectTypes in interface Source
      Overrides:
      getSubjectTypes in class GrouperSourceAdapter
      Returns:
      Subject types supported by this source.
    • instance

      public static EntitySourceAdapter instance()
      instance
      Returns:
      instance