Class NoopUserTokenHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getUserToken​(HttpContext context)
      The token object returned by this method is expected to uniquely identify the current user if the context is user specific or to be null if it is not.
      • Methods inherited from class java.lang.Object

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

      • NoopUserTokenHandler

        public NoopUserTokenHandler()
    • Method Detail

      • getUserToken

        public java.lang.Object getUserToken​(HttpContext context)
        Description copied from interface: UserTokenHandler
        The token object returned by this method is expected to uniquely identify the current user if the context is user specific or to be null if it is not.
        Specified by:
        getUserToken in interface UserTokenHandler
        Parameters:
        context - the execution context
        Returns:
        user token that uniquely identifies the user or null if the context is not user specific.