public class

LoginSuccess

extends Object
java.lang.Object
   ↳ org.mule.modules.stormpath.model.LoginSuccess

Summary

Fields
private HRef account
Public Constructors
LoginSuccess()
Public Methods
boolean equals(Object other)
HRef getAccount()
int hashCode()
void setAccount(HRef account)
String toString()
LoginSuccess withAccount(HRef account)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private HRef account

Public Constructors

public LoginSuccess ()

Public Methods

public boolean equals (Object other)

Parameters
other

public HRef getAccount ()

public int hashCode ()

public void setAccount (HRef account)

Parameters
account

public String toString ()

public LoginSuccess withAccount (HRef account)

Parameters
account