Class AIServiceProviderEndpointAuthenticationConfigurationDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.AIServiceProviderEndpointAuthenticationConfigurationDTO
AIServiceProviderEndpointAuthenticationConfigurationDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanParameters required for the authentication configuration.getType()Type of the authentication configurationinthashCode()Whether the authentication configuration is enabled or notparameters(Object parameters) voidsetEnabled(Boolean enabled) voidsetParameters(Object parameters) voidtoString()
-
Field Details
-
SERIALIZED_NAME_ENABLED
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_PARAMETERS
- See Also:
-
-
Constructor Details
-
AIServiceProviderEndpointAuthenticationConfigurationDTO
public AIServiceProviderEndpointAuthenticationConfigurationDTO()
-
-
Method Details
-
enabled
-
isEnabled
Whether the authentication configuration is enabled or not- Returns:
- enabled
-
setEnabled
-
type
-
getType
Type of the authentication configuration- Returns:
- type
-
setType
-
parameters
-
getParameters
Parameters required for the authentication configuration. The parameters are different based on the type of the authentication configuration.- Returns:
- parameters
-
setParameters
-
equals
-
hashCode
public int hashCode() -
toString
-