|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponsePolicy
Used to define the authentication policy requirements associated with the response processing performed by an authentication provider (i.e. when a client provider's ClientAuthModule.validateResponse() method is called or when a server provider's erverAuthModule.secureResponse() method is called)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
String |
getAuthRecipient()
Specifies whether recipient authentication occurs before or after content authentication. |
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. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
@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)") String getAuthRecipient()
String
void setAuthRecipient(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||