ayyoob
c3f23fa564
fixed multi tenant issues after testing custom device type impl
8 years ago
megala21
47ce861b49
Fixing basic authenticator issue
8 years ago
megala21
4560348697
Fixing isses in authentication
8 years ago
megala21
121c289b39
Adding security filters to web.xml
8 years ago
ayyoob
9967d6e7da
few fixes after testing mqtt authorisation flow
...
(cherry picked from commit 4aba08b)
8 years ago
ayyoob
8a842e8f8e
restricted basic auth support
8 years ago
ayyoob
5e4b0564b7
added permission fix for operation and synchronised application creation to avoid duplicate subscription
8 years ago
ayyoob
c088a9bc93
fixed api subscribe issue for device specific app creation
8 years ago
ayyoob
dac7d3c1ee
made device management to be default tag
8 years ago
Milan Perera
2b4a3cde61
Fixed conflicts and merged
8 years ago
Milan Perera
21d8d14b7e
Fixed multy tenancy issues related to android device type
8 years ago
ayyoob
1370b87618
fixed apim application issue
8 years ago
ayyoob
e74b4e23c4
removed apim dependency from cdmf
8 years ago
ayyoob
5927064435
apim seperation
8 years ago
ayyoob
cdd144237f
removed unused parameter
8 years ago
ayyoob
2fbaf31b93
fixed permission and assigned environment variables for url context
8 years ago
Maninda
0fb5a577b8
Fixed some issues found in FindBugs security analysis.
8 years ago
GPrathap
7807ed77da
removed hardcoded validity period while creating application in APIM
8 years ago
GPrathap
c969013ca2
added new property : validity Period
8 years ago
ayyoob
fede8ec409
few changes after testing with authoriser
8 years ago
ayyoob
fe263efe60
changed device access verification approach
8 years ago
ayyoob
3140c36f7b
added missing license headers
8 years ago
ayyoob
5727886ea1
few changes after apimgt integration
8 years ago
mharindu
bd41e4f4fb
Implemented scope based authorization in device-mgt UI module
8 years ago
Timo Briddigkeit
ed07774552
Fixed literal string comparison.
...
This line is in the form of
String str = ...
str.equals("someOtherString");
//or
str.compareTo("someOtherString");
A NullPointerException may occur if the String variable str is null. If instead the code was restructured to
String str = ...
"someOtherString".equals(str);
//or
"someOtherString".compareTo(str);
that is, call equals() or compareTo() on the string literal, passing the variable as an argument, this exception could never happen as both equals() and compareTo() check for null.
8 years ago
ayyoob
ba6e202442
Few changes added after testing with the cluster
8 years ago
mharindu
106be76118
Fixed issues of API publishing to gateway
9 years ago
mharindu
66ccad65cf
Partial commit for APIM Gateway migration
9 years ago
ayyoob
ba47af3186
added api application registration filter
9 years ago
ayyoob
d3418462d9
few changes in api manager application registration
9 years ago
ayyoob
afe965e787
adding code review changes on JWT and API App registration
9 years ago
charithag
3e4ccf6337
Add missing features and component from IoTS-1.0.0-M4
9 years ago