public interface JaccProvider
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPolicyConfigurationFactoryProvider()
Gets the value of the policyConfigurationFactoryProvider property.
|
String |
getPolicyProvider()
Gets the value of the policyProvider property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
void |
setName(String value)
Sets the value of the name property.
|
void |
setPolicyConfigurationFactoryProvider(String value)
Sets the value of the policyConfigurationFactoryProvider property.
|
void |
setPolicyProvider(String value)
Sets the value of the policyProvider property.
|
@NotNull String getName()
Stringvoid setName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull String getPolicyProvider()
Stringvoid setPolicyProvider(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getPolicyConfigurationFactoryProvider()
Stringvoid setPolicyConfigurationFactoryProvider(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2017. All rights reserved.