Uses of Interface
org.apache.wss4j.policy.stax.PolicyAsserter
Packages that use PolicyAsserter
Package
Description
-
Uses of PolicyAsserter in org.apache.wss4j.policy.stax
Classes in org.apache.wss4j.policy.stax that implement PolicyAsserter -
Uses of PolicyAsserter in org.apache.wss4j.policy.stax.assertionStates
Methods in org.apache.wss4j.policy.stax.assertionStates that return PolicyAsserterModifier and TypeMethodDescriptionprotected PolicyAsserterTokenAssertionState.getPolicyAsserter()Constructors in org.apache.wss4j.policy.stax.assertionStates with parameters of type PolicyAsserterModifierConstructorDescriptionAlgorithmSuiteAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) ContentEncryptedElementsAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) EncryptedElementsAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) EncryptedPartsAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted, int attachmentCount, boolean soap12) HttpsTokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) IncludeTimeStampAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) IssuedTokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) KerberosTokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) KeyValueTokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) OnlySignEntireHeadersAndBodyAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted, String roleOrActor) ProtectionOrderAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) RelTokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) RequiredElementsAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) RequiredPartsAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted, boolean soap12) SamlTokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) SecureConversationTokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) SecurityContextTokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) SignatureConfirmationAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) SignatureProtectionAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) SignedElementsAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) SignedPartsAssertionState(AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted, int attachmentCount, boolean soap12) SpnegoContextTokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) TokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) TokenProtectionAssertionState(org.apache.neethi.Assertion assertion, PolicyAsserter policyAsserter, boolean initialAssertionState, boolean soap12) UsernameTokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) X509TokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) -
Uses of PolicyAsserter in org.apache.wss4j.policy.stax.enforcer
Constructors in org.apache.wss4j.policy.stax.enforcer with parameters of type PolicyAsserterModifierConstructorDescriptionPolicyEnforcer(List<OperationPolicy> operationPolicies, String soapAction, boolean initiator, String actorOrRole, int attachmentCount, PolicyAsserter policyAsserter, boolean soap12)