Index

A B C D E G H I M N O P R S T 
All Classes and Interfaces|All Packages|Serialized Form

A

AuthenticatedService - Class in org.gcube.service.helloworld.rest
 
AuthenticatedService() - Constructor for class org.gcube.service.helloworld.rest.AuthenticatedService
 
authorized() - Method in class org.gcube.service.helloworld.rest.AuthenticatedService
 
authorizedMember() - Method in class org.gcube.service.helloworld.rest.AuthenticatedService
 
authorizedOrg() - Method in class org.gcube.service.helloworld.rest.AuthenticatedService
 

B

badRequest() - Method in class org.gcube.service.helloworld.rest.ExcludeAuthorizationService
 

C

check() - Method in class org.gcube.service.helloworld.health.CreateTempFileCheck
 
ContainerConfigurationSerializer - Class in org.gcube.service.helloworld.serializers
Jackson serializer for ContainerConfiguration
ContainerConfigurationSerializer() - Constructor for class org.gcube.service.helloworld.serializers.ContainerConfigurationSerializer
 
ContainerConfigurationSerializer(Class<ContainerConfiguration>) - Constructor for class org.gcube.service.helloworld.serializers.ContainerConfigurationSerializer
 
ContainerContextSerializer - Class in org.gcube.service.helloworld.serializers
Jackson serializer for ContainerContext
ContainerContextSerializer() - Constructor for class org.gcube.service.helloworld.serializers.ContainerContextSerializer
 
ContainerContextSerializer(Class<ContainerContext>) - Constructor for class org.gcube.service.helloworld.serializers.ContainerContextSerializer
 
ContextSerializator - Class in org.gcube.service.helloworld.serializers
Jackson Serialization utils for Smartgear Context classes
ContextSerializator() - Constructor for class org.gcube.service.helloworld.serializers.ContextSerializator
 
