Interface ILoginLogic
public interface ILoginLogic
Common interface for login logic of authentication requests.
- Since:
 - 7.2.0
 - Author:
 - XIMA Media GmbH
 
- 
Method Summary
 
- 
Method Details
- 
perform
void perform(javax.servlet.FilterChain filterChain) throws IOException, javax.servlet.ServletException - Throws:
 IOExceptionjavax.servlet.ServletException
 
 -