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

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

Uses of PasswordCredential in org.apache.jetspeed.security
 

Methods in org.apache.jetspeed.security that return PasswordCredential
 PasswordCredential UserManager.getPasswordCredential(User user)
          Returns the current PasswordCredential for a User or a new one if the doesn't have one yet
 

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

Uses of PasswordCredential in org.apache.jetspeed.sso
 

Methods in org.apache.jetspeed.sso that return PasswordCredential
 PasswordCredential SSOUserManager.getCredentials(SSOUser user)
          Retrieves the credentials for a SSO user
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.