Package com.zendesk.sdk.model.access
Class AuthenticationRequestWrapper
- java.lang.Object
-
- com.zendesk.sdk.model.access.AuthenticationRequestWrapper
-
public class AuthenticationRequestWrapper extends java.lang.Object
Wraps an authentication request which will contain anIdentity
Created by Zendesk on 07/11/2014.
-
-
Constructor Summary
Constructors Constructor and Description AuthenticationRequestWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
setUser(Identity user)
Sets the user identity
-
-
-
Method Detail
-
setUser
public void setUser(Identity user)
Sets the user identity- Parameters:
user
- the user identity to set
-
-