public interface

IdentityManagementPort

com.workday.identity.IdentityManagementPort
Known Indirect Subclasses

Class Overview

The Identity Management Web Service contains operations that relate to Workday Identity and Access Management. This class was generated by Apache CXF 2.5.1 2014-02-28T19:23:30.864-03:00 Generated source version: 2.5.1

Summary

Public Methods
abstract GetUnidentifiedSignonsResponseType getUnidentifiedSignons(GetUnidentifiedSignonsRequestType body)
This operation gets all Unidentified Signon attempts for the specified criteria.
abstract GetWorkdayAccountSignonsResponseType getWorkdayAccountSignons(GetWorkdayAccountSignonsRequestType body)
This operation gets all Signon or Signon attempts for the specified criteria when the provided User Name was associated with a valid Workday Account.

Public Methods

public abstract GetUnidentifiedSignonsResponseType getUnidentifiedSignons (GetUnidentifiedSignonsRequestType body)

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.

Parameters
body

public abstract GetWorkdayAccountSignonsResponseType getWorkdayAccountSignons (GetWorkdayAccountSignonsRequestType body)

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.

Parameters
body