Example usage for org.springframework.context MessageSourceAware interface-usage

List of usage examples for org.springframework.context MessageSourceAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.context MessageSourceAware interface-usage.

Usage

From source file gov.nih.nci.ess.ae.AdverseEventManagementImpl.java

/**
 * @author Denis G. Krylov
 * 
 */
public class AdverseEventManagementImpl implements ManagementI, MessageSourceAware {

From source file gov.nih.nci.ess.ae.AdverseEventProtocolImpl.java

/**
 * @author Denis G. Krylov
 * 
 */
public class AdverseEventProtocolImpl implements MessageSourceAware, AEProtocolI {

From source file gov.nih.nci.system.security.acegi.authentication.CSMX509AuthoritiesPopulator.java

/**
 * Populates the X509 authorities via an {@link org.acegisecurity.userdetails.UserDetailsService}.
 *
 */
public class CSMX509AuthoritiesPopulator implements X509AuthoritiesPopulator, InitializingBean, MessageSourceAware {
    //~ Static fields/initializers =====================================================================================

From source file gov.nih.nci.system.security.acegi.authentication.GridAuthenticationProvider.java

public class GridAuthenticationProvider implements AuthenticationProvider, InitializingBean, MessageSourceAware {
    private static final Log logger = LogFactory.getLog(GridAuthenticationProvider.class);

    //~ Instance fields ================================================================================================

    protected MessageSourceAccessor messages = AcegiMessageSource.getAccessor();

From source file net.firejack.platform.core.utils.MessageResolver.java

public class MessageResolver implements MessageSourceAware {

    private static Log logger = LogFactory.getLog(MessageResolver.class);

    private static MessageSource messageSource;

From source file net.sf.housekeeper.swing.ExportShoppingListCommand.java

/**
 * Lets the user select a file and exports the current shopping list.
 * 
 * @author Adrian Gygax
 * @version $Revision$, $Date$
 */

From source file org.acegisecurity.afterinvocation.AclEntryAfterInvocationProvider.java

/**
 * <p>Given a domain object instance returned from a secure object invocation, ensures the principal has
 * appropriate permission as defined by the {@link AclService}.</p>
 * <p>The <code>AclService</code> is used to retrieve the access control list (ACL) permissions associated with a
 * domain object instance for the current <code>Authentication</code> object.</p>
 * <p>This after invocation provider will fire if any  {@link ConfigAttribute#getAttribute()} matches the {@link

From source file org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider.java

/**
 * <p>Given a domain object instance returned from a secure object invocation, ensures the principal has
 * appropriate permission as defined by the {@link AclManager}.</p>
 *  <p>The <code>AclManager</code> is used to retrieve the access control list (ACL) permissions associated with a
 * domain object instance for the current <code>Authentication</code> object. This class is designed to process {@link
 * AclEntry}s that are subclasses of {@link org.acegisecurity.acl.basic.BasicAclEntry} only. Generally these are

From source file org.acegisecurity.intercept.AbstractSecurityInterceptor.java

/**
 * Abstract class that implements security interception for secure objects.
 * <p>
 * The <code>AbstractSecurityInterceptor</code> will ensure the proper startup
 * configuration of the security interceptor. It will also implement the proper
 * handling of secure object invocations, being:

From source file org.acegisecurity.ldap.DefaultInitialDirContextFactory.java

/**
 * Encapsulates the information for connecting to an LDAP server and provides an access point for obtaining
 * <tt>DirContext</tt> references.
 * <p>
 * The directory location is configured using by setting the constructor argument
 * <tt>providerUrl</tt>. This should be in the form <tt>ldap://monkeymachine.co.uk:389/dc=acegisecurity,dc=org</tt>.