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