@Generated(value="OracleSDKGenerator", comments="API Version: 20211101") public final class AkamaiManualStreamCdnConfig extends StreamCdnConfigSection
Configuration fields for manual Akamai configuration.
Note: Objects should always be created or deserialized using the AkamaiManualStreamCdnConfig.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the AkamaiManualStreamCdnConfig.Builder
, which maintain a
set of all explicitly set fields called AkamaiManualStreamCdnConfig.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
AkamaiManualStreamCdnConfig.Builder |
static class |
AkamaiManualStreamCdnConfig.OriginAuthSignEncryption
The type of encryption used to compute the signature.
|
static class |
AkamaiManualStreamCdnConfig.OriginAuthSignType
The type of data used to compute the signature.
|
StreamCdnConfigSection.Type
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
AkamaiManualStreamCdnConfig(AkamaiManualStreamCdnConfig.OriginAuthSignType originAuthSignType,
AkamaiManualStreamCdnConfig.OriginAuthSignEncryption originAuthSignEncryption,
String originAuthSecretKeyA,
String originAuthSecretKeyNonceA,
String originAuthSecretKeyB,
String originAuthSecretKeyNonceB,
String edgeHostname,
String edgePathPrefix,
Boolean isEdgeTokenAuth,
String edgeTokenKey,
String edgeTokenSalt)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AkamaiManualStreamCdnConfig.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getEdgeHostname()
The hostname of the CDN edge server to use when building CDN URLs.
|
String |
getEdgePathPrefix()
The path to prepend when building CDN URLs.
|
String |
getEdgeTokenKey()
The encryption key to use for edge token authentication.
|
String |
getEdgeTokenSalt()
Salt to use when encrypting authentication token.
|
Boolean |
getIsEdgeTokenAuth()
Whether token authentication should be used at the CDN edge.
|
String |
getOriginAuthSecretKeyA()
The shared secret key A, two for errorless key rotation.
|
String |
getOriginAuthSecretKeyB()
The shared secret key B, two for errorless key rotation.
|
String |
getOriginAuthSecretKeyNonceA()
Nonce identifier for originAuthSecretKeyA (used to determine key used to sign).
|
String |
getOriginAuthSecretKeyNonceB()
Nonce identifier for originAuthSecretKeyB (used to determine key used to sign).
|
AkamaiManualStreamCdnConfig.OriginAuthSignEncryption |
getOriginAuthSignEncryption()
The type of encryption used to compute the signature.
|
AkamaiManualStreamCdnConfig.OriginAuthSignType |
getOriginAuthSignType()
The type of data used to compute the signature.
|
int |
hashCode() |
AkamaiManualStreamCdnConfig.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public AkamaiManualStreamCdnConfig(AkamaiManualStreamCdnConfig.OriginAuthSignType originAuthSignType, AkamaiManualStreamCdnConfig.OriginAuthSignEncryption originAuthSignEncryption, String originAuthSecretKeyA, String originAuthSecretKeyNonceA, String originAuthSecretKeyB, String originAuthSecretKeyNonceB, String edgeHostname, String edgePathPrefix, Boolean isEdgeTokenAuth, String edgeTokenKey, String edgeTokenSalt)
public static AkamaiManualStreamCdnConfig.Builder builder()
Create a new builder.
public AkamaiManualStreamCdnConfig.Builder toBuilder()
public AkamaiManualStreamCdnConfig.OriginAuthSignType getOriginAuthSignType()
The type of data used to compute the signature.
public AkamaiManualStreamCdnConfig.OriginAuthSignEncryption getOriginAuthSignEncryption()
The type of encryption used to compute the signature.
public String getOriginAuthSecretKeyA()
The shared secret key A, two for errorless key rotation.
public String getOriginAuthSecretKeyNonceA()
Nonce identifier for originAuthSecretKeyA (used to determine key used to sign).
public String getOriginAuthSecretKeyB()
The shared secret key B, two for errorless key rotation.
public String getOriginAuthSecretKeyNonceB()
Nonce identifier for originAuthSecretKeyB (used to determine key used to sign).
public String getEdgeHostname()
The hostname of the CDN edge server to use when building CDN URLs.
public String getEdgePathPrefix()
The path to prepend when building CDN URLs.
public Boolean getIsEdgeTokenAuth()
Whether token authentication should be used at the CDN edge.
public String getEdgeTokenKey()
The encryption key to use for edge token authentication.
public String getEdgeTokenSalt()
Salt to use when encrypting authentication token.
public String toString()
toString
in class StreamCdnConfigSection
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class StreamCdnConfigSection
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class StreamCdnConfigSection
public int hashCode()
hashCode
in class StreamCdnConfigSection
Copyright © 2016–2024. All rights reserved.