org.jasig.portal.spring.locator
Class PasswordEncryptionServiceLocator

java.lang.Object
  extended by org.jasig.portal.spring.locator.AbstractBeanLocator<IStringEncryptionService>
      extended by org.jasig.portal.spring.locator.PasswordEncryptionServiceLocator
All Implemented Interfaces:
DisposableBean, InitializingBean

public class PasswordEncryptionServiceLocator
extends AbstractBeanLocator<IStringEncryptionService>


Field Summary
static String BEAN_NAME
           
 
Fields inherited from class org.jasig.portal.spring.locator.AbstractBeanLocator
logger
 
Constructor Summary
PasswordEncryptionServiceLocator(IStringEncryptionService instance)
           
 
Method Summary
protected  AbstractBeanLocator<IStringEncryptionService> getLocator()
           
static IStringEncryptionService getPasswordEncryptionService()
           
protected  void setLocator(AbstractBeanLocator<IStringEncryptionService> locator)
           
 
Methods inherited from class org.jasig.portal.spring.locator.AbstractBeanLocator
afterPropertiesSet, destroy, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_NAME

public static final String BEAN_NAME
See Also:
Constant Field Values
Constructor Detail

PasswordEncryptionServiceLocator

public PasswordEncryptionServiceLocator(IStringEncryptionService instance)
Method Detail

getPasswordEncryptionService

public static IStringEncryptionService getPasswordEncryptionService()

getLocator

protected AbstractBeanLocator<IStringEncryptionService> getLocator()
Specified by:
getLocator in class AbstractBeanLocator<IStringEncryptionService>

setLocator

protected void setLocator(AbstractBeanLocator<IStringEncryptionService> locator)
Specified by:
setLocator in class AbstractBeanLocator<IStringEncryptionService>


Copyright © 2010 Jasig. All Rights Reserved.