Uses of Interface
org.apache.jetspeed.security.spi.PasswordCredentialProvider

Packages that use PasswordCredentialProvider
org.apache.jetspeed.security.spi   
org.apache.jetspeed.security.spi.impl   
 

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

Methods in org.apache.jetspeed.security.spi with parameters of type PasswordCredentialProvider
 boolean InternalPasswordCredentialInterceptor.afterLoad(PasswordCredentialProvider pcProvider, java.lang.String userName, InternalCredential credential)
           Invoked after a password credential is loaded from the persistent store.
 

Uses of PasswordCredentialProvider in org.apache.jetspeed.security.spi.impl
 

Classes in org.apache.jetspeed.security.spi.impl that implement PasswordCredentialProvider
 class DefaultPasswordCredentialProvider
           DefaultPasswordCredentialProvider
 

Methods in org.apache.jetspeed.security.spi.impl with parameters of type PasswordCredentialProvider
 boolean ValidatePasswordOnLoadInterceptor.afterLoad(PasswordCredentialProvider pcProvider, java.lang.String userName, InternalCredential credential)
           
 boolean AbstractInternalPasswordCredentialInterceptorImpl.afterLoad(PasswordCredentialProvider pcProvider, java.lang.String userName, InternalCredential credential)
           
 boolean EncodePasswordOnFirstLoadInterceptor.afterLoad(PasswordCredentialProvider pcProvider, java.lang.String userName, InternalCredential credential)
           
 boolean PasswordExpirationInterceptor.afterLoad(PasswordCredentialProvider pcProvider, java.lang.String userName, InternalCredential credential)
           
 boolean InternalPasswordCredentialInterceptorsProxy.afterLoad(PasswordCredentialProvider pcProvider, java.lang.String userName, InternalCredential credential)
           
 

Constructors in org.apache.jetspeed.security.spi.impl with parameters of type PasswordCredentialProvider
DefaultCredentialHandler(SecurityAccess securityAccess, PasswordCredentialProvider pcProvider, InternalPasswordCredentialInterceptor ipcInterceptor)
           
 



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