Package org.gluu.oxauth.auth
Class MTLSService
- java.lang.Object
-
- org.gluu.oxauth.auth.MTLSService
-
@ApplicationScoped public class MTLSService extends java.lang.Object
- Author:
- Yuriy Zabrovarnyy
-
-
Constructor Summary
Constructors Constructor Description MTLSService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
processMTLS(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, javax.servlet.FilterChain filterChain, Client client)
-
-
-
Method Detail
-
processMTLS
public boolean processMTLS(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, javax.servlet.FilterChain filterChain, Client client) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-