public class IORSASContextMetaData extends IdMetaDataImplWithDescriptions
Modifier and Type | Field and Description |
---|---|
static String |
CALLER_PROPAGATION_NONE
No caller propagation
|
static String |
CALLER_PROPAGATION_SUPPORTED
Caller propagation supported
|
Constructor and Description |
---|
IORSASContextMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getCallerPropagation()
Get the callerPropagation.
|
void |
setCallerPropagation(String callerPropagation)
Set the callerPropagation.
|
getDescriptions, setDescriptions
public static final String CALLER_PROPAGATION_NONE
public static final String CALLER_PROPAGATION_SUPPORTED
public String getCallerPropagation()
public void setCallerPropagation(String callerPropagation)
callerPropagation
- the callerPropagation.IllegalArgumentException
- for a null callerPropagationCopyright © 2014 JBoss by Red Hat. All rights reserved.