Class AbstractDelegatingApplicationService

java.lang.Object
com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
All Implemented Interfaces:
ApplicationService
Direct Known Subclasses:
AllowingAuthenticateByEmailApplicationService, CachingApplicationService, TranslatingApplicationService

public abstract class AbstractDelegatingApplicationService extends Object implements ApplicationService
An implementation of ApplicationService that delegates all methods to another ApplicationService. Subclasses can override specific methods to change the behaviour.
Since:
v2.7