Stormpath Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.modules.stormpath
org.mule.modules.stormpath.adapter
org.mule.modules.stormpath.adapters
org.mule.modules.stormpath.agents
org.mule.modules.stormpath.basic
org.mule.modules.stormpath.callback
org.mule.modules.stormpath.config
org.mule.modules.stormpath.connection
org.mule.modules.stormpath.devkit
org.mule.modules.stormpath.model
org.mule.modules.stormpath.model.holders
org.mule.modules.stormpath.model.transformers
org.mule.modules.stormpath.oauth
org.mule.modules.stormpath.process
org.mule.modules.stormpath.processors
Classes
Account
Accounts
AccountStoreMapping
AccountStoreMappings
Application
Applications
Directories
Directory
Email
Group
GroupMembership
Groups
HRef
LoginAttempt
LoginSuccess
PaginatedHRefs
PasswordResetToken
Tenant
Enums
Account.Status
Application.Status
Directory.Status
Group.Status
LoginAttempt.Type
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
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
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
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