public interface MessageSecurityConfig
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthLayer()
Gets the value of the authLayer property.
|
String |
getDefaultClientProvider()
Gets the value of the defaultClientProvider property.
|
String |
getDefaultProvider()
Gets the value of the defaultProvider property.
|
List<ProviderConfig> |
getProviderConfig()
Gets the value of the providerConfig property.
|
void |
setAuthLayer(String value)
Sets the value of the authLayer property.
|
void |
setDefaultClientProvider(String value)
Sets the value of the defaultClientProvider property.
|
void |
setDefaultProvider(String value)
Sets the value of the defaultProvider property.
|
@NotNull String getAuthLayer()
Stringvoid setAuthLayer(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getDefaultProvider()
Stringvoid setDefaultProvider(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getDefaultClientProvider()
Stringvoid setDefaultClientProvider(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionList<ProviderConfig> getProviderConfig()
set method for the providerConfig property.
For example, to add a new item, do as follows:
getProviderConfig().add(newItem);
Objects of the following type(s) are allowed in the list
ProviderConfigCopyright © 2013. All Rights Reserved.