public class

ApplicationExpressionHolder

extends HRefExpressionHolder
java.lang.Object
   ↳ org.mule.modules.stormpath.model.holders.HRefExpressionHolder
     ↳ org.mule.modules.stormpath.model.holders.ApplicationExpressionHolder

Summary

Fields
protected HRef _accountStoreMappingsType
protected HRef _accountsType
protected HRef _defaultAccountStoreMappingType
protected HRef _defaultGroupStoreMappingType
protected String _descriptionType
protected HRef _groupsType
protected HRef _loginAttemptsType
protected String _nameType
protected HRef _passwordResetTokensType
protected Application.Status _statusType
protected HRef _tenantType
protected Object accountStoreMappings
protected Object accounts
protected Object defaultAccountStoreMapping
protected Object defaultGroupStoreMapping
protected Object description
protected Object groups
protected Object loginAttempts
protected Object name
protected Object passwordResetTokens
protected Object status
protected Object tenant
[Expand]
Inherited Fields
From class org.mule.modules.stormpath.model.holders.HRefExpressionHolder
Public Constructors
ApplicationExpressionHolder()
Public Methods
Object getAccountStoreMappings()
Retrieves accountStoreMappings
Object getAccounts()
Retrieves accounts
Object getDefaultAccountStoreMapping()
Retrieves defaultAccountStoreMapping
Object getDefaultGroupStoreMapping()
Retrieves defaultGroupStoreMapping
Object getDescription()
Retrieves description
Object getGroups()
Retrieves groups
Object getLoginAttempts()
Retrieves loginAttempts
Object getName()
Retrieves name
Object getPasswordResetTokens()
Retrieves passwordResetTokens
Object getStatus()
Retrieves status
Object getTenant()
Retrieves tenant
void setAccountStoreMappings(Object value)
Sets accountStoreMappings
void setAccounts(Object value)
Sets accounts
void setDefaultAccountStoreMapping(Object value)
Sets defaultAccountStoreMapping
void setDefaultGroupStoreMapping(Object value)
Sets defaultGroupStoreMapping
void setDescription(Object value)
Sets description
void setGroups(Object value)
Sets groups
void setLoginAttempts(Object value)
Sets loginAttempts
void setName(Object value)
Sets name
void setPasswordResetTokens(Object value)
Sets passwordResetTokens
void setStatus(Object value)
Sets status
void setTenant(Object value)
Sets tenant
[Expand]
Inherited Methods
From class org.mule.modules.stormpath.model.holders.HRefExpressionHolder
From class java.lang.Object

Fields

protected HRef _accountStoreMappingsType

protected HRef _accountsType

protected HRef _defaultAccountStoreMappingType

protected HRef _defaultGroupStoreMappingType

protected String _descriptionType

protected HRef _groupsType

protected HRef _loginAttemptsType

protected String _nameType

protected HRef _passwordResetTokensType

protected Application.Status _statusType

protected HRef _tenantType

protected Object accountStoreMappings

protected Object accounts

protected Object defaultAccountStoreMapping

protected Object defaultGroupStoreMapping

protected Object description

protected Object groups

protected Object loginAttempts

protected Object name

protected Object passwordResetTokens

protected Object status

protected Object tenant

Public Constructors

public ApplicationExpressionHolder ()

Public Methods

public Object getAccountStoreMappings ()

Retrieves accountStoreMappings

public Object getAccounts ()

Retrieves accounts

public Object getDefaultAccountStoreMapping ()

Retrieves defaultAccountStoreMapping

public Object getDefaultGroupStoreMapping ()

Retrieves defaultGroupStoreMapping

public Object getDescription ()

Retrieves description

public Object getGroups ()

Retrieves groups

public Object getLoginAttempts ()

Retrieves loginAttempts

public Object getName ()

Retrieves name

public Object getPasswordResetTokens ()

Retrieves passwordResetTokens

public Object getStatus ()

Retrieves status

public Object getTenant ()

Retrieves tenant

public void setAccountStoreMappings (Object value)

Sets accountStoreMappings

Parameters
value Value to set

public void setAccounts (Object value)

Sets accounts

Parameters
value Value to set

public void setDefaultAccountStoreMapping (Object value)

Sets defaultAccountStoreMapping

Parameters
value Value to set

public void setDefaultGroupStoreMapping (Object value)

Sets defaultGroupStoreMapping

Parameters
value Value to set

public void setDescription (Object value)

Sets description

Parameters
value Value to set

public void setGroups (Object value)

Sets groups

Parameters
value Value to set

public void setLoginAttempts (Object value)

Sets loginAttempts

Parameters
value Value to set

public void setName (Object value)

Sets name

Parameters
value Value to set

public void setPasswordResetTokens (Object value)

Sets passwordResetTokens

Parameters
value Value to set

public void setStatus (Object value)

Sets status

Parameters
value Value to set

public void setTenant (Object value)

Sets tenant

Parameters
value Value to set