@@ -45,8 +45,8 @@ mvn package
4545```
4646
4747The compiled _ jar_ file will be located in the ** target** folder
48- + java-apex-api-security-<version >-SNAPSHOT .jar
49- + java-apex-api-security-<version >-SNAPSHOT- jar-with-dependencies.jar (this includes log4j libraries)
48+ + java-apex-api-security-<version >.jar
49+ + java-apex-api-security-<version >-jar-with-dependencies.jar (this includes log4j libraries)
5050
5151Import this jar file into your java classpath to use the utility class
5252
@@ -64,7 +64,7 @@ mvn install
6464<dependency >
6565 <groupId >com.api.util</groupId >
6666 <artifactId >ApiSecurity</artifactId >
67- <version >2.0.0-SNAPSHOT </version >
67+ <version >2.1.1 </version >
6868</dependency >
6969```
7070
@@ -76,12 +76,12 @@ mvn install
7676<dependency >
7777 <groupId >org.apache.logging.log4j</groupId >
7878 <artifactId >log4j-api</artifactId >
79- <version >2.14.1 </version >
79+ <version >2.15.0 </version >
8080</dependency >
8181<dependency >
8282 <groupId >org.apache.logging.log4j</groupId >
8383 <artifactId >log4j-core</artifactId >
84- <version >2.14.1 </version >
84+ <version >2.15.0 </version >
8585</dependency >
8686```
8787
@@ -125,7 +125,7 @@ gradle test jacocoTestReport
125125```
126126
127127The compiled _ jar_ file will be located in the ** build/libs** folder
128- + java-apex-api-security-2.0.0-SNAPSHOT .jar
128+ + java-apex-api-security-2.1.1 .jar
129129
130130Import this jar into your java classpath to use the utility class
131131
@@ -140,7 +140,7 @@ repositories {
140140 mavenLocal()
141141}
142142dependencies {
143- compile group: 'com.api.util', name: 'ApiSecurity', version: '2.0.0-SNAPSHOT '
143+ compile group: 'com.api.util', name: 'ApiSecurity', version: '2.1.1 '
144144}
145145
146146```
@@ -166,23 +166,6 @@ Authorization: Apex_l1_eg realm="https://XYZ.api.gov.sg/abc/def", apex_l1_eg_app
166166
167167### Parameters
168168
169- #### realm
170- This is an identifier for the caller. Any value can be used here.
171-
172- ** Note:** This is currently handled by the library
173-
174- #### authPrefix
175-
176- Authorization Header scheme prefix. There are 4 possible values for this
177- depending on the zone and the authentication method.
178-
179- 1 . Apex_l1_ig
180- 2 . Apex_l1_eg
181- 3 . Apex_l2_ig
182- 4 . Apex_l2_eg
183-
184- ** Note:** This is currently handled by the library
185-
186169#### httpMethod
187170
188171The HTTP method, i.e. ` GET ` , ` POST ` , etc.
0 commit comments