org.jasig.portlet.emailpreview.service
Class SimpleServiceBroker

java.lang.Object
  extended by org.jasig.portlet.emailpreview.service.SimpleServiceBroker
All Implemented Interfaces:
IServiceBroker

@Component
public class SimpleServiceBroker
extends Object
implements IServiceBroker

Version:
$Revision: 24053 $
Author:
Jen Bourey, jbourey@unicon.net, Drew Wills, drew@unicon.net

Field Summary
protected static List<String> RESERVED_PROPERTIES
           
 
Constructor Summary
SimpleServiceBroker()
           
 
Method Summary
 MailStoreConfiguration getConfiguration(javax.portlet.PortletRequest request)
           
 void saveConfiguration(javax.portlet.ActionRequest request, MailStoreConfiguration config)
           
 void setAuthenticationServiceRegistry(IAuthenticationServiceRegistry authServiceRegistry)
           
 void setStringEncryptionService(IStringEncryptionService stringEncryptionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESERVED_PROPERTIES

protected static final List<String> RESERVED_PROPERTIES
Constructor Detail

SimpleServiceBroker

public SimpleServiceBroker()
Method Detail

getConfiguration

public MailStoreConfiguration getConfiguration(javax.portlet.PortletRequest request)
Specified by:
getConfiguration in interface IServiceBroker
Returns:

saveConfiguration

public void saveConfiguration(javax.portlet.ActionRequest request,
                              MailStoreConfiguration config)
Specified by:
saveConfiguration in interface IServiceBroker

setAuthenticationServiceRegistry

@Autowired(required=true)
public void setAuthenticationServiceRegistry(IAuthenticationServiceRegistry authServiceRegistry)

setStringEncryptionService

@Autowired(required=true)
public void setStringEncryptionService(IStringEncryptionService stringEncryptionService)


Copyright © 2012 Jasig. All Rights Reserved.