Class AuthenticationRequestWrapper



  • public class AuthenticationRequestWrapper
    extends java.lang.Object
    Wraps an authentication request which will contain an Identity Created by Zendesk on 07/11/2014.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void setUser(Identity user)
      Sets the user identity
      • Methods inherited from class java.lang.Object

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

      • AuthenticationRequestWrapper

        public AuthenticationRequestWrapper()
    • Method Detail

      • setUser

        public void setUser(Identity user)
        Sets the user identity
        Parameters:
        user - the user identity to set