|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalPasswordCredentialInterceptor | |
---|---|
org.apache.jetspeed.security.spi.impl |
Uses of InternalPasswordCredentialInterceptor in org.apache.jetspeed.security.spi.impl |
---|
Classes in org.apache.jetspeed.security.spi.impl that implement InternalPasswordCredentialInterceptor | |
---|---|
class |
AbstractInternalPasswordCredentialInterceptorImpl
Base class providing default empty behavior for a InternalPasswordCredentialInterceptor
implementation. |
class |
EncodePasswordOnFirstLoadInterceptor
Encodes (encrypts) an InternalCredential password using the configured encoder
if it is loaded unencoded from the persistent store. |
class |
InternalPasswordCredentialInterceptorsProxy
Provides a wrapper around a list of interceptors so multiple interceptors can be used with the DefaultCredentialHandler . |
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. |
Constructors in org.apache.jetspeed.security.spi.impl with parameters of type InternalPasswordCredentialInterceptor | |
---|---|
DefaultCredentialHandler(SecurityAccess securityAccess,
PasswordCredentialProvider pcProvider,
InternalPasswordCredentialInterceptor ipcInterceptor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |