Package org.gcube.event.publisher
Class HTTPWithUMAAuthEventSender
java.lang.Object
org.gcube.event.publisher.HTTPWithOIDCAuthEventSender
org.gcube.event.publisher.HTTPWithUMAAuthEventSender
- All Implemented Interfaces:
EventSender
public class HTTPWithUMAAuthEventSender extends HTTPWithOIDCAuthEventSender
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gcube.event.publisher.HTTPWithOIDCAuthEventSender
HTTPWithOIDCAuthEventSender.HTTPost -
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Loggerlog -
Constructor Summary
-
Method Summary
Modifier and Type Method Description protected org.gcube.oidc.rest.JWTTokengetAuthorizationToken()Methods inherited from class org.gcube.event.publisher.HTTPWithOIDCAuthEventSender
getTokenURL, send
-
Field Details
-
log
protected static final org.slf4j.Logger log
-
-
Constructor Details
-
HTTPWithUMAAuthEventSender
-
-
Method Details
-
getAuthorizationToken
protected org.gcube.oidc.rest.JWTToken getAuthorizationToken() throws org.gcube.oidc.rest.OpenIdConnectRESTHelperException- Overrides:
getAuthorizationTokenin classHTTPWithOIDCAuthEventSender- Throws:
org.gcube.oidc.rest.OpenIdConnectRESTHelperException
-