Class AggregateClientStore<V extends ClientStore>

  • All Implemented Interfaces:
    BaseClientStore, ClientStore, edu.uiuc.ncsa.security.core.Store, Map

    public class AggregateClientStore<V extends ClientStore>
    extends edu.uiuc.ncsa.security.storage.AggregateStore<V>
    implements ClientStore

    Created by Jeff Gaynor
    on 5/24/12 at 11:18 AM

    • Constructor Detail

      • AggregateClientStore

        public AggregateClientStore​(V... stores)