CreateTempFileCheck - Class in org.gcube.service.helloworld.health
this class is used to add checks about components used by the service (DB, external FS, other services etc.
CreateTempFileCheck() - Constructor for class org.gcube.service.helloworld.health.CreateTempFileCheck
 

D

details() - Method in class org.gcube.service.helloworld.rest.HelloService
 

E

ExcludeAuthorizationService - Class in org.gcube.service.helloworld.rest
 
ExcludeAuthorizationService() - Constructor for class org.gcube.service.helloworld.rest.ExcludeAuthorizationService
 
exludedMethod() - Method in class org.gcube.service.helloworld.rest.ExcludeAuthorizationService
this method doesn't need authorization and the SecretManagerProvider is null see to implement this behavior add to excludes section in your application.yaml - path: /{path-to-your-method-path} example for this method - path: /excluded

G

getContainerDict(ContainerContext) - Static method in class org.gcube.service.helloworld.utils.RestUtils
 
getMessage() - Method in class org.gcube.service.helloworld.beans.ResponseBean
 
getName() - Method in class org.gcube.service.helloworld.health.CreateTempFileCheck
 
getResult() - Method in class org.gcube.service.helloworld.beans.ResponseBean
 
getSerializer() - Static method in class org.gcube.service.helloworld.serializers.ContextSerializator
 
getUserDict(Owner) - Static method in class org.gcube.service.helloworld.utils.RestUtils
 

H

hello() - Method in class org.gcube.service.helloworld.rest.HelloService
Hello
HelloService - Class in org.gcube.service.helloworld.rest
 
HelloService() - Constructor for class org.gcube.service.helloworld.rest.HelloService
 
HelloWorldManager - Class in org.gcube.service.helloworld
This class is used to Manage the application initialization and shutdown per context; The init and shutdown methods are called one per context in which the app is running respectively at init and a shutdown time.
HelloWorldManager() - Constructor for class org.gcube.service.helloworld.HelloWorldManager
 

I

isSuccess() - Method in class org.gcube.service.helloworld.beans.ResponseBean
 

M

message - Variable in class org.gcube.service.helloworld.beans.ResponseBean
An error message if something wrong happened, null/empty otherwise

N

notFound() - Method in class org.gcube.service.helloworld.rest.ExcludeAuthorizationService
 

O

onInit() - Method in class org.gcube.service.helloworld.HelloWorldManager
onShutdown() - Method in class org.gcube.service.helloworld.HelloWorldManager
org.gcube.service.helloworld - package org.gcube.service.helloworld
 
org.gcube.service.helloworld.annotation - package org.gcube.service.helloworld.annotation
 
org.gcube.service.helloworld.beans - package org.gcube.service.helloworld.beans
 
org.gcube.service.helloworld.health - package org.gcube.service.helloworld.health
 
org.gcube.service.helloworld.rest - package org.gcube.service.helloworld.rest
 
org.gcube.service.helloworld.serializers - package org.gcube.service.helloworld.serializers
 
org.gcube.service.helloworld.utils - package org.gcube.service.helloworld.utils
 
OwnerSerializer - Class in org.gcube.service.helloworld.serializers
Jackson serializer for Owner
OwnerSerializer() - Constructor for class org.gcube.service.helloworld.serializers.OwnerSerializer
 
OwnerSerializer(Class<Owner>) - Constructor for class org.gcube.service.helloworld.serializers.OwnerSerializer
 

P

PURGE - Annotation Type in org.gcube.service.helloworld.annotation
 

R

ResourceInitializer - Class in org.gcube.service.helloworld
 
ResourceInitializer() - Constructor for class org.gcube.service.helloworld.ResourceInitializer
 
ResponseBean - Class in org.gcube.service.helloworld.beans
Response bean
ResponseBean() - Constructor for class org.gcube.service.helloworld.beans.ResponseBean
 
ResponseBean(boolean, String, Object) - Constructor for class org.gcube.service.helloworld.beans.ResponseBean
 
RestUtils - Class in org.gcube.service.helloworld.utils
 
RestUtils() - Constructor for class org.gcube.service.helloworld.utils.RestUtils
 
result - Variable in class org.gcube.service.helloworld.beans.ResponseBean
The result object of the request

S

serialize(Owner, JsonGenerator, SerializerProvider) - Method in class org.gcube.service.helloworld.serializers.OwnerSerializer
 
serialize(ContainerConfiguration, JsonGenerator, SerializerProvider) - Method in class org.gcube.service.helloworld.serializers.ContainerConfigurationSerializer
 
serialize(ContainerContext, JsonGenerator, SerializerProvider) - Method in class org.gcube.service.helloworld.serializers.ContainerContextSerializer
 
serialize(SimpleCredentials, JsonGenerator, SerializerProvider) - Method in class org.gcube.service.helloworld.serializers.SimpleCredentialsSerializer
 
ServiceExceptionMapper - Class in org.gcube.service.helloworld.rest
 
ServiceExceptionMapper() - Constructor for class org.gcube.service.helloworld.rest.ServiceExceptionMapper
 
setMessage(String) - Method in class org.gcube.service.helloworld.beans.ResponseBean
 
setResult(Object) - Method in class org.gcube.service.helloworld.beans.ResponseBean
 
setSuccess(boolean) - Method in class org.gcube.service.helloworld.beans.ResponseBean
 
SimpleCredentialsSerializer - Class in org.gcube.service.helloworld.serializers
Jackson serializer for SimpleCredentials
SimpleCredentialsSerializer() - Constructor for class org.gcube.service.helloworld.serializers.SimpleCredentialsSerializer
 
SimpleCredentialsSerializer(Class<SimpleCredentials>) - Constructor for class org.gcube.service.helloworld.serializers.SimpleCredentialsSerializer
 
success - Variable in class org.gcube.service.helloworld.beans.ResponseBean
The result of the request: true if it succeeded, false otherwise

T

testPurge() - Method in class org.gcube.service.helloworld.rest.ExcludeAuthorizationService
 
toResponse(Exception) - Method in class org.gcube.service.helloworld.rest.ServiceExceptionMapper
 
toString() - Method in class org.gcube.service.helloworld.beans.ResponseBean
 
A B C D E G H I M N O P R S T 
All Classes and Interfaces|All Packages|Serialized Form