public interface ResponsePolicy
extends org.jvnet.hk2.config.ConfigBeanProxy
| 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()
Specifies the type of required authentication, either "sender"
(user name and password) or "content" (digital signature).
|
void |
setAuthRecipient(String value)
Sets the value of the authRecipient property.
|
void |
setAuthSource(String value)
Sets the value of the authSource property.
|
@Pattern(regexp="(sender|content|username-password)") @Pattern(regexp="(sender|content|username-password)") String getAuthSource()
Stringvoid setAuthSource(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Pattern(regexp="(before-content|after-content)") @Pattern(regexp="(before-content|after-content)") String getAuthRecipient()
Stringvoid setAuthRecipient(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.