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(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) ContentEncryptedElementsAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) EncryptedElementsAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) EncryptedPartsAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted, int attachmentCount, boolean soap12) HttpsTokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) IncludeTimeStampAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) IssuedTokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) KerberosTokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) KeyValueTokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) OnlySignEntireHeadersAndBodyAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted, String roleOrActor) ProtectionOrderAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) RelTokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) RequiredElementsAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) RequiredPartsAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted, boolean soap12) SamlTokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) SecureConversationTokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) SecurityContextTokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) SignatureConfirmationAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) SignatureProtectionAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) SignedElementsAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted) SignedPartsAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, PolicyAsserter policyAsserter, boolean asserted, int attachmentCount, boolean soap12) SpnegoContextTokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) TokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) TokenProtectionAssertionState(org.apache.neethi.Assertion assertion, PolicyAsserter policyAsserter, boolean initialAssertionState, boolean soap12) UsernameTokenAssertionState(org.apache.wss4j.policy.model.AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator) X509TokenAssertionState(org.apache.wss4j.policy.model.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)