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 com.krawler.spring.importFunctionality.ImportController.java

public class ImportController extends MultiActionController implements MessageSourceAware {
    private ImportDAO importDao;
    public ImportHandler importHandler;
    private fieldManagerDAO fieldManagerDAOobj;
    private MessageSource mSource;

From source file com.krawler.spring.organizationChart.bizservice.OrganizationServiceDAOImpl.java

/**
 *
 * @author Kuldeep Singh
 */
public class OrganizationServiceDAOImpl implements OrganizationServiceDAO, MessageSourceAware {

From source file com.krawler.spring.organizationChart.organizationChartController.java

/**
 *
 * @author Kuldeep Singh
 */
public class organizationChartController extends MultiActionController implements MessageSourceAware {

From source file com.krawler.spring.profileHandler.profileHandlerController.java

public class profileHandlerController extends MultiActionController implements MessageSourceAware {
    public static final int IMG_SIZE_LARGE = 200;
    public static final int IMG_SIZE_MEDIUM = 100;
    public static final int IMG_SIZE_SMALL = 35;

    private profileHandlerDAO profileHandlerDAOObj;

From source file de.thorstenberger.examServer.ws.remoteusermanager.HTTPAuthAuthenticationProvider.java

/**
 * Authenticate against a http authentification, e.g. an .htaccess secured url.
 *
 * @author Thorsten Berger
 * @author Steffen Dienst
 *

From source file de.thorstenberger.examServer.ws.remoteusermanager.RadiusAuthenticationProvider.java

/**
 * Authenticate against a radius server (not challenge based!). See RFC 2865.
 *
 * @author Steffen Dienst
 *
 */

From source file de.thorstenberger.examServer.ws.remoteusermanager.ShibbolethAuthenticationProvider.java

/**
 * Rudimentary start of a shibboleth client implementation. Misses verification of the shibboleth response atm. NOT
 * WORKING YET!
 *
 * @author Steffen Dienst
 *

From source file fr.insalyon.creatis.vip.api.rest.security.apikey.ApikeyAuthenticationProvider.java

/**
 * Created by abonnet on 7/25/16.
 *
 * Authenticate a user with its api key.
 * Automaticaly taken into account by spring security by implementing {@link AuthenticationProvider}
 */

From source file gov.nih.nci.cabig.caaers.api.impl.StudyProcessorImpl.java

/**
 * The implementation will manage (create/update) {@link Study}
 * @author Monish Dombla
 * @author Biju Joseph
 * @author Ion C. Olaru
 */

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

/**
 * @author Denis G. Krylov
 * 
 */
public class AdverseEventAdvancedQueryImpl implements MessageSourceAware, AEAdvancedQueryI {