PasswordCredentialValveImpl()
Create a PasswordCredentialValveImpl which only checks and handles PasswordCredential.isUpdateRequired().
PasswordCredentialValveImpl(List expirationWarningDays)
Creates a PasswordCredentialValveImpl which, besides checking and handling PasswordCredential.isUpdateRequired(),
also provides a warning when a password is about to be expired according to the provided list of
expirationWarningDays.
Create a PasswordCredentialValveImpl which only checks and handles PasswordCredential.isUpdateRequired().
PasswordCredentialValveImpl
public PasswordCredentialValveImpl(List expirationWarningDays)
Creates a PasswordCredentialValveImpl which, besides checking and handling PasswordCredential.isUpdateRequired(),
also provides a warning when a password is about to be expired according to the provided list of
expirationWarningDays.
Parameters:
expirationWarningDays - the list of days before password expiration when a warning should be presented
Method Detail
invoke
public void invoke(org.apache.jetspeed.request.RequestContext request,
org.apache.jetspeed.pipeline.valve.ValveContext context)
throws org.apache.jetspeed.pipeline.PipelineException
Specified by:
invoke in interface org.apache.jetspeed.pipeline.valve.Valve