Uses of Class
org.apache.ws.secpolicy.model.SupportingToken
Package
Description
-
Uses of SupportingToken in org.apache.rampart
Modifier and TypeMethodDescriptionprotected void
PolicyBasedResultsValidator.handleSupportingTokens
(RampartMessageData rmd, List<org.apache.wss4j.dom.engine.WSSecurityEngineResult> results, SupportingToken suppTok) protected boolean
PolicyBasedResultsValidator.isUsernameTokenPresent
(SupportingToken suppTok) -
Uses of SupportingToken in org.apache.rampart.builder
Modifier and TypeMethodDescriptionBindingBuilder.handleSupportingTokens
(RampartMessageData rmd, SupportingToken suppTokens) -
Uses of SupportingToken in org.apache.rampart.policy
Modifier and TypeMethodDescriptionRampartPolicyData.getEncryptedSupportingTokens()
RampartPolicyData.getEndorsingEncryptedSupportingTokens()
RampartPolicyData.getEndorsingSupportingTokens()
RampartPolicyData.getSignedEncryptedSupportingTokens()
RampartPolicyData.getSignedEndorsingEncryptedSupportingTokens()
RampartPolicyData.getSignedEndorsingSupportingTokens()
RampartPolicyData.getSignedSupportingTokens()
RampartPolicyData.getSupportingTokens()
Modifier and TypeMethodDescriptionvoid
SupportingPolicyData.build
(SupportingToken token) void
RampartPolicyData.setEncryptedSupportingTokens
(SupportingToken encryptedSupportingTokens) void
RampartPolicyData.setEndorsingEncryptedSupportingTokens
(SupportingToken endorsingEncryptedSupportingTokens) void
RampartPolicyData.setEndorsingSupportingTokens
(SupportingToken endorsingSupportingTokens) void
RampartPolicyData.setSignedEncryptedSupportingTokens
(SupportingToken signedEncryptedSupportingTokens) void
RampartPolicyData.setSignedEndorsingEncryptedSupportingTokens
(SupportingToken signedEndorsingEncryptedSupportingTokens) void
RampartPolicyData.setSignedEndorsingSupportingTokens
(SupportingToken signedEndorsingSupportingTokens) void
RampartPolicyData.setSignedSupportingTokens
(SupportingToken signedSupportingTokens) void
RampartPolicyData.setSupportingTokens
(SupportingToken suppTokens) -
Uses of SupportingToken in org.apache.rampart.util
Modifier and TypeMethodDescriptionstatic Collection<UsernameToken>
RampartUtil.getUsernameTokens
(SupportingToken suppTok) -
Uses of SupportingToken in org.apache.ws.secpolicy.model
Modifier and TypeMethodDescriptionBinding.getSignedEndorsingSupportingTokens()
Binding.getSignedSupportingToken()
Modifier and TypeMethodDescriptionvoid
Binding.setSignedEndorsingSupportingTokens
(SupportingToken signedEndorsingSupportingTokens) void
Binding.setSignedSupportingToken
(SupportingToken signedSupportingToken)