public class MessageSecurityBinding extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
authLayer |
protected List<MessageSecurity> |
messageSecurity |
protected String |
providerId |
| Constructor and Description |
|---|
MessageSecurityBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthLayer() |
List<MessageSecurity> |
getMessageSecurity() |
String |
getProviderId() |
void |
setAuthLayer(String value) |
void |
setProviderId(String value) |
protected String authLayer
protected String providerId
protected List<MessageSecurity> messageSecurity
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.