public interface RequestPolicy extends ConfigBeanProxy
ConfigBeanProxy.Duck
Modifier and Type | Method and Description |
---|---|
@Pattern(regexp="(before-content|after-content)") String |
getAuthRecipient()
Specifies whether recipient authentication occurs before or after content
authentication.
|
@Pattern(regexp="(sender|content|username-password)") String |
getAuthSource()
Gets the value of the authSource property.
|
void |
setAuthRecipient(String value)
Sets the value of the authRecipient property.
|
void |
setAuthSource(String value)
Sets the value of the authSource property.
|
createChild, deepCopy, getParent, getParent
@Pattern(regexp="(sender|content|username-password)") @Pattern(regexp="(sender|content|username-password)") String getAuthSource()
String
void setAuthSource(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Pattern(regexp="(before-content|after-content)") @Pattern(regexp="(before-content|after-content)") String getAuthRecipient()
String
void setAuthRecipient(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
Copyright © 2021. All rights reserved.