Class SecurityInfoDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.SecurityInfoDTO
Optional security headers to use during URL validation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanHeader name used for authentication, if required.getValue()Value used for the authentication header.inthashCode()Indicates whether the URL is secure (HTTPS) or not (HTTP).voidvoidsetIsSecure(Boolean isSecure) voidtoString()
-
Field Details
-
SERIALIZED_NAME_IS_SECURE
- See Also:
-
SERIALIZED_NAME_HEADER
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
-
Constructor Details
-
SecurityInfoDTO
public SecurityInfoDTO()
-
-
Method Details
-
isSecure
-
isIsSecure
Indicates whether the URL is secure (HTTPS) or not (HTTP).- Returns:
- isSecure
-
setIsSecure
-
header
-
getHeader
Header name used for authentication, if required.- Returns:
- header
-
setHeader
-
value
-
getValue
Value used for the authentication header.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-