public class InformationExchangePostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
Logger available to subclasses
|
| Constructor and Description |
|---|
InformationExchangePostProcessor(InformationExchangeJwtProperties jwtProperties,
org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
protected io.jsonwebtoken.Claims |
parseInformationExchangeClaims(InformationExchange info,
String jti) |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
protected final org.apache.commons.logging.Log logger
public InformationExchangePostProcessor(InformationExchangeJwtProperties jwtProperties, org.springframework.context.ApplicationContext applicationContext)
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionprotected io.jsonwebtoken.Claims parseInformationExchangeClaims(InformationExchange info, String jti)
Copyright © 2012–2020 ARECAP. All rights reserved.