Skip navigation links
A C D E G H I J O P R S W 

A

AbstractFactory<T> - Class in org.symphonyoss.symphony.apps.authentication
Common factory methods.
AbstractFactory() - Constructor for class org.symphonyoss.symphony.apps.authentication.AbstractFactory
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.symphonyoss.symphony.apps.authentication.filter.CorsFilter
 
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.symphonyoss.symphony.apps.authentication.filter.CorsFilter
 
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.symphonyoss.symphony.apps.authentication.filter.CorsFilter
 
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.symphonyoss.symphony.apps.authentication.filter.CorsFilter
 
ALLOW_METHODS - Static variable in class org.symphonyoss.symphony.apps.authentication.filter.CorsFilter
 

C

CONTENT_TYPE_HEADER - Static variable in class org.symphonyoss.symphony.apps.authentication.filter.CorsFilter
 
CorsFilter - Class in org.symphonyoss.symphony.apps.authentication.filter
Web filter to enable Cross-Origin Resource Sharing.
CorsFilter() - Constructor for class org.symphonyoss.symphony.apps.authentication.filter.CorsFilter
 

D

destroy() - Method in class org.symphonyoss.symphony.apps.authentication.filter.CorsFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.symphonyoss.symphony.apps.authentication.filter.CorsFilter
 

E

EnvPropertiesServicesInfoProvider - Class in org.symphonyoss.symphony.apps.authentication.endpoints
Implementation class to retrieve the POD and session auth base URL's from system properties or environment variables Created by rsanchez on 10/01/18.
EnvPropertiesServicesInfoProvider() - Constructor for class org.symphonyoss.symphony.apps.authentication.endpoints.EnvPropertiesServicesInfoProvider
 
equals(Object) - Method in class org.symphonyoss.symphony.apps.authentication.certificate.model.PodCertificate
 
equals(Object) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
equals(Object) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 

G

getApplicationId() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
getAvatarSmallUrl() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
getAvatarUrl() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
getCertificate() - Method in class org.symphonyoss.symphony.apps.authentication.certificate.model.PodCertificate
 
getCompany() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
getCompanyId() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
getCompanyName() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
getComponent() - Method in class org.symphonyoss.symphony.apps.authentication.AbstractFactory
 
getDisplayName() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
getEmailAddress() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
getExpirationDate() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
getExpirationDateInSeconds() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
getFirstName() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
getId() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
getInstance() - Static method in class org.symphonyoss.symphony.apps.authentication.certificate.PodCertificateClientFactory
 
getInstance() - Static method in class org.symphonyoss.symphony.apps.authentication.endpoints.ServicesInfoProviderFactory
 
getInstance() - Static method in class org.symphonyoss.symphony.apps.authentication.json.JsonParserFactory
 
getLastName() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
getLocation() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
getPodBaseUrl() - Method in class org.symphonyoss.symphony.apps.authentication.endpoints.EnvPropertiesServicesInfoProvider
 
getPodBaseUrl() - Method in interface org.symphonyoss.symphony.apps.authentication.endpoints.ServicesInfoProvider
 
getPodPublicCertificate() - Method in interface org.symphonyoss.symphony.apps.authentication.certificate.PodCertificateClient
Retrieve and return the POD public certificate in PEM format.
getPodPublicCertificate() - Method in class org.symphonyoss.symphony.apps.authentication.certificate.PodCertificateJerseyClient
 
getPodPublicKey() - Method in class org.symphonyoss.symphony.apps.authentication.certificate.PodCertificateService
Gets a public key from a POD public certificate.
getSessionAuthBaseUrl() - Method in class org.symphonyoss.symphony.apps.authentication.endpoints.EnvPropertiesServicesInfoProvider
 
getSessionAuthBaseUrl() - Method in interface org.symphonyoss.symphony.apps.authentication.endpoints.ServicesInfoProvider
 
getTitle() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
getUser() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
getUserId() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
getUsername() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 

H

hasComponent() - Method in class org.symphonyoss.symphony.apps.authentication.AbstractFactory
 
hashCode() - Method in class org.symphonyoss.symphony.apps.authentication.certificate.model.PodCertificate
 
hashCode() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
hashCode() - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 

I

init(FilterConfig) - Method in class org.symphonyoss.symphony.apps.authentication.filter.CorsFilter
 

J

JacksonParser - Class in org.symphonyoss.symphony.apps.authentication.json
JSON parser implementation.
JacksonParser() - Constructor for class org.symphonyoss.symphony.apps.authentication.json.JacksonParser
 
JsonParser - Interface in org.symphonyoss.symphony.apps.authentication.json
Interface to parse JSON documents.
JsonParserFactory - Class in org.symphonyoss.symphony.apps.authentication.json
Factory to build JsonParser component Created by rsanchez on 10/01/18.
JwtPayload - Class in org.symphonyoss.symphony.apps.authentication.jwt.model
Holds the Symphony's user authentication data as a JWT.
JwtPayload() - Constructor for class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
JwtPayload(String, String, String, Long, JwtUser) - Constructor for class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
JwtProcessingException - Exception in org.symphonyoss.symphony.apps.authentication.jwt.exception
Exception to report JWT processing failures.
JwtProcessingException(String, Throwable) - Constructor for exception org.symphonyoss.symphony.apps.authentication.jwt.exception.JwtProcessingException
 
JwtService - Class in org.symphonyoss.symphony.apps.authentication.jwt
Component responsible for handling JWT stuff.
JwtService(Integer, Integer) - Constructor for class org.symphonyoss.symphony.apps.authentication.jwt.JwtService
 
JwtUser - Class in org.symphonyoss.symphony.apps.authentication.jwt.model
Holds the JWT authentication user data Created by campidelli on 16/08/17.
JwtUser() - Constructor for class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 

