Class ConsentGathererService


  • @RequestScoped
    @Named("consentGatherer")
    public class ConsentGathererService
    extends Object
    Author:
    Yuriy Movchan Date: 10/30/2017
    • Constructor Detail

      • ConsentGathererService

        public ConsentGathererService()
    • Method Detail

      • configure

        public boolean configure​(String userDn,
                                 String clientId,
                                 String state)
      • authorize

        public boolean authorize()
      • prepareForStep

        public String prepareForStep()
      • addMessage

        public void addMessage​(jakarta.faces.application.FacesMessage.Severity severity,
                               String summary)
      • getScript

        protected io.jans.model.custom.script.conf.CustomScriptConfiguration getScript​(io.jans.as.common.model.session.SessionId session)
      • isConsentGathered

        public boolean isConsentGathered()