public interface AssetStore extends edu.uiuc.ncsa.security.core.Store<Asset>
Assets. This is a map that is keyed off an
Identifier generated by the client. The only requirement on the identifier is
it be a URI, otherwise it may be arbitrary.
ClientEnvironment.getAssetStore()
Note that if there is no asset store specified, then calls for the store return a null,
therefore implementors should check if there has been a store with the
ClientEnvironment.hasAssetStore() method first.
Created by Jeff Gaynor
on 1/23/13 at 4:42 PM
Copyright © 2014. All Rights Reserved.