Uses of Class
org.apache.jetspeed.security.spi.impl.AbstractInternalPasswordCredentialInterceptorImpl

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

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

Subclasses of AbstractInternalPasswordCredentialInterceptorImpl in org.apache.jetspeed.security.spi.impl
 class EncodePasswordOnFirstLoadInterceptor
           Encodes (encrypts) an InternalCredential password using the configured encoder if it is loaded unencoded from the persistent store.
 class MaxPasswordAuthenticationFailuresInterceptor
           Enforces a maximum number of times a user may provide an invalid password.
 class PasswordExpirationInterceptor
           Enforces a maximum lifespan for a password credential.
 class PasswordHistoryInterceptor
           Maintains a configurable FIFO stack of used password credentials for a principal.
 class ValidatePasswordOnLoadInterceptor
           Checks if a (pre)set password in the persitent store is valid according to the configured validator when loaded from the persistent store.
 



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