public class ErrorHandlerConfigurationImpl extends Object implements ErrorHandlerConfiguration
| Modifier and Type | Field and Description |
|---|---|
@NotNull(message="Error Response Code cannot be empty.") @Min(value=1L) @Max(value=1000L) Integer |
errorResponseCode |
@NotNull(message="Content Type cannot be empty.") @Size(min=1,message="Content Type cannot be empty.") String |
errorResponseContentType |
@NotNull(message="Status Message cannot be empty.") @Size(min=1,message="Status Message cannot be empty.") String |
errorResponseStatusMsg |
@NotNull(message="Template File cannot be empty.") @Size(min=1,message="Template File cannot be empty.") String |
errorResponseTemplateFile |
errorCodeLabel, errorCodeName, errorContentTypeLabel, errorContentTypeName, errorRespStatusMsgLabel, errorRespStatusMsgName, errorTemplateFileLabel, errorTemplateFileName| Constructor and Description |
|---|
ErrorHandlerConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorResponseCode() |
String |
getErrorResponseContentType() |
String |
getErrorResponseStatusMsg() |
String |
getErrorResponseTemplateFile() |
String |
toString() |
@NotNull(message="Error Response Code cannot be empty.") @Min(value=1L) @Max(value=1000L) public @NotNull(message="Error Response Code cannot be empty.") @Min(value=1L) @Max(value=1000L) Integer errorResponseCode
@NotNull(message="Status Message cannot be empty.")
@Size(min=1,
message="Status Message cannot be empty.")
public @NotNull(message="Status Message cannot be empty.") @Size(min=1,message="Status Message cannot be empty.") String errorResponseStatusMsg
@NotNull(message="Template File cannot be empty.")
@Size(min=1,
message="Template File cannot be empty.")
public @NotNull(message="Template File cannot be empty.") @Size(min=1,message="Template File cannot be empty.") String errorResponseTemplateFile
@NotNull(message="Content Type cannot be empty.")
@Size(min=1,
message="Content Type cannot be empty.")
public @NotNull(message="Content Type cannot be empty.") @Size(min=1,message="Content Type cannot be empty.") String errorResponseContentType
public int getErrorResponseCode()
getErrorResponseCode in interface ErrorHandlerConfigurationErrorHandlingCallbackpublic String getErrorResponseStatusMsg()
getErrorResponseStatusMsg in interface ErrorHandlerConfigurationErrorHandlingCallbackpublic String getErrorResponseTemplateFile()
getErrorResponseTemplateFile in interface ErrorHandlerConfigurationErrorHandlingCallbackpublic String getErrorResponseContentType()
getErrorResponseContentType in interface ErrorHandlerConfigurationErrorHandlingCallbackCopyright 2023 Ping Identity Corp. All rights reserved.