Examples of UniversityResource


Examples of org.surfnet.oaaas.example.api.resource.UniversityResource

  @Override
  protected void initialize(UniversityFooConfiguration configuration, Environment environment)
      throws ClassNotFoundException {
    environment
        .addProvider(new OAuthProvider<AuthenticatedPrincipal>(new OAuthAuthenticator(configuration), "protected-resources"));
    environment.addResource(new UniversityResource());
   
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.