| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthLevelVerifier
This is the plug point for plugin a custom authentication level verifier. The object is instantiated as a singleton and is supposed to be thread safe.
This interface is designed to be implemented by clients. |
Method Summary | |
---|---|
void | init(AuthLevelConfig config)
This method initializes the singleton instance of this authentication level verifier. |
boolean | verifyAuthLevel(HttpServletRequest request,
HttpServletResponse response)
Verifies whether the current request satisfies the requirements of this authentication level verifier implementation. |
Method Detail |
---|
void init(AuthLevelConfig config) throws SecurityException
boolean verifyAuthLevel(HttpServletRequest request, HttpServletResponse response) throws SecurityException
true
, if the associated authentication level is
verified successfully,false
, if the associated authentication level is not
verified successfully.
boolean
to indicate whether the authentication
level verification succeeded.
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |