com.softlayer.api.service.container.authentication.request.openidconnect.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
The newest version!
package com.softlayer.api.service.container.authentication.request.openidconnect;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.container.authentication.request.OpenIdConnect;
/**
* The SoftLayer_Container_Authentication_Request_OpenIdConnect_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 OpenIdConnect login service.
*
* @see SoftLayer_Container_Authentication_Request_OpenIdConnect_External
*/
@ApiType("SoftLayer_Container_Authentication_Request_OpenIdConnect_External")
public class External extends OpenIdConnect {
public static class Mask extends com.softlayer.api.service.container.authentication.request.OpenIdConnect.Mask {
}
}