public class

SpringSecurityMessageSource

extends ResourceBundleMessageSource
java.lang.Object
   ↳ org.springframework.context.support.AbstractMessageSource
     ↳ org.springframework.context.support.ResourceBundleMessageSource
       ↳ org.springframework.security.core.SpringSecurityMessageSource

Class Overview

The default MessageSource used by Spring Security.

All Spring Security classes requiring messge localization will by default use this class. However, all such classes will also implement MessageSourceAware so that the application context can inject an alternative message source. Therefore this class is only used when the deployment environment has not specified an alternative message source.

Summary

[Expand]
Inherited Fields
From class org.springframework.context.support.AbstractMessageSource
Public Constructors
SpringSecurityMessageSource()
Public Methods
static MessageSourceAccessor getAccessor()
[Expand]
Inherited Methods
From class org.springframework.context.support.ResourceBundleMessageSource
From class org.springframework.context.support.AbstractMessageSource
From class java.lang.Object
From interface org.springframework.context.HierarchicalMessageSource
From interface org.springframework.context.MessageSource

Public Constructors

public SpringSecurityMessageSource ()

Public Methods

public static MessageSourceAccessor getAccessor ()