O

OPTIONS_METHOD - Static variable in class org.symphonyoss.symphony.apps.authentication.filter.CorsFilter
 
org.symphonyoss.symphony.apps.authentication - package org.symphonyoss.symphony.apps.authentication
 
org.symphonyoss.symphony.apps.authentication.certificate - package org.symphonyoss.symphony.apps.authentication.certificate
 
org.symphonyoss.symphony.apps.authentication.certificate.exception - package org.symphonyoss.symphony.apps.authentication.certificate.exception
 
org.symphonyoss.symphony.apps.authentication.certificate.model - package org.symphonyoss.symphony.apps.authentication.certificate.model
 
org.symphonyoss.symphony.apps.authentication.endpoints - package org.symphonyoss.symphony.apps.authentication.endpoints
 
org.symphonyoss.symphony.apps.authentication.filter - package org.symphonyoss.symphony.apps.authentication.filter
 
org.symphonyoss.symphony.apps.authentication.json - package org.symphonyoss.symphony.apps.authentication.json
 
org.symphonyoss.symphony.apps.authentication.jwt - package org.symphonyoss.symphony.apps.authentication.jwt
 
org.symphonyoss.symphony.apps.authentication.jwt.exception - package org.symphonyoss.symphony.apps.authentication.jwt.exception
 
org.symphonyoss.symphony.apps.authentication.jwt.model - package org.symphonyoss.symphony.apps.authentication.jwt.model
 
org.symphonyoss.symphony.apps.authentication.utils - package org.symphonyoss.symphony.apps.authentication.utils
 
ORIGIN_HEADER - Static variable in class org.symphonyoss.symphony.apps.authentication.filter.CorsFilter
 

P

parseJwtPayload(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.JwtService
Get JWT payload in the local cache based on encoded JWT or load it.
PodCertificate - Class in org.symphonyoss.symphony.apps.authentication.certificate.model
Pod public certificate in PEM format.
PodCertificate() - Constructor for class org.symphonyoss.symphony.apps.authentication.certificate.model.PodCertificate
 
PodCertificate(String) - Constructor for class org.symphonyoss.symphony.apps.authentication.certificate.model.PodCertificate
 
PodCertificateClient - Interface in org.symphonyoss.symphony.apps.authentication.certificate
Interface to implement HTTP Client to retrieve POD certificate.
PodCertificateClientFactory - Class in org.symphonyoss.symphony.apps.authentication.certificate
Factory to build PodCertificateClient component Created by rsanchez on 09/01/18.
PodCertificateException - Exception in org.symphonyoss.symphony.apps.authentication.certificate.exception
Exception to report failures to retrieve POD certificate Created by rsanchez on 09/01/18.
PodCertificateException(String) - Constructor for exception org.symphonyoss.symphony.apps.authentication.certificate.exception.PodCertificateException
 
PodCertificateException(String, Throwable) - Constructor for exception org.symphonyoss.symphony.apps.authentication.certificate.exception.PodCertificateException
 
PodCertificateJerseyClient - Class in org.symphonyoss.symphony.apps.authentication.certificate
HTTP Client to retrieve POD certificate.
PodCertificateJerseyClient(Integer, Integer) - Constructor for class org.symphonyoss.symphony.apps.authentication.certificate.PodCertificateJerseyClient
 
PodCertificateService - Class in org.symphonyoss.symphony.apps.authentication.certificate
Component to retrieve POD public key.
PodCertificateService() - Constructor for class org.symphonyoss.symphony.apps.authentication.certificate.PodCertificateService
 
PropertiesReader - Class in org.symphonyoss.symphony.apps.authentication.utils
Utility class to read parameters from system properties or environment variables.
PropertiesReader() - Constructor for class org.symphonyoss.symphony.apps.authentication.utils.PropertiesReader
 

R

readProperty(String, String) - Static method in class org.symphonyoss.symphony.apps.authentication.utils.PropertiesReader
 
readRequiredProperty(String, String) - Static method in class org.symphonyoss.symphony.apps.authentication.utils.PropertiesReader
 

S

ServicesInfoProvider - Interface in org.symphonyoss.symphony.apps.authentication.endpoints
Interface to retrieve the POD and session auth base URL's Created by rsanchez on 09/01/18.
ServicesInfoProviderFactory - Class in org.symphonyoss.symphony.apps.authentication.endpoints
Factory to build ServicesInfoProvider component Created by rsanchez on 09/01/18.
setApplicationId(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
setAvatarSmallUrl(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
setAvatarUrl(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
setCertificate(String) - Method in class org.symphonyoss.symphony.apps.authentication.certificate.model.PodCertificate
 
setCompany(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
setCompanyId(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
setCompanyName(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
setComponent(T) - Method in class org.symphonyoss.symphony.apps.authentication.AbstractFactory
 
setDisplayName(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
setEmailAddress(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
setExpirationDateInSeconds(Long) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
setFirstName(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
setId(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
setLastName(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
setLocation(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
setTitle(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 
setUser(JwtUser) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
setUserId(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload
 
setUsername(String) - Method in class org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser
 

W

writeToObject(String, Class<T>) - Method in class org.symphonyoss.symphony.apps.authentication.json.JacksonParser
 
writeToObject(String, Class<T>) - Method in interface org.symphonyoss.symphony.apps.authentication.json.JsonParser
 
writeToString(Object) - Method in class org.symphonyoss.symphony.apps.authentication.json.JacksonParser
 
writeToString(Object) - Method in interface org.symphonyoss.symphony.apps.authentication.json.JsonParser
 
A C D E G H I J O P R S W 
Skip navigation links

Copyright © 2018 Symphony. All rights reserved.