Index

D G H I L M P S 
All Classes and Interfaces|All Packages|Constant Field Values

D

de.dlr.proseo.ui.backend - package de.dlr.proseo.ui.backend
Common classes for the prosEO User Interface component
deleteFromService(String, String, String, String) - Method in class de.dlr.proseo.ui.backend.ServiceConnection
Calls a prosEO service at the given location with HTTP DELETE
doLogin(String, String, String, boolean) - Method in class de.dlr.proseo.ui.backend.LoginManager
Log in to prosEO
doLogout() - Method in class de.dlr.proseo.ui.backend.LoginManager
Log the logged in user out from prosEO

G

getArchiveManagerUrl() - Method in class de.dlr.proseo.ui.backend.ServiceConfiguration
Gets the URL of the prosEO Archive Manager component
getAuthorities() - Method in class de.dlr.proseo.ui.backend.LoginManager
Gets the authorities granted to the user after login
getFacilityManagerUrl() - Method in class de.dlr.proseo.ui.backend.ServiceConfiguration
Gets the URL of the prosEO Facility Manager component
getFromService(String, String, Class<T>, String, String) - Method in class de.dlr.proseo.ui.backend.ServiceConnection
Calls a prosEO service at the given location with HTTP GET
getHttpTimeout() - Method in class de.dlr.proseo.ui.backend.ServiceConfiguration
Gets the default timeout for HTTP connections
getIngestorUrl() - Method in class de.dlr.proseo.ui.backend.ServiceConfiguration
Gets the URL of the prosEO Ingestor component
getMission() - Method in class de.dlr.proseo.ui.backend.LoginManager
Gets the code of the mission the current user is logged in to
getMissionPrefix() - Method in class de.dlr.proseo.ui.backend.LoginManager
Gets the mission prefix consisting of the code of the mission the current user is logged in to appended with "-"
getOrderManagerUrl() - Method in class de.dlr.proseo.ui.backend.ServiceConfiguration
Gets the URL of the prosEO Order Manager component
getPassword() - Method in class de.dlr.proseo.ui.backend.LoginManager
Gets the password of the logged in user
getProcessorManagerUrl() - Method in class de.dlr.proseo.ui.backend.ServiceConfiguration
Gets the URL of the prosEO Processor Manager component
getProductClassManagerUrl() - Method in class de.dlr.proseo.ui.backend.ServiceConfiguration
Gets the URL of the prosEO Product Class Manager component
getProductionPlannerUrl() - Method in class de.dlr.proseo.ui.backend.ServiceConfiguration
Gets the URL of the prosEO Production Planner component
getRoles() - Method in class de.dlr.proseo.ui.backend.LoginManager
Get user roles
getUser() - Method in class de.dlr.proseo.ui.backend.LoginManager
Gets the name of the logged in user for service authentication (including mission prefix)
getUserManagerUrl() - Method in class de.dlr.proseo.ui.backend.ServiceConfiguration
Gets the URL of the prosEO User Manager component

H

hasRole(UserRole) - Method in class de.dlr.proseo.ui.backend.LoginManager
Checks whether the logged in user has the given role

I

isPasswordStrengthOk(String) - Method in class de.dlr.proseo.ui.backend.LoginManager
Test the given password against the configured password strength parameters (length, element groups used)

L

LoginManager - Class in de.dlr.proseo.ui.backend
Management of user login and logout (thread safe)
LoginManager() - Constructor for class de.dlr.proseo.ui.backend.LoginManager
 

M

MISSION_PREFIX_CHAR - Static variable in class de.dlr.proseo.ui.backend.LoginManager
 

P

patchToService(String, String, Object, Class<T>, String, String) - Method in class de.dlr.proseo.ui.backend.ServiceConnection
Calls a prosEO service at the given location with HTTP Patch
postToService(String, String, Object, Class<T>, String, String) - Method in class de.dlr.proseo.ui.backend.ServiceConnection
Calls a prosEO service at the given location with HTTP Post
putToService(String, String, Class<T>, String, String) - Method in class de.dlr.proseo.ui.backend.ServiceConnection
Calls a prosEO service at the given location with HTTP PUT

S

ServiceConfiguration - Class in de.dlr.proseo.ui.backend
Configuration class for the prosEO User Interface (both GUI and CLI)
ServiceConfiguration() - Constructor for class de.dlr.proseo.ui.backend.ServiceConfiguration
 
ServiceConnection - Class in de.dlr.proseo.ui.backend
Service class to connect to the prosEO backend services from the user interface
ServiceConnection() - Constructor for class de.dlr.proseo.ui.backend.ServiceConnection
 
D G H I L M P S 
All Classes and Interfaces|All Packages|Constant Field Values