public static interface MessagePolicy.Target
The internal state of a Target indicates whether it applies to the request or response message of an AuthParam and to which components it applies within the identified message.
Modifier and Type | Method and Description |
---|---|
Object |
get(MessageInfo messageInfo)
Get the Object identified by the Target from the AuthParam.
|
void |
put(MessageInfo messageInfo,
Object data)
Put the Object into the AuthParam at the location identified by the target.
|
void |
remove(MessageInfo messageInfo)
Remove the Object identified by the Target from the AuthParam.
|
Object get(MessageInfo messageInfo)
authParam
- the AuthParam containing the request or response message from which
the target is to be obtained.void put(MessageInfo messageInfo, Object data)
authParam
- the AuthParam containing the request or response message
into which the object is to be put.data
- void remove(MessageInfo messageInfo)
authParam
- the AuthParam containing the request or response message from
which the target is to be removed.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.