Class SsaContextBuilder


  • @Named
    public class SsaContextBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SsaContextBuilder

        public SsaContextBuilder()
    • Method Detail

      • buildModifySsaResponseContext

        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)