public class IORTransportConfigMetaData extends IdMetaDataImplWithDescriptions
Modifier and Type | Field and Description |
---|---|
static String |
CONFIDENTIALITY_NONE
Confidentiality not required
|
static String |
CONFIDENTIALITY_REQUIRED
Confidentiality required
|
static String |
CONFIDENTIALITY_SUPPORTED
Confidentiality supported
|
static String |
DETECT_MISORDERING_NONE
Detect misordering not required
|
static String |
DETECT_MISORDERING_REQUIRED
Detect misordering required
|
static String |
DETECT_MISORDERING_SUPPORTED
Detect misordering supported
|
static String |
DETECT_REPLAY_NONE
Detect replay not required
|
static String |
DETECT_REPLAY_REQUIRED
Detect replay required
|
static String |
DETECT_REPLAY_SUPPORTED
Detect replay supported
|
static String |
ESTABLISH_TRUST_IN_CLIENT_NONE
Establish trust in client not required
|
static String |
ESTABLISH_TRUST_IN_CLIENT_REQUIRED
Establish trust in client required
|
static String |
ESTABLISH_TRUST_IN_CLIENT_SUPPORTED
Establish trust in client supported
|
static String |
ESTABLISH_TRUST_IN_TARGET_NONE
Establish trust in target not required
|
static String |
ESTABLISH_TRUST_IN_TARGET_SUPPORTED
Establish trust in target supported
|
static String |
INTEGRITY_NONE
Integrity not required
|
static String |
INTEGRITY_REQUIRED
Integrity required
|
static String |
INTEGRITY_SUPPORTED
Integrity supported
|
Constructor and Description |
---|
IORTransportConfigMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getConfidentiality()
Get the confidentiality.
|
String |
getDetectMisordering()
Get the detectMisordering.
|
String |
getDetectReplay()
Get the detectReplay.
|
String |
getEstablishTrustInClient()
Get the establishTrustInClient.
|
String |
getEstablishTrustInTarget()
Get the establishTrustInTarget.
|
String |
getIntegrity()
Get the integrity.
|
void |
setConfidentiality(String confidentiality)
Set the confidentiality.
|
void |
setDetectMisordering(String detectMisordering)
Set the detectMisordering.
|
void |
setDetectReplay(String detectReplay)
Set the detectReplay.
|
void |
setEstablishTrustInClient(String establishTrustInClient)
Set the establishTrustInClient.
|
void |
setEstablishTrustInTarget(String establishTrustInTarget)
Set the establishTrustInTarget.
|
void |
setIntegrity(String integrity)
Set the integrity.
|
getDescriptions, setDescriptions
public static final String INTEGRITY_NONE
public static final String INTEGRITY_SUPPORTED
public static final String INTEGRITY_REQUIRED
public static final String CONFIDENTIALITY_NONE
public static final String CONFIDENTIALITY_SUPPORTED
public static final String CONFIDENTIALITY_REQUIRED
public static final String DETECT_MISORDERING_NONE
public static final String DETECT_MISORDERING_SUPPORTED
public static final String DETECT_MISORDERING_REQUIRED
public static final String DETECT_REPLAY_NONE
public static final String DETECT_REPLAY_SUPPORTED
public static final String DETECT_REPLAY_REQUIRED
public static final String ESTABLISH_TRUST_IN_TARGET_NONE
public static final String ESTABLISH_TRUST_IN_TARGET_SUPPORTED
public static final String ESTABLISH_TRUST_IN_CLIENT_NONE
public static final String ESTABLISH_TRUST_IN_CLIENT_SUPPORTED
public static final String ESTABLISH_TRUST_IN_CLIENT_REQUIRED
public String getIntegrity()
public void setIntegrity(String integrity)
integrity
- the integrity.IllegalArgumentException
- for a null integritypublic String getConfidentiality()
public void setConfidentiality(String confidentiality)
confidentiality
- the confidentiality.IllegalArgumentException
- for a null confidentialitypublic String getEstablishTrustInTarget()
public void setEstablishTrustInTarget(String establishTrustInTarget)
establishTrustInTarget
- the establishTrustInTarget.IllegalArgumentException
- for a null establishTrustInTargetpublic String getEstablishTrustInClient()
public void setEstablishTrustInClient(String establishTrustInClient)
establishTrustInClient
- the establishTrustInClient.IllegalArgumentException
- for a null establishTrustInClientpublic String getDetectMisordering()
public void setDetectMisordering(String detectMisordering)
detectMisordering
- the detectMisordering.IllegalArgumentException
- for a null detectMisorderingpublic String getDetectReplay()
public void setDetectReplay(String detectReplay)
detectReplay
- the detectReplay.IllegalArgumentException
- for a null detectReplayCopyright © 2018 JBoss, a division of Red Hat, Inc.. All Rights Reserved.