filter-authentication

实现简单调用服务安全

License

License

GroupId

GroupId

com.zdawn
ArtifactId

ArtifactId

filter-authentication
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

filter-authentication
实现简单调用服务安全
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/zhaobaosheng/filter-authentication

Download filter-authentication

How to add to project

<!-- https://jarcasting.com/artifacts/com.zdawn/filter-authentication/ -->
<dependency>
    <groupId>com.zdawn</groupId>
    <artifactId>filter-authentication</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zdawn/filter-authentication/
implementation 'com.zdawn:filter-authentication:0.1.0'
// https://jarcasting.com/artifacts/com.zdawn/filter-authentication/
implementation ("com.zdawn:filter-authentication:0.1.0")
'com.zdawn:filter-authentication:jar:0.1.0'
<dependency org="com.zdawn" name="filter-authentication" rev="0.1.0">
  <artifact name="filter-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zdawn', module='filter-authentication', version='0.1.0')
)
libraryDependencies += "com.zdawn" % "filter-authentication" % "0.1.0"
[com.zdawn/filter-authentication "0.1.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework : spring-core jar 4.2.6.RELEASE
org.springframework : spring-beans jar 4.2.6.RELEASE
org.springframework : spring-context jar 4.2.6.RELEASE
org.springframework : spring-context-support jar 4.2.6.RELEASE
javax.servlet : javax.servlet-api jar 3.1.0

Project Modules

There are no modules declared in this project.

filter-authentication

简单调用服务安全实现,使用jsp/servlet规范中filter技术实现。 1 校验http header中的键值 2 信任来自客户端的某些ip地址 #使用说明 查看

Versions

Version
0.1.0