com.softlayer.api.service.container.authentication.request.nat.External Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
package com.softlayer.api.service.container.authentication.request.nat;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.container.authentication.request.Native;
/**
* The SoftLayer_Container_Authentication_Request_Native_External data type contains information for requests to the getPortalLogin API. This class serves as a base class for more specialized external authentication classes to the SoftLayer Native login (username/password).
*
* @see SoftLayer_Container_Authentication_Request_Native_External
*/
@ApiType("SoftLayer_Container_Authentication_Request_Native_External")
public class External extends Native {
public static class Mask extends com.softlayer.api.service.container.authentication.request.Native.Mask {
}
}