| Package | Description |
|---|---|
| flex.messaging.config |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityConstraint |
ChannelSettings.constraint |
| Modifier and Type | Method and Description |
|---|---|
SecurityConstraint |
ServiceSettings.getConstraint()
Gets the
SecurityConstraint that will be applied to all
destinations of the service, or null if no constraint has
been registered. |
SecurityConstraint |
DestinationSettings.getConstraint()
Gets the
SecurityConstraint that will be applied to this
destination, or null if no constraint has been registered. |
SecurityConstraint |
ChannelSettings.getConstraint() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceSettings.setConstraint(SecurityConstraint sc)
Sets the security constraint to be applied to all destinations of the service.
|
void |
DestinationSettings.setConstraint(SecurityConstraint sc)
Sets the security constraint to be applied to this destination.
|
void |
ChannelSettings.setConstraint(SecurityConstraint constraint) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.