| java.lang.Object | ||
| ↳ | org.mule.modules.workday.AbstractWorkdayModule | |
| ↳ | org.mule.modules.workday.identity.IdentityModule | |
Known Direct Subclasses
|
Known Indirect Subclasses
|
The Identity Management Web Service contains operations that relate to Workday Identity and Access Management.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| client | The client, mainly for mocking purposes. | ||||||||||
| username | The Workday account's username | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Connects to Workday
| |||||||||||
Disconnects
| |||||||||||
Connection identifier
| |||||||||||
Gets all Unidentified Signon attempts for the specified criteria.
| |||||||||||
Gets all Signon or Signon attempts for the specified criteria when the provided User
Name was associated with a valid Workday Account.
| |||||||||||
Validate connection
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.workday.AbstractWorkdayModule
| |||||||||||
From class
java.lang.Object
| |||||||||||
The Workday account's username
Connects to Workday
| identityUser | Workday user |
|---|---|
| identityPassword | Workday password |
| identityEndpoint | Workday endpoint |
| identityWsdlLocation | Workday WSDL location |
| ConnectionException |
|---|
Disconnects
Connection identifier
Gets all Unidentified Signon attempts for the specified criteria. An Unidentified Signon is an attempt to authenticate with a user name that is not associated with a valid Workday Account. The response includes specific information about the Unidentified Signon including the Signon DateTime and User Name. The time range specified in the request criteria must be less than 24 hours. The operation does not support criteria based requests with an As_Of_Entry_DateTime in the past, unless for paging consistency the As_Of_Entry_DateTime matches the page 1 request.
| unidentifiedSignonsRequest | Request element |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
Gets all Signon or Signon attempts for the specified criteria when the provided User Name was associated with a valid Workday Account. Signon attempts where an unidentified (invalid) User Name was provided are not included. The response includes specific information about the Signon including the Signon DateTime, the Signon IP Address and the associated Workday Account. The time range specified in the request criteria must be less than 24 hours. The operation does not support criteria based requests with an As_Of_Entry_DateTime in the past, unless for paging consistency the As_Of_Entry_DateTime matches the page 1 request.
| workdayAccountSignonsRequest | Request element |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
| client |
|---|
| username |
|---|
Validate connection