org.jasig.portlet.emailpreview.service
Class SimpleServiceBroker
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESERVED_PROPERTIES
protected static final List<String> RESERVED_PROPERTIES
SimpleServiceBroker
public SimpleServiceBroker()
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.