|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.policy.model.PolicyEngineData
org.apache.ws.security.policy.model.Binding
org.apache.ws.security.policy.model.SymmetricAsymmetricBindingBase
org.apache.ws.security.policy.model.AsymmetricBinding
Constructor Summary | |
AsymmetricBinding()
|
Method Summary | |
InitiatorToken |
getInitiatorToken()
|
RecipientToken |
getRecipientToken()
|
void |
setInitiatorToken(InitiatorToken initiatorToken)
|
void |
setRecipientToken(RecipientToken recipientToken)
|
Methods inherited from class org.apache.ws.security.policy.model.SymmetricAsymmetricBindingBase |
getProtectionOrder, isEntireHeaderAndBodySignatures, isSignatureProtection, isTokenProtection, setEntireHeaderAndBodySignatures, setProtectionOrder, setSignatureProtection, setTokenProtection |
Methods inherited from class org.apache.ws.security.policy.model.Binding |
getAlgorithmSuite, getLayout, isIncludeTimestamp, setAlgorithmSuite, setIncludeTimestamp, setLayout |
Methods inherited from class org.apache.ws.security.policy.model.PolicyEngineData |
copy, initializeWithDefaults |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AsymmetricBinding()
Method Detail |
public InitiatorToken getInitiatorToken()
public void setInitiatorToken(InitiatorToken initiatorToken)
initiatorToken
- The initiatorToken to set.public RecipientToken getRecipientToken()
public void setRecipientToken(RecipientToken recipientToken)
recipientToken
- The recipientToken to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |