Uses of Class
org.apache.ws.secpolicy.model.SupportingToken
Packages that use SupportingToken
Package
Description
-
Uses of SupportingToken in org.apache.rampart
Methods in org.apache.rampart with parameters of type SupportingTokenModifier and TypeMethodDescriptionprotected voidPolicyBasedResultsValidator.handleSupportingTokens(RampartMessageData rmd, List<org.apache.wss4j.dom.engine.WSSecurityEngineResult> results, SupportingToken suppTok) protected booleanPolicyBasedResultsValidator.isUsernameTokenPresent(SupportingToken suppTok) -
Uses of SupportingToken in org.apache.rampart.builder
Methods in org.apache.rampart.builder with parameters of type SupportingTokenModifier and TypeMethodDescriptionBindingBuilder.handleSupportingTokens(RampartMessageData rmd, SupportingToken suppTokens) -
Uses of SupportingToken in org.apache.rampart.policy
Methods in org.apache.rampart.policy that return SupportingTokenModifier and TypeMethodDescriptionRampartPolicyData.getEncryptedSupportingTokens()RampartPolicyData.getEndorsingEncryptedSupportingTokens()RampartPolicyData.getEndorsingSupportingTokens()RampartPolicyData.getSignedEncryptedSupportingTokens()RampartPolicyData.getSignedEndorsingEncryptedSupportingTokens()RampartPolicyData.getSignedEndorsingSupportingTokens()RampartPolicyData.getSignedSupportingTokens()RampartPolicyData.getSupportingTokens()Methods in org.apache.rampart.policy that return types with arguments of type SupportingTokenMethods in org.apache.rampart.policy with parameters of type SupportingTokenModifier and TypeMethodDescriptionvoidSupportingPolicyData.build(SupportingToken token) voidRampartPolicyData.setEncryptedSupportingTokens(SupportingToken encryptedSupportingTokens) voidRampartPolicyData.setEndorsingEncryptedSupportingTokens(SupportingToken endorsingEncryptedSupportingTokens) voidRampartPolicyData.setEndorsingSupportingTokens(SupportingToken endorsingSupportingTokens) voidRampartPolicyData.setSignedEncryptedSupportingTokens(SupportingToken signedEncryptedSupportingTokens) voidRampartPolicyData.setSignedEndorsingEncryptedSupportingTokens(SupportingToken signedEndorsingEncryptedSupportingTokens) voidRampartPolicyData.setSignedEndorsingSupportingTokens(SupportingToken signedEndorsingSupportingTokens) voidRampartPolicyData.setSignedSupportingTokens(SupportingToken signedSupportingTokens) voidRampartPolicyData.setSupportingTokens(SupportingToken suppTokens) -
Uses of SupportingToken in org.apache.rampart.util
Methods in org.apache.rampart.util with parameters of type SupportingTokenModifier and TypeMethodDescriptionstatic Collection<UsernameToken>RampartUtil.getUsernameTokens(SupportingToken suppTok) -
Uses of SupportingToken in org.apache.ws.secpolicy.model
Methods in org.apache.ws.secpolicy.model that return SupportingTokenModifier and TypeMethodDescriptionBinding.getSignedEndorsingSupportingTokens()Binding.getSignedSupportingToken()Methods in org.apache.ws.secpolicy.model with parameters of type SupportingTokenModifier and TypeMethodDescriptionvoidBinding.setSignedEndorsingSupportingTokens(SupportingToken signedEndorsingSupportingTokens) voidBinding.setSignedSupportingToken(SupportingToken signedSupportingToken)