org.jboss.metadata
Class IorSecurityConfigMetaData.SasContext

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

public class IorSecurityConfigMetaData.SasContext
extends Object

sas-context (related to CSIv2 security attribute service) element describes the sas-context fields.


Field Summary
static String CALLER_PROPAGATION_NONE
           
static String CALLER_PROPAGATION_SUPPORTED
           
 
Method Summary
 String getCallerPropagation()
          Get the caller propagation
 boolean isCallerPropagationSupported()
          Whether caller propagation is supported
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CALLER_PROPAGATION_NONE

public static final String CALLER_PROPAGATION_NONE
See Also:
Constant Field Values

CALLER_PROPAGATION_SUPPORTED

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

getCallerPropagation

public String getCallerPropagation()
Get the caller propagation

Returns:
the caller propagation

isCallerPropagationSupported

public boolean isCallerPropagationSupported()
Whether caller propagation is supported

Returns:
true when propagation is supported

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.