Package io.jans.as.server.ssa.ws.rs
Class SsaContextBuilder
java.lang.Object
io.jans.as.server.ssa.ws.rs.SsaContextBuilder
Provides builder methods for SSA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildModifySsaResponseContext
(jakarta.servlet.http.HttpServletRequest httpRequest, io.jans.as.common.model.registration.Client client) Deprecated.
-
Constructor Details
-
SsaContextBuilder
public SsaContextBuilder()
-
-
Method Details
-
buildModifySsaResponseContext
@Deprecated public ModifySsaResponseContext buildModifySsaResponseContext(jakarta.servlet.http.HttpServletRequest httpRequest, io.jans.as.common.model.registration.Client client) Deprecated.ModifySsaResponseContext instance for use in the SSA custom script call.Method was created with the purpose of passing unit tests, since when instantiating ModifySsaResponseContext it internally call
CdiUtil
and cannot be mocked- Parameters:
httpRequest
- Http requestclient
- Client- Returns:
- New instance of
ModifySsaResponseContext
-