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

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

Introduction

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

Usage

From source file org.cloudfoundry.identity.uaa.login.saml.LoginSamlAuthenticationProvider.java

public class LoginSamlAuthenticationProvider extends SAMLAuthenticationProvider
        implements ApplicationEventPublisherAware {
    private final static Log logger = LogFactory.getLog(LoginSamlAuthenticationProvider.class);
    private UaaUserDatabase userDatabase;
    private ApplicationEventPublisher eventPublisher;
    private IdentityProviderProvisioning identityProviderProvisioning;

From source file org.cloudfoundry.identity.uaa.oauth.approval.JdbcApprovalStore.java

public class JdbcApprovalStore implements ApprovalStore, ApplicationEventPublisherAware {

    private final JdbcTemplate jdbcTemplate;

    private JdbcPagingListFactory pagingListFactory;

From source file org.cloudfoundry.identity.uaa.oauth.token.UaaTokenServices.java

/**
 * This class provides token services for the UAA. It handles the production and
 * consumption of UAA tokens.
 * 
 */
public class UaaTokenServices implements AuthorizationServerTokenServices, ResourceServerTokenServices,

From source file org.cloudfoundry.identity.uaa.oauth.UaaTokenServices.java

/**
 * This class provides token services for the UAA. It handles the production and
 * consumption of UAA tokens.
 *
 */
public class UaaTokenServices implements AuthorizationServerTokenServices, ResourceServerTokenServices,

From source file org.cloudfoundry.identity.uaa.provider.IdentityProviderEndpoints.java

@RequestMapping("/identity-providers")
@RestController
public class IdentityProviderEndpoints implements ApplicationEventPublisherAware {

    protected static Log logger = LogFactory.getLog(IdentityProviderEndpoints.class);

From source file org.cloudfoundry.identity.uaa.provider.saml.LoginSamlAuthenticationProvider.java

public class LoginSamlAuthenticationProvider extends SAMLAuthenticationProvider
        implements ApplicationEventPublisherAware {
    private final static Log logger = LogFactory.getLog(LoginSamlAuthenticationProvider.class);
    private UaaUserDatabase userDatabase;
    private ApplicationEventPublisher eventPublisher;
    private IdentityProviderProvisioning identityProviderProvisioning;

From source file org.cloudfoundry.identity.uaa.scim.endpoints.ScimUserEndpoints.java

/**
 * User provisioning and query endpoints. Implements the core API from the
 * Simple Cloud Identity Management (SCIM)
 * group. Exposes basic CRUD and query features for user accounts in a backend
 * database.
 *

From source file org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceDynamicInterceptor.java

/**
 * Interceptor adding dynamic behaviour for unary service (..1 cardinality). It will look for a service using the given
 * filter, retrying if the service is down or unavailable. Will dynamically rebound a new service, if one is available
 * with a higher service ranking and the interceptor is non sticky.
 * 
 * <p/> In case no service is available, it will throw an exception.

From source file org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean.java

/**
 * OSGi (single) service importer. This implementation creates a managed OSGi service proxy that handles the OSGi
 * service dynamics. The returned proxy will select only the best matching OSGi service for the configuration criteria.
 * If the select service goes away (at any point in time), the proxy will automatically search for a replacement without
 * the user intervention.
 * 

From source file org.jahia.services.templates.JahiaTemplateManagerService.java

/**
 * Template and template set deployment and management service.
 *
 * @author Sergiy Shyrkov
 */
public class JahiaTemplateManagerService extends JahiaService