Uses of Interface
org.apache.wss4j.stax.ext.WSInboundSecurityContext

Packages that use WSInboundSecurityContext
org.apache.wss4j.stax.impl   
org.apache.wss4j.stax.impl.processor.input   
org.apache.wss4j.stax.impl.securityToken   
org.apache.wss4j.stax.validate   
 

Uses of WSInboundSecurityContext in org.apache.wss4j.stax.impl
 

Classes in org.apache.wss4j.stax.impl that implement WSInboundSecurityContext
 class InboundWSSecurityContextImpl
          Concrete security context implementation
 

Uses of WSInboundSecurityContext in org.apache.wss4j.stax.impl.processor.input
 

Constructors in org.apache.wss4j.stax.impl.processor.input with parameters of type WSInboundSecurityContext
DecryptInputProcessor(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, org.apache.xml.security.binding.xmlenc.ReferenceList referenceList, WSSSecurityProperties securityProperties, WSInboundSecurityContext securityContext)
           
 

Uses of WSInboundSecurityContext in org.apache.wss4j.stax.impl.securityToken
 

Methods in org.apache.wss4j.stax.impl.securityToken with parameters of type WSInboundSecurityContext
protected  byte[] UsernameSecurityTokenImpl.generateDerivedKey(WSInboundSecurityContext wsInboundSecurityContext)
          This method generates a derived key as defined in WSS Username Token Profile.
 

Constructors in org.apache.wss4j.stax.impl.securityToken with parameters of type WSInboundSecurityContext
DsaKeyValueSecurityTokenImpl(org.apache.xml.security.binding.xmldsig.DSAKeyValueType dsaKeyValueType, WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto)
           
ECKeyValueSecurityTokenImpl(org.apache.xml.security.binding.xmldsig11.ECKeyValueType ecKeyValueType, WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto)
           
EncryptedKeySha1SecurityTokenImpl(WSInboundSecurityContext inboundSecurityContext, CallbackHandler callbackHandler, String sha1Identifier, String id)
           
ExternalSecurityTokenImpl(WSInboundSecurityContext wsInboundSecurityContext, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier, WSSSecurityProperties securityProperties, boolean included)
           
KerberosServiceSecurityTokenImpl(WSInboundSecurityContext wsInboundSecurityContext, CallbackHandler callbackHandler, byte[] binaryContent, String kerberosTokenValueType, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier)
           
RsaKeyValueSecurityTokenImpl(org.apache.xml.security.binding.xmldsig.RSAKeyValueType rsaKeyValueType, WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto)
           
SamlSecurityTokenImpl(SamlAssertionWrapper samlAssertionWrapper, org.apache.xml.security.stax.securityToken.InboundSecurityToken subjectSecurityToken, WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier, WSSSecurityProperties securityProperties)
           
SamlSecurityTokenImpl(WSInboundSecurityContext wsInboundSecurityContext, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier, WSSSecurityProperties securityProperties)
           
SecureConversationSecurityTokenImpl(WSInboundSecurityContext wsInboundSecurityContext, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier)
           
SecurityTokenReferenceImpl(org.apache.xml.security.stax.securityToken.InboundSecurityToken inboundSecurityToken, Deque<org.apache.xml.security.stax.ext.stax.XMLSecEvent> xmlSecEvents, WSInboundSecurityContext wsInboundSecurityContext, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier)
           
UsernameSecurityTokenImpl(WSSConstants.UsernameTokenPasswordType usernameTokenPasswordType, String username, String password, String createdTime, byte[] nonce, byte[] salt, Long iteration, WSInboundSecurityContext wsInboundSecurityContext, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier)
           
X509PKIPathv1SecurityTokenImpl(WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto, CallbackHandler callbackHandler, byte[] binaryContent, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier, WSSSecurityProperties securityProperties)
           
X509SecurityTokenImpl(org.apache.xml.security.stax.securityToken.SecurityTokenConstants.TokenType tokenType, WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto, CallbackHandler callbackHandler, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier, WSSSecurityProperties securityProperties, boolean includedInMessage)
           
X509V3SecurityTokenImpl(WSInboundSecurityContext wsInboundSecurityContext, Crypto crypto, CallbackHandler callbackHandler, byte[] binaryContent, String id, WSSSecurityProperties securityProperties)
           
 

Uses of WSInboundSecurityContext in org.apache.wss4j.stax.validate
 

Methods in org.apache.wss4j.stax.validate that return WSInboundSecurityContext
 WSInboundSecurityContext TokenContext.getWsSecurityContext()
           
 

Constructors in org.apache.wss4j.stax.validate with parameters of type WSInboundSecurityContext
TokenContext(WSSSecurityProperties wssSecurityProperties, WSInboundSecurityContext wsInboundSecurityContext, List<org.apache.xml.security.stax.ext.stax.XMLSecEvent> xmlSecEvents, List<QName> elementPath)
           
 



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