public interface RequestPolicy
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthRecipient()
Specifies whether recipient authentication occurs before or after content
authentication.
|
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.
|
@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)") String getAuthRecipient()
Stringvoid setAuthRecipient(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2013. All Rights Reserved.