Class OpenID4JavaConsumer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.commons.logging.Log logger
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String beginConsumption​(javax.servlet.http.HttpServletRequest req, java.lang.String identityUrl, java.lang.String returnToUrl, java.lang.String realm)
      Deprecated.
      Given the request, the claimedIdentity, the return to url, and a realm, lookup the openId authentication page the user should be redirected to.
      OpenIDAuthenticationToken endConsumption​(javax.servlet.http.HttpServletRequest request)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • logger

        protected final org.apache.commons.logging.Log logger
        Deprecated.
    • Constructor Detail

      • OpenID4JavaConsumer

        public OpenID4JavaConsumer()
                            throws org.openid4java.consumer.ConsumerException
        Deprecated.
        Throws:
        org.openid4java.consumer.ConsumerException
      • OpenID4JavaConsumer

        public OpenID4JavaConsumer​(AxFetchListFactory attributesToFetchFactory)
                            throws org.openid4java.consumer.ConsumerException
        Deprecated.
        Throws:
        org.openid4java.consumer.ConsumerException
      • OpenID4JavaConsumer

        public OpenID4JavaConsumer​(org.openid4java.consumer.ConsumerManager consumerManager,
                                   AxFetchListFactory attributesToFetchFactory)
        Deprecated.
    • Method Detail

      • beginConsumption

        public java.lang.String beginConsumption​(javax.servlet.http.HttpServletRequest req,
                                                 java.lang.String identityUrl,
                                                 java.lang.String returnToUrl,
                                                 java.lang.String realm)
                                          throws OpenIDConsumerException
        Deprecated.
        Description copied from interface: OpenIDConsumer
        Given the request, the claimedIdentity, the return to url, and a realm, lookup the openId authentication page the user should be redirected to.
        Specified by:
        beginConsumption in interface OpenIDConsumer
        Parameters:
        req - HttpServletRequest
        identityUrl - String URI the user presented during authentication
        returnToUrl - String URI of the URL we want the user sent back to by the OP
        realm - URI pattern matching the realm we want the user to see
        Returns:
        String URI to redirect user to for authentication
        Throws:
        OpenIDConsumerException - if anything bad happens