Class AIServiceProviderEndpointAuthenticationConfigurationDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.AIServiceProviderEndpointAuthenticationConfigurationDTO
-
public class AIServiceProviderEndpointAuthenticationConfigurationDTO extends Object
AIServiceProviderEndpointAuthenticationConfigurationDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ENABLEDstatic StringSERIALIZED_NAME_PARAMETERSstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description AIServiceProviderEndpointAuthenticationConfigurationDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AIServiceProviderEndpointAuthenticationConfigurationDTOenabled(Boolean enabled)booleanequals(Object o)ObjectgetParameters()Parameters required for the authentication configuration.StringgetType()Type of the authentication configurationinthashCode()BooleanisEnabled()Whether the authentication configuration is enabled or notAIServiceProviderEndpointAuthenticationConfigurationDTOparameters(Object parameters)voidsetEnabled(Boolean enabled)voidsetParameters(Object parameters)voidsetType(String type)StringtoString()AIServiceProviderEndpointAuthenticationConfigurationDTOtype(String type)
-
-
-
Field Detail
-
SERIALIZED_NAME_ENABLED
public static final String SERIALIZED_NAME_ENABLED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PARAMETERS
public static final String SERIALIZED_NAME_PARAMETERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
enabled
public AIServiceProviderEndpointAuthenticationConfigurationDTO enabled(Boolean enabled)
-
isEnabled
@Nullable public Boolean isEnabled()
Whether the authentication configuration is enabled or not- Returns:
- enabled
-
setEnabled
public void setEnabled(Boolean enabled)
-
type
public AIServiceProviderEndpointAuthenticationConfigurationDTO type(String type)
-
setType
public void setType(String type)
-
parameters
public AIServiceProviderEndpointAuthenticationConfigurationDTO parameters(Object parameters)
-
getParameters
@Nullable public Object getParameters()
Parameters required for the authentication configuration. The parameters are different based on the type of the authentication configuration.- Returns:
- parameters
-
setParameters
public void setParameters(Object parameters)
-
-