org.jboss.metadata
Class IorSecurityConfigMetaData.TransportConfig

java.lang.Object
  extended by org.jboss.metadata.IorSecurityConfigMetaData.TransportConfig
Enclosing class:
IorSecurityConfigMetaData

public class IorSecurityConfigMetaData.TransportConfig
extends Object

The root element for security between the end points


Field Summary
static String CONFIDENTIALITY_NONE
           
static String CONFIDENTIALITY_REQUIRED
           
static String CONFIDENTIALITY_SUPPORTED
           
static String DETECT_MISORDERING_NONE
           
static String DETECT_MISORDERING_REQUIRED
           
static String DETECT_MISORDERING_SUPPORTED
           
static String DETECT_REPLAY_NONE
           
static String DETECT_REPLAY_REQUIRED
           
static String DETECT_REPLAY_SUPPORTED
           
static String ESTABLISH_TRUST_IN_CLIENT_NONE
           
static String ESTABLISH_TRUST_IN_CLIENT_REQUIRED
           
static String ESTABLISH_TRUST_IN_CLIENT_SUPPORTED
           
static String ESTABLISH_TRUST_IN_TARGET_NONE
           
static String ESTABLISH_TRUST_IN_TARGET_SUPPORTED
           
static String INTEGRITY_NONE
           
static String INTEGRITY_REQUIRED
           
static String INTEGRITY_SUPPORTED
           
 
Method Summary
 String getConfidentiality()
          Get the confidentiality
 String getDetectMisordering()
          Get the detect misordering
 String getDetectReplay()
          Get the detect replay
 String getEstablishTrustInClient()
          Get the establish trust in client
 String getEstablishTrustInTarget()
          Get the establish trust in target
 String getIntegrity()
          Get the integrity
 boolean isEstablishTrustInTargetSupported()
          Whether establish trust in target is support
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INTEGRITY_NONE

public static final String INTEGRITY_NONE
See Also:
Constant Field Values

INTEGRITY_SUPPORTED

public static final String INTEGRITY_SUPPORTED
See Also:
Constant Field Values

INTEGRITY_REQUIRED

public static final String INTEGRITY_REQUIRED
See Also:
Constant Field Values

CONFIDENTIALITY_NONE

public static final String CONFIDENTIALITY_NONE
See Also:
Constant Field Values

CONFIDENTIALITY_SUPPORTED

public static final String CONFIDENTIALITY_SUPPORTED
See Also:
Constant Field Values

CONFIDENTIALITY_REQUIRED

public static final String CONFIDENTIALITY_REQUIRED
See Also:
Constant Field Values

DETECT_MISORDERING_NONE

public static final String DETECT_MISORDERING_NONE
See Also:
Constant Field Values

DETECT_MISORDERING_SUPPORTED

public static final String DETECT_MISORDERING_SUPPORTED
See Also:
Constant Field Values

DETECT_MISORDERING_REQUIRED

public static final String DETECT_MISORDERING_REQUIRED
See Also:
Constant Field Values

DETECT_REPLAY_NONE

public static final String DETECT_REPLAY_NONE
See Also:
Constant Field Values

DETECT_REPLAY_SUPPORTED

public static final String DETECT_REPLAY_SUPPORTED
See Also:
Constant Field Values

DETECT_REPLAY_REQUIRED

public static final String DETECT_REPLAY_REQUIRED
See Also:
Constant Field Values

ESTABLISH_TRUST_IN_TARGET_NONE

public static final String ESTABLISH_TRUST_IN_TARGET_NONE
See Also:
Constant Field Values

ESTABLISH_TRUST_IN_TARGET_SUPPORTED

public static final String ESTABLISH_TRUST_IN_TARGET_SUPPORTED
See Also:
Constant Field Values

ESTABLISH_TRUST_IN_CLIENT_NONE

public static final String ESTABLISH_TRUST_IN_CLIENT_NONE
See Also:
Constant Field Values

ESTABLISH_TRUST_IN_CLIENT_SUPPORTED

public static final String ESTABLISH_TRUST_IN_CLIENT_SUPPORTED
See Also:
Constant Field Values

ESTABLISH_TRUST_IN_CLIENT_REQUIRED

public static final String ESTABLISH_TRUST_IN_CLIENT_REQUIRED
See Also:
Constant Field Values
Method Detail

getIntegrity

public String getIntegrity()
Get the integrity

Returns:
the integrity

getConfidentiality

public String getConfidentiality()
Get the confidentiality

Returns:
the confidentiality

getDetectMisordering

public String getDetectMisordering()
Get the detect misordering

Returns:
the detect misordering

getDetectReplay

public String getDetectReplay()
Get the detect replay

Returns:
the detect replay

getEstablishTrustInTarget

public String getEstablishTrustInTarget()
Get the establish trust in target

Returns:
the establish trust in target

isEstablishTrustInTargetSupported

public boolean isEstablishTrustInTargetSupported()
Whether establish trust in target is support

Returns:
true when it is supported

getEstablishTrustInClient

public String getEstablishTrustInClient()
Get the establish trust in client

Returns:
the establish trust in client

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.