Package jp.terasoluna.fw.web.thin

Related to the filter of Web version

See:
          Description

Interface Summary
AuthenticationController Interface that performs the logon check in Filter.
AuthorizationController Interface that performs the access authority check in Filter.
BlockageController Interface that performs the business blockage check in Filter.
ServerBlockageController Interface that performs the server blockage check in Filter.
 

Class Summary
AbstractControlFilter<E> Abstract class that performs access control by using the controller which is implemented as bean.
AuthenticationControlFilter Performs logon check.
AuthorizationControlFilter Performs access authority check.
BlockageControlFilter Checks if the business is in blocked state.
EvidenceLogFilter Performs output process of evidence log.
ExtensionFilter Performs extension check.
ServerBlockageControlFilter Checks if the server is in blocked state.
 

Exception Summary
BlockageException Business blockage exception class.
ServerBlockageException Server blockage exception class.
UnauthenticatedException Authentication exception class.
UnauthorizedException Authentication exception class.
 

Package jp.terasoluna.fw.web.thin Description

Related to filter in Web version.