Class ApiAuthentication

    • Field Detail

      • authenticationKeySpecified

        protected boolean authenticationKeySpecified
      • idSpecified

        protected boolean idSpecified
      • ipAddressRestriction

        @ApiProperty(canBeNullOrNotSet=true)
        protected String ipAddressRestriction
        The IP addresses or IP ranges from which this user may access the SoftLayer API. Specify subnets in CIDR format and separate multiple addresses and subnets by commas. You may combine IPv4 and IPv6 addresses and subnets, for example: 192.168.0.0/16,fe80:021b::0/64.
      • ipAddressRestrictionSpecified

        protected boolean ipAddressRestrictionSpecified
      • timestampKeySpecified

        protected boolean timestampKeySpecified
      • userIdSpecified

        protected boolean userIdSpecified
    • Constructor Detail

      • ApiAuthentication

        public ApiAuthentication()
    • Method Detail

      • setUser

        public void setUser​(Customer user)
      • getAuthenticationKey

        public String getAuthenticationKey()
      • setAuthenticationKey

        public void setAuthenticationKey​(String authenticationKey)
      • isAuthenticationKeySpecified

        public boolean isAuthenticationKeySpecified()
      • unsetAuthenticationKey

        public void unsetAuthenticationKey()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getIpAddressRestriction

        public String getIpAddressRestriction()
      • setIpAddressRestriction

        public void setIpAddressRestriction​(String ipAddressRestriction)
      • isIpAddressRestrictionSpecified

        public boolean isIpAddressRestrictionSpecified()
      • unsetIpAddressRestriction

        public void unsetIpAddressRestriction()
      • getTimestampKey

        public Long getTimestampKey()
      • setTimestampKey

        public void setTimestampKey​(Long timestampKey)
      • isTimestampKeySpecified

        public boolean isTimestampKeySpecified()
      • unsetTimestampKey

        public void unsetTimestampKey()
      • getUserId

        public Long getUserId()
      • setUserId

        public void setUserId​(Long userId)
      • isUserIdSpecified

        public boolean isUserIdSpecified()
      • unsetUserId

        public void unsetUserId()