Class IpAddressRestrictionCheckNeeded


  • @ApiType("SoftLayer_Container_Authentication_Response_IpAddressRestrictionCheckNeeded")
    public class IpAddressRestrictionCheckNeeded
    extends Common
    The SoftLayer_Container_Authentication_Response_IpAddressRestrictionCheckNeeded data type indicates that the caller (IAM presumably) needs to do an IP address check of the logging-in user against the restricted IP list kept in BSS. We don't know the IP address of the user here (only IAM does) so we return an indicator of which user matched the username and expect IAM to come back with another login call that will include a mini-JWT token that contains an assertion that the IP address was checked.
    See Also:
    SoftLayer_Container_Authentication_Response_IpAddressRestrictionCheckNeeded
    • Constructor Detail

      • IpAddressRestrictionCheckNeeded

        public IpAddressRestrictionCheckNeeded()
    • Method Detail

      • getStatusKeyName

        public String getStatusKeyName()
      • setStatusKeyName

        public void setStatusKeyName​(String statusKeyName)
      • isStatusKeyNameSpecified

        public boolean isStatusKeyNameSpecified()
      • unsetStatusKeyName

        public void unsetStatusKeyName()