Class SSOLinkGenerator

    • Constructor Summary

      Constructors 
      Constructor Description
      SSOLinkGenerator()
      SSOLinkGenerator will try and get a configuration from the ThreadLocal based SSOConfiguration, but you can override this by just setting a Configuration manually
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.commons.configuration.Configuration getConfig()  
      javax.servlet.http.HttpServletRequest getRequest()  
      java.lang.String getTarget()  
      void setConfig​(org.apache.commons.configuration.Configuration config)  
      void setRequest​(javax.servlet.http.HttpServletRequest request)  
      void setTarget​(java.lang.String target)  
      • Methods inherited from class java.lang.Object

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

      • SSOLinkGenerator

        public SSOLinkGenerator()
        SSOLinkGenerator will try and get a configuration from the ThreadLocal based SSOConfiguration, but you can override this by just setting a Configuration manually
    • Method Detail

      • setTarget

        public final void setTarget​(java.lang.String target)
      • getTarget

        public final java.lang.String getTarget()
      • getConfig

        public final org.apache.commons.configuration.Configuration getConfig()
      • setConfig

        public final void setConfig​(org.apache.commons.configuration.Configuration config)
      • getRequest

        public final javax.servlet.http.HttpServletRequest getRequest()
      • setRequest

        public final void setRequest​(javax.servlet.http.HttpServletRequest request)