Sample code for querying ATS server and validating the returned auth
token.
This commit is contained in:
8
CASA-auth-token/sample/Makefile
Normal file
8
CASA-auth-token/sample/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all: tokenValidate.class
|
||||
|
||||
tokenValidate.class: tokenValidate.java
|
||||
javac -classpath /srv/www/casaats/webapps/CasaAuthTokenSvc/WEB-INF/classes tokenValidate.java
|
||||
|
||||
clean:
|
||||
rm -f *.class
|
||||
|
||||
Reference in New Issue
Block a user