|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.pipeline.valve.AbstractValve
org.apache.jetspeed.security.impl.PasswordCredentialValveImpl
public class PasswordCredentialValveImpl
PasswordCredentialValve
Constructor Summary | |
---|---|
PasswordCredentialValveImpl()
Create a PasswordCredentialValveImpl which only checks and handles PasswordCredential.isUpdateRequired(). |
|
PasswordCredentialValveImpl(java.util.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. |
Method Summary | |
---|---|
void |
invoke(RequestContext request,
ValveContext context)
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.jetspeed.pipeline.valve.AbstractValve |
---|
initialize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.jetspeed.pipeline.valve.Valve |
---|
initialize |
Constructor Detail |
---|
public PasswordCredentialValveImpl()
public PasswordCredentialValveImpl(java.util.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.
expirationWarningDays
- the list of days before password expiration when a warning should be presentedMethod Detail |
---|
public void invoke(RequestContext request, ValveContext context) throws PipelineException
invoke
in interface Valve
invoke
in class AbstractValve
PipelineException
Valve.invoke(org.apache.jetspeed.request.RequestContext, org.apache.jetspeed.pipeline.valve.ValveContext)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |