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()
           
 boolean isCallerPropagationSupported()
           
 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()

isCallerPropagationSupported

public boolean isCallerPropagationSupported()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.