| java.lang.Object | ||||||
| ↳ | org.mule.modules.stormpath.StormpathModule | |||||
| ↳ | org.mule.modules.stormpath.adapters.StormpathModuleCapabilitiesAdapter | |||||
| ↳ | org.mule.modules.stormpath.adapters.StormpathModuleMetadataAdapater | |||||
| ↳ | org.mule.modules.stormpath.adapters.StormpathModuleLifecycleAdapter | |||||
| ↳ | org.mule.modules.stormpath.adapters.StormpathModuleProcessAdapter | |||||
| ↳ | org.mule.modules.stormpath.adapters.StormpathModuleRestClientAdapter | |||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.stormpath.adapters.StormpathModuleMetadataAdapater
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| httpClient | |||||||||||
| httpMuleMessageFactory | |||||||||||
| muleContext | |||||||||||
| responseTimeout | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.stormpath.StormpathModule
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Attempt a login with the provided credentials.
| |||||||||||
Create an account.
| |||||||||||
Create an account store mapping.
| |||||||||||
Create an application.
| |||||||||||
Create a directory.
| |||||||||||
Create a group in a directory.
| |||||||||||
Add an account to a group.
| |||||||||||
Create a new password reset token for the provided email.
| |||||||||||
Delete an account.
| |||||||||||
Delete an account store mapping.
| |||||||||||
Delete an application.
| |||||||||||
Delete a directory.
| |||||||||||
Delete a group.
| |||||||||||
Remove an account from a group.
| |||||||||||
Read an account.
| |||||||||||
Read a paginated list of groups that belong to an account.
| |||||||||||
Read an account store mapping.
| |||||||||||
Read the account store mappings for an application.
| |||||||||||
Read an application.
| |||||||||||
Read a paginated list of accounts that belong to an application.
| |||||||||||
Read a directory.
| |||||||||||
Read a paginated list of accounts that belong to a directory.
| |||||||||||
Read a paginated list of groups that belong to a directory.
| |||||||||||
Read a group.
| |||||||||||
Read a paginated list of accounts that belong to a group.
| |||||||||||
Read an existing password reset token.
| |||||||||||
Read a tenant.
| |||||||||||
Read a paginated list of applications that belong to a tenant.
| |||||||||||
Read a paginated list of directories that belong to a tenant.
| |||||||||||
Sets responseTimeout
| |||||||||||
Update an account.
| |||||||||||
Update an account store mapping.
| |||||||||||
Update an application.
| |||||||||||
Update a directory.
| |||||||||||
Update a group.
| |||||||||||
Update a tenant.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.stormpath.adapters.StormpathModuleProcessAdapter
| |||||||||||
From class
org.mule.modules.stormpath.adapters.StormpathModuleLifecycleAdapter
| |||||||||||
From class
org.mule.modules.stormpath.adapters.StormpathModuleMetadataAdapater
| |||||||||||
From class
org.mule.modules.stormpath.adapters.StormpathModuleCapabilitiesAdapter
| |||||||||||
From class
org.mule.modules.stormpath.StormpathModule
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
From interface
org.mule.modules.stormpath.basic.Capabilities
| |||||||||||
From interface
org.mule.modules.stormpath.basic.MetadataAware
| |||||||||||
From interface
org.mule.modules.stormpath.process.ProcessAdapter
| |||||||||||
Attempt a login with the provided credentials.
| applicationId | The unique identifier of the application. |
|---|---|
| loginAttempt | A LoginAttempt instance. |
LoginSuccess in case the login attempt was a success.| IOException |
|---|
Create an account store mapping.
| accountStoreMapping | An AccountStoreMapping to create. |
|---|
AccountStoreMapping instance.| IOException |
|---|
Create an application.
| application | The Application to create. |
|---|---|
| createDirectory | Define if a directory should be created and associated with the new application. |
Application instance.| IOException |
|---|
Add an account to a group.
| groupMembership | A GroupMembership instance that specifies the account and
group to link. |
|---|
GroupMembership.| IOException |
|---|
Create a new password reset token for the provided email.
| applicationId | The unique identifier of the application. |
|---|---|
An Email instance. |
PasswordResetToken instance.| IOException |
|---|
Delete an account.
| accountId | The unique identifier of the account. |
|---|
| IOException |
|---|
Delete an account store mapping.
| accountStoreMappingId | The unique identifier of the account store mapping. |
|---|
| IOException |
|---|
Delete an application.
| applicationId | The unique identifier of the application. |
|---|
| IOException |
|---|
Delete a directory.
| directoryId | The unique identifier of the directory. |
|---|
| IOException |
|---|
Delete a group.
| groupId | The unique identifier of the group. |
|---|
| IOException |
|---|
Remove an account from a group.
| groupMembershipId | The unique identifier of the group membership. |
|---|
| IOException |
|---|
| InitialisationException |
|---|
Read an account.
| accountId | The unique identifier of the account. |
|---|
Account instance.| IOException |
|---|
Read a paginated list of groups that belong to an account.
| accountId | The unique identifier of the account. |
|---|---|
| offset | The zero-based starting index in the entire collection of the first item to return. |
| limit | The maximum number of collection items to return for a single request. |
Groups instance.| IOException |
|---|
Read an account store mapping.
| accountStoreMappingId | The unique identifier of the account store mapping. |
|---|
AccountStoreMapping instance.| IOException |
|---|
Read the account store mappings for an application.
| applicationId | The unique identifier of the application. |
|---|
AccountStoreMappings instance.| IOException |
|---|
Read an application.
| applicationId | The unique identifier of the application. |
|---|
Application instance.| IOException |
|---|
Read a paginated list of accounts that belong to an application.
| applicationId | The unique identifier of the application. |
|---|---|
| offset | The zero-based starting index in the entire collection of the first item to return. |
| limit | The maximum number of collection items to return for a single request. |
Accounts instance.| IOException |
|---|
Read a directory.
| directoryId | The unique identifier of the directory. |
|---|
Directory instance.| IOException |
|---|
Read a paginated list of accounts that belong to a directory.
| directoryId | The unique identifier of the directory. |
|---|---|
| offset | The zero-based starting index in the entire collection of the first item to return. |
| limit | The maximum number of collection items to return for a single request. |
Accounts instance.| IOException |
|---|
Read a paginated list of groups that belong to a directory.
| directoryId | The unique identifier of the directory. |
|---|---|
| offset | The zero-based starting index in the entire collection of the first item to return. |
| limit | The maximum number of collection items to return for a single request. |
Groups instance.| IOException |
|---|
Read a group.
| groupId | The unique identifier of the group. |
|---|
Group instance.| IOException |
|---|
Read a paginated list of accounts that belong to a group.
| groupId | The unique identifier of the group. |
|---|---|
| offset | The zero-based starting index in the entire collection of the first item to return. |
| limit | The maximum number of collection items to return for a single request. |
Accounts instance.| IOException |
|---|
Read an existing password reset token.
| applicationId | The unique identifier of the application. |
|---|---|
| passwordResetTokenId | The unique identifier of the password reset token. |
PasswordResetToken instance.| IOException |
|---|
Read a tenant.
| tenantId | The unique identifier of the tenant or current for the currently
authenticated tenant. |
|---|
Tenant instance.| IOException |
|---|
Read a paginated list of applications that belong to a tenant.
| tenantId | The unique identifier of the tenant (current is not a valid
value). |
|---|---|
| offset | The zero-based starting index in the entire collection of the first item to return. |
| limit | The maximum number of collection items to return for a single request. |
Applications instance.| IOException |
|---|
Read a paginated list of directories that belong to a tenant.
| tenantId | The unique identifier of the tenant (current is not a valid
value). |
|---|---|
| offset | The zero-based starting index in the entire collection of the first item to return. |
| limit | The maximum number of collection items to return for a single request. |
Directories instance.| IOException |
|---|
| context |
|---|
Sets responseTimeout
| value | Value to set |
|---|
Update an account store mapping.
| accountStoreMappingId | The unique identifier of the account store mapping. |
|---|---|
| accountStoreMapping | An AccountStoreMapping instance that contains the fields
to update. |
AccountStoreMapping instance.| IOException |
|---|
Update an application.
| applicationId | The unique identifier of the application. |
|---|---|
| application | The Application to update. |
Application instance.| IOException |
|---|