Package io.jans.as.server.ssa.ws.rs
Class SsaContextBuilder
- java.lang.Object
-
- io.jans.as.server.ssa.ws.rs.SsaContextBuilder
-
@Named public class SsaContextBuilder extends java.lang.ObjectProvides builder methods for SSA
-
-
Constructor Summary
Constructors Constructor Description SsaContextBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ModifySsaResponseContextbuildModifySsaResponseContext(jakarta.servlet.http.HttpServletRequest httpRequest, AuthorizationGrant grant, io.jans.as.common.model.registration.Client client, io.jans.as.model.configuration.AppConfiguration appConfiguration, io.jans.as.common.service.AttributeService attributeService)Deprecated.
-
-
-
Method Detail
-
buildModifySsaResponseContext
@Deprecated public ModifySsaResponseContext buildModifySsaResponseContext(jakarta.servlet.http.HttpServletRequest httpRequest, AuthorizationGrant grant, io.jans.as.common.model.registration.Client client, io.jans.as.model.configuration.AppConfiguration appConfiguration, io.jans.as.common.service.AttributeService attributeService)
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
CdiUtiland cannot be mocked- Parameters:
httpRequest- Http requestgrant- Grant typeclient- ClientappConfiguration- App configurationattributeService- Attribute service- Returns:
- New instance of
ModifySsaResponseContext
-
-