com.atlassian.jira.dev.backdoor
Class PlaintextEncoderLoader

java.lang.Object
  extended by com.atlassian.jira.dev.backdoor.PlaintextEncoderLoader
All Implemented Interfaces:
PlaintextEncoderLoaderInterface, Startable

public class PlaintextEncoderLoader
extends Object
implements PlaintextEncoderLoaderInterface, Startable

Since:
4.4

Constructor Summary
PlaintextEncoderLoader(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserManager userManager)
           
 
Method Summary
 void onClearCache(ClearCacheEvent event)
           
 void start()
          This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.
 void usePlainTextPasswords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaintextEncoderLoader

public PlaintextEncoderLoader(com.atlassian.event.api.EventPublisher eventPublisher,
                              com.atlassian.crowd.embedded.api.CrowdService crowdService,
                              com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService,
                              UserManager userManager)
Method Detail

usePlainTextPasswords

public void usePlainTextPasswords()

start

public void start()
           throws Exception
Description copied from interface: Startable
This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Specified by:
start in interface Startable
Throws:
Exception - Allows implementations to throw an Exception.

onClearCache

@EventListener
public void onClearCache(ClearCacheEvent event)


Copyright © 2002-2012 Atlassian. All Rights Reserved.