Download org.apache.oltu.oauth2.resourceserver-1.0.2.jar file

Introduction

You can download org.apache.oltu.oauth2.resourceserver-1.0.2.jar in this page.

License

Apache License

Type List

org.apache.oltu.oauth2.resourceserver-1.0.2.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.oltu.oauth2/org.apache.oltu.oauth2.resourceserver/pom.properties
META-INF/maven/org.apache.oltu.oauth2/org.apache.oltu.oauth2.resourceserver/pom.xml
org.apache.oltu.oauth2.common.OAuth.class
org.apache.oltu.oauth2.common.OAuthProviderType.class
org.apache.oltu.oauth2.common.domain.client.BasicClientInfo.class
org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder.class
org.apache.oltu.oauth2.common.domain.client.ClientInfo.class
org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials.class
org.apache.oltu.oauth2.common.domain.credentials.BasicCredentialsBuilder.class
org.apache.oltu.oauth2.common.domain.credentials.Credentials.class
org.apache.oltu.oauth2.common.error.OAuthError.class
org.apache.oltu.oauth2.common.exception.OAuthProblemException.class
org.apache.oltu.oauth2.common.exception.OAuthRuntimeException.class
org.apache.oltu.oauth2.common.exception.OAuthSystemException.class
org.apache.oltu.oauth2.common.message.OAuthMessage.class
org.apache.oltu.oauth2.common.message.OAuthResponse.class
org.apache.oltu.oauth2.common.message.types.GrantType.class
org.apache.oltu.oauth2.common.message.types.ParameterStyle.class
org.apache.oltu.oauth2.common.message.types.ResponseType.class
org.apache.oltu.oauth2.common.message.types.TokenType.class
org.apache.oltu.oauth2.common.parameters.BodyURLEncodedParametersApplier.class
org.apache.oltu.oauth2.common.parameters.FragmentParametersApplier.class
org.apache.oltu.oauth2.common.parameters.JSONBodyParametersApplier.class
org.apache.oltu.oauth2.common.parameters.OAuthParametersApplier.class
org.apache.oltu.oauth2.common.parameters.QueryParameterApplier.class
org.apache.oltu.oauth2.common.parameters.WWWAuthHeaderParametersApplier.class
org.apache.oltu.oauth2.common.token.BasicOAuthToken.class
org.apache.oltu.oauth2.common.token.OAuthToken.class
org.apache.oltu.oauth2.common.utils.JSONUtils.class
org.apache.oltu.oauth2.common.utils.OAuthUtils.class
org.apache.oltu.oauth2.common.validators.AbstractValidator.class
org.apache.oltu.oauth2.common.validators.OAuthValidator.class
org.apache.oltu.oauth2.rs.BearerResourceServer.class
org.apache.oltu.oauth2.rs.ResourceServer.class
org.apache.oltu.oauth2.rs.extractor.BearerBodyTokenExtractor.class
org.apache.oltu.oauth2.rs.extractor.BearerHeaderTokenExtractor.class
org.apache.oltu.oauth2.rs.extractor.BearerQueryTokenExtractor.class
org.apache.oltu.oauth2.rs.extractor.TokenExtractor.class
org.apache.oltu.oauth2.rs.request.OAuthAccessResourceRequest.class
org.apache.oltu.oauth2.rs.response.OAuthRSResponse.class
org.apache.oltu.oauth2.rs.validator.BearerBodyOAuthValidator.class
org.apache.oltu.oauth2.rs.validator.BearerHeaderOAuthValidator.class
org.apache.oltu.oauth2.rs.validator.BearerQueryOAuthValidator.class

Pom

org.apache.oltu.oauth2.resourceserver-1.0.2.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.apache.oltu.oauth2</groupId>
    <artifactId>org.apache.oltu.oauth2.parent</artifactId>
    <version>1.0.2</version>
  </parent>

  <artifactId>org.apache.oltu.oauth2.resourceserver</artifactId>
  <packaging>bundle</packaging>

  <name>Apache Oltu - OAuth 2.0 - Resource Server</name>

  <dependencies>
    <dependency>
      <groupId>org.apache.oltu.oauth2</groupId>
      <artifactId>org.apache.oltu.oauth2.common</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>

  <build>
    <resources>
      <resource>
        <directory>${basedir}../../</directory>
        <targetPath>META-INF</targetPath>
        <includes>
          <include>LICENSE</include>
          <include>NOTICE</include>
        </includes>
      </resource>
    </resources>

    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <excludes>
            <exclude>**/utils/*</exclude>
          </excludes>
        </configuration>
      </plugin>

      <!-- Generates the distribution package -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-assembly-plugin</artifactId>
        <executions>
          <execution>
            <id>release-assembly</id>
            <phase>package</phase>
            <goals>
              <goal>single</goal>
            </goals>
            <configuration>
              <descriptors>
                <descriptor>${basedir}/src/main/assembly/bin.xml</descriptor>
              </descriptors>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

</project>

POM Entry

<dependency>
   <groupId>org.apache.oltu.oauth2</groupId>
   <artifactId>org.apache.oltu.oauth2.resourceserver</artifactId>
   <version>1.0.2</version>
</dependency>

Download

If you think the following org.apache.oltu.oauth2.resourceserver-1.0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.apache.oltu.oauth2.resourceserver-1.0.2.jar file




PreviousNext

Related