All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.uiuc.ncsa.oa4mp.oauth2.client.OA2AssetProvider Maven / Gradle / Ivy

package edu.uiuc.ncsa.oa4mp.oauth2.client;

import edu.uiuc.ncsa.myproxy.oa4mp.client.Asset;
import edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetProvider;
import edu.uiuc.ncsa.security.core.Identifier;

/**
 * 

Created by Jeff Gaynor
* on 3/28/14 at 1:51 PM */ public class OA2AssetProvider extends AssetProvider { @Override public Asset get(Identifier identifier) { return new OA2Asset(identifier); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy