Uses of Interface
org.apache.jetspeed.security.om.InternalCredential

Packages that use InternalCredential
org.apache.jetspeed.security.spi   
 

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

Methods in org.apache.jetspeed.security.spi with parameters of type InternalCredential
 boolean InternalPasswordCredentialInterceptor.afterAuthenticated(InternalUserPrincipal internalUser, String userName, InternalCredential credential, boolean authenticated)
           Invoked during authentication after the provided password is compared against the one retrieved from the InternalCredential.
 boolean InternalPasswordCredentialInterceptor.afterLoad(PasswordCredentialProvider pcProvider, String userName, InternalCredential credential)
           Invoked after a password credential is loaded from the persistent store.
 void InternalPasswordCredentialInterceptor.beforeCreate(InternalUserPrincipal internalUser, Collection credentials, String userName, InternalCredential credential, String password)
           Invoked when the first password credential is to be saved for a user.
 void InternalPasswordCredentialInterceptor.beforeSetPassword(InternalUserPrincipal internalUser, Collection credentials, String userName, InternalCredential credential, String password, boolean authenticated)
           Invoked when a new password value is to be saved for a user.
 PasswordCredential PasswordCredentialProvider.create(String userName, InternalCredential credential)
           
 String AlgorithmUpgradeCredentialPasswordEncoder.encode(String userName, String clearTextPassword, InternalCredential credential)
           
 void AlgorithmUpgradeCredentialPasswordEncoder.recodeIfNeeded(String userName, String clearTextPassword, InternalCredential credential)
           
 



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