public interface OpenApiServiceConfiguration extends ConfigExtension
ConfigBeanProxy.Duck
Modifier and Type | Method and Description |
---|---|
String |
getCorsHeaders()
Defines if CORS headers are set on the OpenApi response.
|
String |
getEnabled() |
String |
getRoles() |
String |
getSecurityEnabled() |
String |
getVirtualServers() |
void |
setCorsHeaders(String value) |
void |
setEnabled(String value) |
void |
setRoles(String value) |
void |
setSecurityEnabled(String value) |
void |
setVirtualServers(String value) |
createChild, deepCopy, getParent, getParent
String getEnabled()
void setEnabled(String value) throws PropertyVetoException
PropertyVetoException
String getCorsHeaders()
void setCorsHeaders(String value) throws PropertyVetoException
PropertyVetoException
String getVirtualServers()
void setVirtualServers(String value) throws PropertyVetoException
PropertyVetoException
String getSecurityEnabled()
void setSecurityEnabled(String value) throws PropertyVetoException
PropertyVetoException
String getRoles()
void setRoles(String value) throws PropertyVetoException
PropertyVetoException
Copyright © 2019. All rights reserved.