public class SecurityPolicySettings extends Object
Java class for SecurityPolicySettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityPolicySettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="securityPolicyType" type="{https://www.google.com/apis/ads/publisher/v201802}SecurityPolicyType" minOccurs="0"/>
<element name="tokenAuthenticationKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="disableServerSideUrlSigning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="originForwardingType" type="{https://www.google.com/apis/ads/publisher/v201802}OriginForwardingType" minOccurs="0"/>
<element name="originPathPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
disableServerSideUrlSigning |
protected OriginForwardingType |
originForwardingType |
protected String |
originPathPrefix |
protected SecurityPolicyType |
securityPolicyType |
protected String |
tokenAuthenticationKey |
| Constructor and Description |
|---|
SecurityPolicySettings() |
| Modifier and Type | Method and Description |
|---|---|
OriginForwardingType |
getOriginForwardingType()
Gets the value of the originForwardingType property.
|
String |
getOriginPathPrefix()
Gets the value of the originPathPrefix property.
|
SecurityPolicyType |
getSecurityPolicyType()
Gets the value of the securityPolicyType property.
|
String |
getTokenAuthenticationKey()
Gets the value of the tokenAuthenticationKey property.
|
Boolean |
isDisableServerSideUrlSigning()
Gets the value of the disableServerSideUrlSigning property.
|
void |
setDisableServerSideUrlSigning(Boolean value)
Sets the value of the disableServerSideUrlSigning property.
|
void |
setOriginForwardingType(OriginForwardingType value)
Sets the value of the originForwardingType property.
|
void |
setOriginPathPrefix(String value)
Sets the value of the originPathPrefix property.
|
void |
setSecurityPolicyType(SecurityPolicyType value)
Sets the value of the securityPolicyType property.
|
void |
setTokenAuthenticationKey(String value)
Sets the value of the tokenAuthenticationKey property.
|
protected SecurityPolicyType securityPolicyType
protected String tokenAuthenticationKey
protected Boolean disableServerSideUrlSigning
protected OriginForwardingType originForwardingType
protected String originPathPrefix
public SecurityPolicyType getSecurityPolicyType()
SecurityPolicyTypepublic void setSecurityPolicyType(SecurityPolicyType value)
value - allowed object is
SecurityPolicyTypepublic String getTokenAuthenticationKey()
Stringpublic void setTokenAuthenticationKey(String value)
value - allowed object is
Stringpublic Boolean isDisableServerSideUrlSigning()
Booleanpublic void setDisableServerSideUrlSigning(Boolean value)
value - allowed object is
Booleanpublic OriginForwardingType getOriginForwardingType()
OriginForwardingTypepublic void setOriginForwardingType(OriginForwardingType value)
value - allowed object is
OriginForwardingTypepublic String getOriginPathPrefix()
StringCopyright © 2018. All Rights Reserved.