Package org.surfnet.oaaas.example.api.resource

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

Related Classes of org.surfnet.oaaas.example.api.resource.UniversityResource

Copyright © 2018 www.massapicom. 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.