Uses of Interface
org.apache.jetspeed.security.PasswordCredential

Packages that use PasswordCredential
org.apache.jetspeed.security Jetspeed security service interfaces. 
org.apache.jetspeed.security.spi   
 

Uses of PasswordCredential in org.apache.jetspeed.security
 

Methods in org.apache.jetspeed.security with parameters of type PasswordCredential
 boolean AlgorithmUpgradePasswordEncodingService.usesOldEncodingAlgorithm(PasswordCredential passwordCredential)
           
 

Uses of PasswordCredential in org.apache.jetspeed.security.spi
 

Methods in org.apache.jetspeed.security.spi that return PasswordCredential
 PasswordCredential PasswordCredentialProvider.create(String userName, InternalCredential credential)
           
 PasswordCredential PasswordCredentialProvider.create(String userName, String password)
           
 

Methods in org.apache.jetspeed.security.spi with parameters of type PasswordCredential
 boolean AlgorithmUpgradeCredentialPasswordEncoder.usesOldEncodingAlgorithm(PasswordCredential credential)
           
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.