public class AddUserHeaderDTO extends Object
This class is used to more finely control how user headers are added to received STOMP messages.
Modifier and Type | Field and Description |
---|---|
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.
|
String |
name
The name of the header to set
|
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 String name
public String separator
public String kind
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.