Package com.cloudera.cdp.audit.model
Class InteractiveLoginEventCriteria
java.lang.Object
com.cloudera.cdp.audit.model.InteractiveLoginEventCriteria
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.499-07:00")
public class InteractiveLoginEventCriteria
extends Object
Filter criteria for listing interactive login audit events.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEmail()
Getter for email.Getter for firstName.Getter for identityProviderUserId.Getter for lastName.Getter for sourceIPAddress.int
hashCode()
void
Setter for email.void
setFirstName
(String firstName) Setter for firstName.void
setIdentityProviderUserId
(String identityProviderUserId) Setter for identityProviderUserId.void
setLastName
(String lastName) Setter for lastName.void
setSourceIPAddress
(String sourceIPAddress) Setter for sourceIPAddress.toString()
-
Constructor Details
-
InteractiveLoginEventCriteria
public InteractiveLoginEventCriteria()
-
-
Method Details
-
getIdentityProviderUserId
Getter for identityProviderUserId. The user ID as indicated by the identity provider. The specific format and type of this identifier is determined by the IdP. For Cloudera SSO this is the email used to login. -
setIdentityProviderUserId
Setter for identityProviderUserId. The user ID as indicated by the identity provider. The specific format and type of this identifier is determined by the IdP. For Cloudera SSO this is the email used to login. -
getEmail
Getter for email. The email of the user as provided to CDP. -
setEmail
Setter for email. The email of the user as provided to CDP. -
getSourceIPAddress
Getter for sourceIPAddress. The source IP address from which the login request came. -
setSourceIPAddress
Setter for sourceIPAddress. The source IP address from which the login request came. -
getFirstName
Getter for firstName. The first name of the user. -
setFirstName
Setter for firstName. The first name of the user. -
getLastName
Getter for lastName. The last name of the user. -
setLastName
Setter for lastName. The last name of the user. -
equals
-
hashCode
public int hashCode() -
toString
-