Class InteractiveLoginEventCriteria


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.952-07:00")
    public class InteractiveLoginEventCriteria
    extends Object
    Filter criteria for listing interactive login audit events.
    • Constructor Detail

      • InteractiveLoginEventCriteria

        public InteractiveLoginEventCriteria()
    • Method Detail

      • getIdentityProviderUserId

        public String 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

        public void setIdentityProviderUserId​(String identityProviderUserId)
        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

        public String getEmail()
        Getter for email. The email of the user as provided to CDP.
      • setEmail

        public void setEmail​(String email)
        Setter for email. The email of the user as provided to CDP.
      • getSourceIPAddress

        public String getSourceIPAddress()
        Getter for sourceIPAddress. The source IP address from which the login request came.
      • setSourceIPAddress

        public void setSourceIPAddress​(String sourceIPAddress)
        Setter for sourceIPAddress. The source IP address from which the login request came.
      • getFirstName

        public String getFirstName()
        Getter for firstName. The first name of the user.
      • setFirstName

        public void setFirstName​(String firstName)
        Setter for firstName. The first name of the user.
      • getLastName

        public String getLastName()
        Getter for lastName. The last name of the user.
      • setLastName

        public void setLastName​(String lastName)
        Setter for lastName. The last name of the user.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object