Class Overview
CxfWorkdayClient Implementation of Workday client that uses CXF
Summary
| Public Constructors |
|
|
CxfIdentityClient(String username, String password, String endpoint, String wsdlLocation)
|
Public Constructors
public
CxfIdentityClient
(String username, String password, String endpoint, String wsdlLocation)
Parameters
| username
| |
| password
| |
| endpoint
| |
| wsdlLocation
| |
Public Methods
This operation 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.
This operation 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.
Protected Methods
protected
Class<? extends Service>
serviceType
()