Class AssertionConsumerResource

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.wicket.request.resource.AbstractResource

        org.apache.wicket.request.resource.AbstractResource.ContentRangeType, org.apache.wicket.request.resource.AbstractResource.ResourceResponse, org.apache.wicket.request.resource.AbstractResource.WriteCallback
      • Nested classes/interfaces inherited from interface org.apache.wicket.request.resource.IResource

        org.apache.wicket.request.resource.IResource.Attributes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static com.fasterxml.jackson.databind.json.JsonMapper MAPPER  
      • Fields inherited from class org.apache.wicket.request.resource.AbstractResource

        CONTENT_DISPOSITION_HEADER_NAME, CONTENT_RANGE_ENDBYTE, CONTENT_RANGE_STARTBYTE, INTERNAL_HEADERS
    • Field Detail

      • MAPPER

        protected static final com.fasterxml.jackson.databind.json.JsonMapper MAPPER
    • Constructor Detail

      • AssertionConsumerResource

        public AssertionConsumerResource()
    • Method Detail

      • getLoginPageClass

        protected abstract Class<? extends org.apache.wicket.markup.html.WebPage> getLoginPageClass()
      • getSelfRegInfo

        protected abstract org.apache.commons.lang3.tuple.Pair<Class<? extends org.apache.wicket.markup.html.WebPage>,​org.apache.wicket.request.mapper.parameter.PageParameters> getSelfRegInfo​(org.apache.syncope.common.lib.to.UserTO newUser)
                                                                                                                                                                                               throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • newResourceResponse

        protected org.apache.wicket.request.resource.AbstractResource.ResourceResponse newResourceResponse​(org.apache.wicket.request.resource.IResource.Attributes attributes)
        Specified by:
        newResourceResponse in class org.apache.wicket.request.resource.AbstractResource