Class AbstractSAML2SP4UIResource

    • 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 org.slf4j.Logger LOG  
      • Fields inherited from class org.apache.wicket.request.resource.AbstractResource

        CONTENT_DISPOSITION_HEADER_NAME, CONTENT_RANGE_ENDBYTE, CONTENT_RANGE_STARTBYTE, INTERNAL_HEADERS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.syncope.common.lib.saml2.SAML2Response buildResponse​(org.apache.wicket.request.resource.IResource.Attributes attributes, String samlResponse, String relayState)  
      protected org.apache.syncope.common.lib.saml2.SAML2Response extract​(org.apache.wicket.request.resource.IResource.Attributes attributes)  
      protected org.apache.wicket.request.resource.AbstractResource.ResourceResponse send​(org.apache.syncope.common.lib.saml2.SAML2Request request)  
      protected String spEntityID​(org.apache.wicket.request.resource.IResource.Attributes attributes)  
      • Methods inherited from class org.apache.wicket.request.resource.AbstractResource

        configureCache, getCachingStrategy, newResourceResponse, respond, setRequestMetaData, setRequestRangeMetaData, setResponseContentRangeHeaderFields, setResponseHeaders
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
    • Constructor Detail

      • AbstractSAML2SP4UIResource

        public AbstractSAML2SP4UIResource()
    • Method Detail

      • spEntityID

        protected String spEntityID​(org.apache.wicket.request.resource.IResource.Attributes attributes)
      • send

        protected org.apache.wicket.request.resource.AbstractResource.ResourceResponse send​(org.apache.syncope.common.lib.saml2.SAML2Request request)
      • buildResponse

        protected org.apache.syncope.common.lib.saml2.SAML2Response buildResponse​(org.apache.wicket.request.resource.IResource.Attributes attributes,
                                                                                  String samlResponse,
                                                                                  String relayState)
      • extract

        protected org.apache.syncope.common.lib.saml2.SAML2Response extract​(org.apache.wicket.request.resource.IResource.Attributes attributes)