Interface VOStore<V extends VirtualOrganization>

  • All Superinterfaces:
    Map<edu.uiuc.ncsa.security.core.Identifier,​V>, edu.uiuc.ncsa.security.core.Store<V>
    All Known Implementing Classes:
    SQLVOStore, VOFileStore, VOMemoryStore

    public interface VOStore<V extends VirtualOrganization>
    extends edu.uiuc.ncsa.security.core.Store<V>

    Created by Jeff Gaynor
    on 12/14/20 at 8:54 AM

    • Method Detail

      • getMapConverter

        edu.uiuc.ncsa.security.storage.data.MapConverter<V> getMapConverter()
      • findByPath

        V findByPath​(String component)