Uses of Interface
org.jasig.portal.security.IStringEncryptionService

Packages that use IStringEncryptionService
org.jasig.portal.portlet.container.services   
org.jasig.portal.security   
org.jasig.portal.spring.locator   
 

Uses of IStringEncryptionService in org.jasig.portal.portlet.container.services
 

Methods in org.jasig.portal.portlet.container.services with parameters of type IStringEncryptionService
 void CachedPasswordUserInfoService.setStringEncryptionService(IStringEncryptionService stringEncryptionService)
           
 

Uses of IStringEncryptionService in org.jasig.portal.security
 

Classes in org.jasig.portal.security that implement IStringEncryptionService
 class JasyptPBEStringEncryptionServiceImpl
          JasyptPBEStringEncryptionServiceImpl is an implementation of IStringEncryptionService that uses a configurable Jasypt PBEStringEncryptor to perform string encryption and decryption.
 

Uses of IStringEncryptionService in org.jasig.portal.spring.locator
 

Methods in org.jasig.portal.spring.locator that return IStringEncryptionService
static IStringEncryptionService PasswordEncryptionServiceLocator.getPasswordEncryptionService()
           
 

Methods in org.jasig.portal.spring.locator that return types with arguments of type IStringEncryptionService
protected  AbstractBeanLocator<IStringEncryptionService> PasswordEncryptionServiceLocator.getLocator()
           
 

Method parameters in org.jasig.portal.spring.locator with type arguments of type IStringEncryptionService
protected  void PasswordEncryptionServiceLocator.setLocator(AbstractBeanLocator<IStringEncryptionService> locator)
           
 

Constructors in org.jasig.portal.spring.locator with parameters of type IStringEncryptionService
PasswordEncryptionServiceLocator(IStringEncryptionService instance)
           
 



Copyright © 2010 Jasig. All Rights Reserved.