Uses of Interface
org.apache.wss4j.policy.stax.PolicyAsserter

Packages that use PolicyAsserter
org.apache.wss4j.policy.stax   
org.apache.wss4j.policy.stax.assertionStates   
 

Uses of PolicyAsserter in org.apache.wss4j.policy.stax
 

Classes in org.apache.wss4j.policy.stax that implement PolicyAsserter
 class DummyPolicyAsserter
          A dummy policy asserter
 

Constructors in org.apache.wss4j.policy.stax with parameters of type PolicyAsserter
PolicyEnforcer(List<OperationPolicy> operationPolicies, String soapAction, boolean initiator, String actorOrRole, int attachmentCount, PolicyAsserter policyAsserter)
           
 

Uses of PolicyAsserter in org.apache.wss4j.policy.stax.assertionStates
 

Methods in org.apache.wss4j.policy.stax.assertionStates that return PolicyAsserter
protected  PolicyAsserter TokenAssertionState.getPolicyAsserter()
           
 

Constructors in org.apache.wss4j.policy.stax.assertionStates with parameters of type PolicyAsserter
AlgorithmSuiteAssertionState(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)
           
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)
           
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)
           
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)
           
UsernameTokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator)
           
X509TokenAssertionState(AbstractSecurityAssertion assertion, boolean asserted, PolicyAsserter policyAsserter, boolean initiator)
           
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.