|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationController
Interface that performs logon check in Filter.
The class that implements this interface provides the logon check function.
Implementation class of this interface should be thread-safe.
*For the configuration method of implementation class of this interface, refer to
AuthenticationControlFilter.
AuthenticationControlFilter,
AuthorizationControlFilter,
AuthorizationController,
BlockageControlFilter,
BlockageController,
ServerBlockageControlFilter,
ServerBlockageController| Method Summary | |
|---|---|
boolean |
isAuthenticated(java.lang.String pathInfo,
javax.servlet.ServletRequest req)
Checks if the HTTP session which is specified for the path information of request is authenticated. |
boolean |
isCheckRequired(javax.servlet.ServletRequest req)
Checks if logon check is required. |
| Method Detail |
|---|
boolean isAuthenticated(java.lang.String pathInfo,
javax.servlet.ServletRequest req)
pathInfo - Path informationreq - HTTP request
true when authentication is successfulboolean isCheckRequired(javax.servlet.ServletRequest req)
req - ServletRequest instance to be checked
true if check is required
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||