Class DefaultReverseProxyAuthenticator

  • All Implemented Interfaces:
    ReverseProxyAuthenticator, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware

    public class DefaultReverseProxyAuthenticator
    extends Object
    implements ReverseProxyAuthenticator, org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware
    Author:
    Wilder Rodrigues (wrodrigues@schubergphilis.com)
    • Field Detail

      • messages

        protected org.springframework.context.support.MessageSourceAccessor messages
    • Constructor Detail

      • DefaultReverseProxyAuthenticator

        public DefaultReverseProxyAuthenticator​(String username,
                                                @CheckForNull
                                                GrantedAuthority[] authorities)
    • Method Detail

      • setMessageSource

        public void setMessageSource​(@NonNull
                                     org.springframework.context.MessageSource messageSource)
        Specified by:
        setMessageSource in interface org.springframework.context.MessageSourceAware
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception