public class

Application

extends HRef
java.lang.Object
   ↳ org.mule.modules.stormpath.model.HRef
     ↳ org.mule.modules.stormpath.model.Application

Summary

Nested Classes
enum Application.Status  
Fields
private HRef accountStoreMappings
private HRef accounts
private HRef defaultAccountStoreMapping
private HRef defaultGroupStoreMapping
private String description
private HRef groups
private HRef loginAttempts
private String name
private HRef passwordResetTokens
private Application.Status status
private HRef tenant
[Expand]
Inherited Fields
From class org.mule.modules.stormpath.model.HRef
Public Constructors
Application()
Public Methods
boolean equals(Object other)
HRef getAccountStoreMappings()
HRef getAccounts()
HRef getDefaultAccountStoreMapping()
HRef getDefaultGroupStoreMapping()
String getDescription()
HRef getGroups()
HRef getLoginAttempts()
String getName()
HRef getPasswordResetTokens()
Application.Status getStatus()
HRef getTenant()
int hashCode()
void setAccountStoreMappings(HRef accountStoreMappings)
void setAccounts(HRef accounts)
void setDefaultAccountStoreMapping(HRef defaultAccountStoreMapping)
void setDefaultGroupStoreMapping(HRef defaultGroupStoreMapping)
void setDescription(String description)
void setGroups(HRef groups)
void setLoginAttempts(HRef loginAttempts)
void setName(String name)
void setPasswordResetTokens(HRef passwordResetTokens)
void setStatus(Application.Status status)
void setTenant(HRef tenant)
String toString()
Application withAccountStoreMappings(HRef accountStoreMappings)
Application withAccounts(HRef accounts)
Application withDefaultAccountStoreMapping(HRef defaultAccountStoreMapping)
Application withDefaultGroupStoreMapping(HRef defaultGroupStoreMapping)
Application withDescription(String description)
Application withGroups(HRef groups)
Application withLoginAttempts(HRef loginAttempts)
Application withName(String name)
Application withPasswordResetTokens(HRef passwordResetTokens)
Application withStatus(Application.Status status)
Application withTenant(HRef tenant)
[Expand]
Inherited Methods
From class org.mule.modules.stormpath.model.HRef
From class java.lang.Object

Fields

private HRef accountStoreMappings

private HRef accounts

private HRef defaultAccountStoreMapping

private HRef defaultGroupStoreMapping

private String description

private HRef groups

private HRef loginAttempts

private String name

private HRef passwordResetTokens

private Application.Status status

private HRef tenant

Public Constructors

public Application ()

Public Methods

public boolean equals (Object other)

Parameters
other

public HRef getAccountStoreMappings ()

public HRef getAccounts ()

public HRef getDefaultAccountStoreMapping ()

public HRef getDefaultGroupStoreMapping ()

public String getDescription ()

public HRef getGroups ()

public HRef getLoginAttempts ()

public String getName ()

public HRef getPasswordResetTokens ()

public Application.Status getStatus ()

public HRef getTenant ()

public int hashCode ()

public void setAccountStoreMappings (HRef accountStoreMappings)

Parameters
accountStoreMappings

public void setAccounts (HRef accounts)

Parameters
accounts

public void setDefaultAccountStoreMapping (HRef defaultAccountStoreMapping)

Parameters
defaultAccountStoreMapping

public void setDefaultGroupStoreMapping (HRef defaultGroupStoreMapping)

Parameters
defaultGroupStoreMapping

public void setDescription (String description)

Parameters
description

public void setGroups (HRef groups)

Parameters
groups

public void setLoginAttempts (HRef loginAttempts)

Parameters
loginAttempts

public void setName (String name)

Parameters
name

public void setPasswordResetTokens (HRef passwordResetTokens)

Parameters
passwordResetTokens

public void setStatus (Application.Status status)

Parameters
status

public void setTenant (HRef tenant)

Parameters
tenant

public String toString ()

public Application withAccountStoreMappings (HRef accountStoreMappings)

Parameters
accountStoreMappings

public Application withAccounts (HRef accounts)

Parameters
accounts

public Application withDefaultAccountStoreMapping (HRef defaultAccountStoreMapping)

Parameters
defaultAccountStoreMapping

public Application withDefaultGroupStoreMapping (HRef defaultGroupStoreMapping)

Parameters
defaultGroupStoreMapping

public Application withDescription (String description)

Parameters
description

public Application withGroups (HRef groups)

Parameters
groups

public Application withLoginAttempts (HRef loginAttempts)

Parameters
loginAttempts

public Application withName (String name)

Parameters
name

public Application withPasswordResetTokens (HRef passwordResetTokens)

Parameters
passwordResetTokens

public Application withStatus (Application.Status status)

Parameters
status

public Application withTenant (HRef tenant)

Parameters
tenant