public class AddUserHeaderDTO
extends java.lang.Object
This class is used to more finely control how user headers are added to received STOMP messages.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
kind
The user sending the message may have many principals,
setting the kind will only select those principals who's
class name matches the kind.
|
java.lang.String |
name
The name of the header to set
|
java.lang.String |
separator
If the user has multiple principals which match
then they will all be listed in the value of the header
entry separated by the configured separator value.
|
Constructor and Description |
---|
AddUserHeaderDTO() |
public java.lang.String name
public java.lang.String separator
public java.lang.String kind
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.