net.myvietnam.mvncore.interceptor.sample |
|
Java Source File Name | Type | Comment |
CombinedMailInterceptor.java | Class | This sample show how to write new MailInterceptor that combine
other mail interceptor. |
MyCompanyMailInterceptor.java | Class | This sample MailInterceptor show how to make sure that only users
in a specific domain, say mycompany.com, are allowed to use the system. |
MyContentInterceptor.java | Class | Simple ContentInterceptor to check for the word "vulgar". |
NoBadLoginIDInterceptor.java | Class | This sample LoginIDInterceptor show how to check that user cannot
use bad login id such as sex (vulgar) or administrator (to confuse users)
to use the system. |
NoPublicMailInterceptor.java | Class | This sample MailInterceptor show how to check that user cannot
use public email such as @hotmail.com to use the system. |
PasswordInterceptorImplAdvanced.java | Class | |
PasswordInterceptorImplDefault.java | Class | |
PasswordInterceptorImplSimple.java | Class | |