| java.lang.Object | |
| ↳ | org.mule.modules.stormpath.StormpathModule |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Stormpath Connector.
{@sample.config INCLUDE_ERROR}| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| apiKeyId | The API key ID used to authenticate to Stormpath. | ||||||||||
| apiKeySecret | The API key secret used to authenticate to Stormpath. | ||||||||||
| authorization | |||||||||||
| 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.
| |||||||||||
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
java.lang.Object
| |||||||||||
The API key ID used to authenticate to Stormpath.
The API key secret used to authenticate to Stormpath.
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 | if anything goes wrong with the operation. |
|---|
Create an account store mapping.
| accountStoreMapping | An AccountStoreMapping to create. |
|---|
AccountStoreMapping instance.| IOException | if anything goes wrong with the operation. |
|---|
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 | if anything goes wrong with the operation. |
|---|
Add an account to a group.
| groupMembership | A GroupMembership instance that specifies the account and
group to link. |
|---|
GroupMembership.| IOException | if anything goes wrong with the operation. |
|---|
Create a new password reset token for the provided email.
| applicationId | The unique identifier of the application. |
|---|---|
An Email instance. |
PasswordResetToken instance.| IOException | if anything goes wrong with the operation. |
|---|
Delete an account.
| accountId | The unique identifier of the account. |
|---|
| IOException | if anything goes wrong with the operation. |
|---|
Delete an account store mapping.
| accountStoreMappingId | The unique identifier of the account store mapping. |
|---|
| IOException | if anything goes wrong with the operation. |
|---|
Delete an application.
| applicationId | The unique identifier of the application. |
|---|
| IOException | if anything goes wrong with the operation. |
|---|
Delete a directory.
| directoryId | The unique identifier of the directory. |
|---|
| IOException | if anything goes wrong with the operation. |
|---|
Delete a group.
| groupId | The unique identifier of the group. |
|---|
| IOException | if anything goes wrong with the operation. |
|---|
Remove an account from a group.
| groupMembershipId | The unique identifier of the group membership. |
|---|
| IOException | if anything goes wrong with the operation. |
|---|
Read an account.
| accountId | The unique identifier of the account. |
|---|
Account instance.| IOException | if anything goes wrong with the operation. |
|---|
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 | if anything goes wrong with the operation. |
|---|
Read an account store mapping.
| accountStoreMappingId | The unique identifier of the account store mapping. |
|---|
AccountStoreMapping instance.| IOException | if anything goes wrong with the operation. |
|---|
Read the account store mappings for an application.
| applicationId | The unique identifier of the application. |
|---|
AccountStoreMappings instance.| IOException | if anything goes wrong with the operation. |
|---|
Read an application.
| applicationId | The unique identifier of the application. |
|---|
Application instance.| IOException | if anything goes wrong with the operation. |
|---|
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 | if anything goes wrong with the operation. |
|---|
Read a directory.
| directoryId | The unique identifier of the directory. |
|---|
Directory instance.| IOException | if anything goes wrong with the operation. |
|---|
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 | if anything goes wrong with the operation. |
|---|
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 | if anything goes wrong with the operation. |
|---|
Read a group.
| groupId | The unique identifier of the group. |
|---|
Group instance.| IOException | if anything goes wrong with the operation. |
|---|
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 | if anything goes wrong with the operation. |
|---|
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 | if anything goes wrong with the operation. |
|---|
Read a tenant.
| tenantId | The unique identifier of the tenant or current for the currently
authenticated tenant. |
|---|
Tenant instance.| IOException | if anything goes wrong with the operation. |
|---|
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 | IOException if anything goes wrong with the operation. |
|---|
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 | IOException if anything goes wrong with the operation. |
|---|
| apiKeyId |
|---|
| apiKeySecret |
|---|
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 | if anything goes wrong with the operation. |
|---|
Update an application.
| applicationId | The unique identifier of the application. |
|---|---|
| application | The Application to update. |
Application instance.| IOException | if anything goes wrong with the operation. |
|---|