Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
ebbc0a1f
Commit
ebbc0a1f
authored
Aug 13, 2020
by
neelesh thakur
Committed by
Komal Makkar
Aug 21, 2020
Browse files
refactor
parent
f962c2ad
Changes
4
Hide whitespace changes
Inline
Side-by-side
notification-core/src/main/java/org/opengroup/osdu/notification/auth/AuthorizationService.java
deleted
100644 → 0
View file @
f962c2ad
/*
* Copyright 2017-2020, Schlumberger
*
* Licensed 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.
*/
package
org.opengroup.osdu.notification.auth
;
import
org.opengroup.osdu.core.common.model.http.DpsHeaders
;
public
interface
AuthorizationService
{
String
authorizeAny
(
DpsHeaders
headers
,
String
...
roles
);
}
notification-core/src/main/java/org/opengroup/osdu/notification/
util
s/IAppProperties.java
→
notification-core/src/main/java/org/opengroup/osdu/notification/
provider/interface
s/IAppProperties.java
View file @
ebbc0a1f
package
org.opengroup.osdu.notification.utils
;
public
interface
IAppProperties
{
String
getAuthorizeAPI
();
String
getRegisterAPI
();
...
...
notification-core/src/main/java/org/opengroup/osdu/notification/
util
s/IGoogleServiceAccount.java
→
notification-core/src/main/java/org/opengroup/osdu/notification/
provider/interface
s/IGoogleServiceAccount.java
View file @
ebbc0a1f
File moved
notification-core/src/main/java/org/opengroup/osdu/notification/
util
s/ServiceAccountValidator.java
→
notification-core/src/main/java/org/opengroup/osdu/notification/
provider/interface
s/ServiceAccountValidator.java
View file @
ebbc0a1f
...
...
@@ -17,6 +17,7 @@
package
org.opengroup.osdu.notification.utils
;
public
interface
ServiceAccountValidator
{
boolean
isValidPublisherServiceAccount
(
String
jwt
);
boolean
isValidServiceAccount
(
String
jwt
,
String
userIdentity
,
String
...
audiences
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment