A B C D E F G H I J K L M N O P R S T U V W X

A

ACTION - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
The action parameter.
ACTION_REQUEST_ISSUE - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
ACTION_REQUEST_RENEW - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
ACTION_REQUEST_VALIDATE - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
ACTION_RESPONSE_ISSUE - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
ACTION_RESPONSE_RENEW - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
ACTION_RESPONSE_VALIDATE - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
ACTION_TAG - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
ACTOR - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
The actor name of the wsse:Security header.
ADDRESS_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
ADD_UT_ELEMENTS - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Parameter to generate additional elements in UsernameToken.
AES_128 - Static variable in class org.apache.ws.security.WSConstants
Sets the encryption method to use AES with 128 bit key as the symmetric algorithm to encrypt data.
AES_192 - Static variable in class org.apache.ws.security.WSConstants
Sets the encryption method to use AES with 192 bit key as the symmetric algorithm to encrypt data.
AES_256 - Static variable in class org.apache.ws.security.WSConstants
Sets the encryption method to use AES with 256 bit key as the symmetric algorithm to encrypt data.
ALLOWPOSTDATING_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
APPLIESTO_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
APPLIES_TO_VAL - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
ASSERTION_LN - Static variable in class org.apache.ws.security.WSConstants
 
ATTR_ACTOR - Static variable in class org.apache.ws.security.WSConstants
 
ATTR_MUST_UNDERSTAND - Static variable in class org.apache.ws.security.WSConstants
 
ATTR_ROLE - Static variable in class org.apache.ws.security.WSConstants
 
AbstractCrypto - class org.apache.ws.security.components.crypto.AbstractCrypto.
Created by IntelliJ IDEA.
AbstractCrypto(Properties) - Constructor for class org.apache.ws.security.components.crypto.AbstractCrypto
Constructor
AbstractCrypto(Properties, ClassLoader) - Constructor for class org.apache.ws.security.components.crypto.AbstractCrypto
This allows providing a custom class loader to load the resources, etc
AbstractToken - class org.apache.ws.sandbox.security.trust.message.token.AbstractToken.
 
AbstractToken(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
Create a new token with the given document
AbstractToken(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
Tihs constructor accepts a DOM Element instance Will populate the internal properties
Action - interface org.apache.ws.security.action.Action.
Interface for all actions
AlgoFactory - class org.apache.ws.sandbox.security.conversation.dkalgo.AlgoFactory.
 
AlgoFactory() - Constructor for class org.apache.ws.sandbox.security.conversation.dkalgo.AlgoFactory
 
AllowPostdating - class org.apache.ws.sandbox.security.trust.message.token.AllowPostdating.
 
AllowPostdating(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.AllowPostdating
Constructor for AllowPostdating
AllowPostdating(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.AllowPostdating
Constructor for AllowPostdating
AppliesTo - class org.apache.ws.sandbox.security.policy.message.token.AppliesTo.
 
AppliesTo(Element) - Constructor for class org.apache.ws.sandbox.security.policy.message.token.AppliesTo
Constructor for AppliesTo
AppliesTo(Document) - Constructor for class org.apache.ws.sandbox.security.policy.message.token.AppliesTo
Constructor for AppliesTo
actor - Variable in class org.apache.ws.security.message.WSBaseMessage
 
add(String, String) - Method in class org.apache.ws.security.util.NSStack
Add a mapping for a namespaceURI to the specified prefix to the top frame in the stack.
addAction() - Method in class org.apache.ws.sandbox.security.trust2.WSAddTokenRequest
Adds the standard Action element corresponding to the RequestType specified in the RequestSecurityToken message being used.
addAction(URI) - Method in class org.apache.ws.sandbox.security.trust2.WSAddTokenRequest
Adds a custom Action element to the SOAP header.
addAttribute(String, String) - Method in class org.apache.ws.sandbox.security.trust.message.token.BinarySecret
This is provided as an extensibility mechnism to as any attrbute
addAttribute(String, String) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
This is provided as an extensibility mechnism to ass any attrbute to the wst:RequestSecyrityToken element
addAttribute(String, String) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
This is provided as an extensibility mechnism to as any attrbute
addChild(AbstractToken) - Method in class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
 
addChildElement(Element) - Method in class org.apache.ws.sandbox.security.policy.message.token.AppliesTo
 
addClaims(NodeList) - Method in class org.apache.ws.sandbox.security.trust.message.token.Claims
Adds a list of nodes as children of this wst:Claims element
addCreated(Document) - Method in class org.apache.ws.security.message.WSSAddUsernameToken
Creates and adds a Created element to the UsernameToken
addCreated(boolean, Document) - Method in class org.apache.ws.security.message.token.UsernameToken
Creates and adds a Created element to this UsernameToken
addCustomElement(Element) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
addCustomElement(String) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
addCustomElement(Document, Element) - Method in class org.apache.ws.security.message.token.Timestamp
Creates and adds a custom element to this Timestamp
addCustomElementNS(String, String) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
addDerivedKey(DerivedKeyInfo) - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
This adds a derived key into the session
addDerivedKey(String, DerivedKeyInfo) - Method in class org.apache.ws.sandbox.security.conversation.DerivedKeyCallbackHandler
Adds a derived key into a session identified by the uuid
addDkToken(Document, DerivedKeyInfo) - Method in class org.apache.ws.sandbox.security.conversation.ConversationManager
 
addIteration(Document, int) - Method in class org.apache.ws.security.message.token.UsernameToken
Creates and adds a Iteration element to this UsernameToken
addJceProvider(String, String) - Method in class org.apache.ws.security.WSSConfig
Add a new JCE security provider to use for WSS4J.
addNonce(Document) - Method in class org.apache.ws.security.message.WSSAddUsernameToken
Creates and adds a Nonce element to the UsernameToken
addNonce(Document) - Method in class org.apache.ws.security.message.token.UsernameToken
Creates and adds a Nonce element to this UsernameToken
addSalt(Document, byte[], boolean) - Method in class org.apache.ws.security.message.token.UsernameToken
Adds and otionally creates a Salt element to this UsernameToken.
addSecurtiyContext(String, SecurityContextInfo) - Static method in class org.apache.ws.sandbox.security.conversation.DerivedKeyCallbackHandler
 
addSupporting(SecurityTokenOrReference) - Method in class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
 
addToken(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.BaseToken
Other tokens can be added through this method
addToken(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.Claims
This is provided as an extensibility mechanism to add any child element to the wst:Claims element
addToken(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
This is provided as an extensibility mechanism to add any child element to the wst:RequestSecyrityToken element
addToken(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
This is provided as an extensibility mechanism to add any child element
addToken(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
 
addToken(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedSecurityToken
 
alias - Variable in class org.apache.ws.sandbox.security.trust.issue.X509ToSCTIssuer
 
appendChildElement(Document, Element, Element) - Static method in class org.apache.ws.security.util.WSSecurityUtil
append a child element


B

BASE - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
BASE64DEFAULTLENGTH - Static variable in class org.apache.ws.security.util.Base64
Field BASE64DEFAULTLENGTH
BASE64_ENCODING - Static variable in class org.apache.ws.security.message.token.BinarySecurity
 
BASE_CERT_FILE - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
BASE_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
BINARY_SECRET_ASYMMETRIC_KEY - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
BINARY_SECRET_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
BINARY_SECRET_NONCE_VAL - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
BINARY_SECRET_SYMMETRIC_KEY - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
BINARY_SECRET_TYPE_ATTR - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
BINARY_TOKEN_LN - Static variable in class org.apache.ws.security.WSConstants
 
BST_DIRECT_REFERENCE - Static variable in class org.apache.ws.security.WSConstants
Sets the signing method to send the signing certificate as a BinarySecurityToken.
Base64 - class org.apache.ws.security.util.Base64.
 
BaseToken - class org.apache.ws.sandbox.security.conversation.message.token.BaseToken.
Class BaseToken
BaseToken() - Constructor for class org.apache.ws.sandbox.security.conversation.message.token.BaseToken
 
BaseToken - class org.apache.ws.sandbox.security.trust.message.token.BaseToken.
 
BaseToken(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.BaseToken
Constructor for Base
BaseToken(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.BaseToken
Constructor for Base
BasicSerializerFactory - class org.apache.ws.sandbox.security.trust2.serialization.BasicSerializerFactory.
 
BasicSerializerFactory() - Constructor for class org.apache.ws.sandbox.security.trust2.serialization.BasicSerializerFactory
 
BinarySecret - class org.apache.ws.sandbox.security.trust.message.token.BinarySecret.
 
BinarySecret(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.BinarySecret
Constructor.
BinarySecret(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.BinarySecret
Constructor.
BinarySecurity - class org.apache.ws.security.message.token.BinarySecurity.
Binary Security Token.
BinarySecurity(Element) - Constructor for class org.apache.ws.security.message.token.BinarySecurity
Constructor.
BinarySecurity(Document) - Constructor for class org.apache.ws.security.message.token.BinarySecurity
Constructor.
base - Variable in class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
 
binarySecurityToken - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
binaryToken - Static variable in class org.apache.ws.security.WSSecurityEngine
wsse:BinarySecurityToken as defined by WS Security specification
build(Document, Reference, byte[], Vector) - Method in class org.apache.ws.sandbox.security.conversation.ConversationManager
The method is coded such that it can be plugged into WSSignEnvelope.
build(Document, DerivedKeyToken) - Method in class org.apache.ws.sandbox.security.conversation.DerivedKeyTokenAdder
Method build
build(Document) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
TODO: Should be removed
build(Document, Crypto, String, Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
 
build(Document) - Method in class org.apache.ws.sandbox.security.trust2.WSAddTokenRequest
Adds a new RequestSecurityToken to a soap envelope.
build(Document, byte[]) - Method in class org.apache.ws.security.message.WSAddSignatureConfirmation
Adds a new SignatureConfirmation to a soap envelope.
build(Document, int) - Method in class org.apache.ws.security.message.WSAddTimestamp
Adds a new Timestamp to a soap envelope.
build(Document, Crypto) - Method in class org.apache.ws.security.message.WSEncryptBody
Builds the SOAP envelope with encrypted Body and adds encrypted key.
build(Document, SAMLAssertion) - Method in class org.apache.ws.security.message.WSSAddSAMLToken
Adds a new SAMLAssertion to a soap envelope.
build(Document, String, String) - Method in class org.apache.ws.security.message.WSSAddUsernameToken
Adds a new UsernameToken to a soap envelope.
build(Document, Crypto) - Method in class org.apache.ws.security.message.WSSignEnvelope
Builds a signed soap envelope.
build(Document, Crypto, SAMLAssertion, Crypto, String, String) - Method in class org.apache.ws.security.saml.WSSignSAMLEnvelope
Builds a signed soap envelope with SAML token.

C

C14N_EXCL_OMIT_COMMENTS - Static variable in class org.apache.ws.security.WSConstants
 
C14N_EXCL_WITH_COMMENTS - Static variable in class org.apache.ws.security.WSConstants
 
C14N_OMIT_COMMENTS - Static variable in class org.apache.ws.security.WSConstants
 
C14N_WITH_COMMENTS - Static variable in class org.apache.ws.security.WSConstants
 
CANCEL_SECURITY_TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
CANCEL_SECURITY_TOKEN_RST - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
CANCEL_SECURITY_TOKEN_RSTR - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
CANCEL_TARGET_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
CLAIMS_DIALECT_ATTR - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
CLAIMS_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
CODE_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
COMPUTED_KEY_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
COMPUTED_KEY_PSHA1 - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
CONTEXT_ATTR - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
CONTEXT_ATTR - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
CONV_CALLBACK - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
CREATED_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
CREATED_LN - Static variable in class org.apache.ws.security.WSConstants
 
CUSTOM - Static variable in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
 
CancelRequestSecurityToken - class org.apache.ws.sandbox.security.trust.message.token.CancelRequestSecurityToken.
This is the class to be used to enerate a RequestSecurityToken for the RST cancel binding The additional child elements required for a cancel request is provided here
CancelRequestSecurityToken(Document, Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.CancelRequestSecurityToken
Creates a new wst:RequestSecurityToken element setting the given element as the cancel target
CancelRequestSecurityToken(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.CancelRequestSecurityToken
 
CancelTarget - class org.apache.ws.sandbox.security.trust.message.token.CancelTarget.
The wst:CancelTarget element
CancelTarget(Document, SecurityTokenReference) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.CancelTarget
 
CancelTarget(Document, Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.CancelTarget
 
CancelTarget(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.CancelTarget
 
ClaimVerifier - class org.apache.ws.sandbox.security.trust.verify.ClaimVerifier.
 
ClaimVerifier(Properties) - Constructor for class org.apache.ws.sandbox.security.trust.verify.ClaimVerifier
 
Claims - class org.apache.ws.sandbox.security.trust.message.token.Claims.
wst:Claims token Example token
Claims(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Claims
 
Claims(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Claims
 
Code - class org.apache.ws.sandbox.security.trust.message.token.Code.
 
Code(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Code
Constructor for Code
Code(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Code
Constructor for Code
Code(Document, String) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Code
Constructor for Code
CompositeElement - class org.apache.ws.sandbox.security.trust.message.token.CompositeElement.
 
CompositeElement(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.CompositeElement
 
CompositeElement(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.CompositeElement
 
ComputedKey - class org.apache.ws.sandbox.security.trust.message.token.ComputedKey.
 
ComputedKey(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.ComputedKey
Constructor.
ComputedKey(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.ComputedKey
Constructor.
ConvEngineResult - class org.apache.ws.sandbox.security.conversation.ConvEngineResult.
 
ConvEngineResult(int) - Constructor for class org.apache.ws.sandbox.security.conversation.ConvEngineResult
 
ConvHandlerConstants - class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants.
Represents parameters given in the wsdd file.
ConvHandlerConstants() - Constructor for class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
ConversationClientHandler - class org.apache.ws.sandbox.axis.security.conversation.ConversationClientHandler.
This handler performs the client side actions, in order to execute WS-Secure Conversation.
ConversationClientHandler() - Constructor for class org.apache.ws.sandbox.axis.security.conversation.ConversationClientHandler
 
ConversationClientHandler(DerivedKeyCallbackHandler) - Constructor for class org.apache.ws.sandbox.axis.security.conversation.ConversationClientHandler
 
ConversationConstants - class org.apache.ws.sandbox.security.conversation.ConversationConstants.
Class ConversationConstants
ConversationConstants() - Constructor for class org.apache.ws.sandbox.security.conversation.ConversationConstants
 
ConversationEngine - class org.apache.ws.sandbox.security.conversation.ConversationEngine.
Conversation Engine follows the basic structure of SecurityEngine
ConversationEngine(HashMap) - Constructor for class org.apache.ws.sandbox.security.conversation.ConversationEngine
 
ConversationException - exception org.apache.ws.sandbox.security.conversation.ConversationException.
 
ConversationException(String) - Constructor for class org.apache.ws.sandbox.security.conversation.ConversationException
Constructor ConversationException
ConversationManager - class org.apache.ws.sandbox.security.conversation.ConversationManager.
This class helps handlers to carry on conversation.
ConversationManager() - Constructor for class org.apache.ws.sandbox.security.conversation.ConversationManager
 
ConversationServerHandler - class org.apache.ws.sandbox.axis.security.conversation.ConversationServerHandler.
Serverside handler that implements WS-Secure Conversation for Axis.
ConversationServerHandler() - Constructor for class org.apache.ws.sandbox.axis.security.conversation.ConversationServerHandler
 
ConversationSession - class org.apache.ws.sandbox.security.conversation.ConversationSession.
 
ConversationSession(SecurityContextInfo) - Constructor for class org.apache.ws.sandbox.security.conversation.ConversationSession
Creates a new conversation session for a gien security context
ConversationUtil - class org.apache.ws.sandbox.security.conversation.ConversationUtil.
 
ConversationUtil() - Constructor for class org.apache.ws.sandbox.security.conversation.ConversationUtil
 
Created - class org.apache.ws.sandbox.security.trust.message.token.Created.
 
Created(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Created
 
Created(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Created
 
CredentialException - exception org.apache.ws.security.components.crypto.CredentialException.
CredentialException.
CredentialException(int, String, Throwable) - Constructor for class org.apache.ws.security.components.crypto.CredentialException
Constructor.
CredentialException(int, String, Object[]) - Constructor for class org.apache.ws.security.components.crypto.CredentialException
Constructor.
CredentialException(int, String, Object[], Throwable) - Constructor for class org.apache.ws.security.components.crypto.CredentialException
Constructor.
Crypto - interface org.apache.ws.security.components.crypto.Crypto.
Crypto.
CryptoFactory - class org.apache.ws.security.components.crypto.CryptoFactory.
CryptoFactory.
CryptoFactory() - Constructor for class org.apache.ws.security.components.crypto.CryptoFactory
 
callBack - Variable in class org.apache.ws.security.message.token.KeyInfo
 
canHandleBlock(QName) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
canonAlgo - Variable in class org.apache.ws.sandbox.security.conversation.ConversationManager
 
canonAlgo - Variable in class org.apache.ws.security.message.WSSignEnvelope
 
certFact - Static variable in class org.apache.ws.security.components.crypto.AbstractCrypto
 
changeElementName(Document, Element, String, String) - Method in class org.apache.ws.sandbox.security.trust2.Lifetime
 
changeElementName(Element, String, String) - Method in class org.apache.ws.sandbox.security.trust2.Lifetime
 
checkReceiverResults(Vector, Vector) - Method in class org.apache.ws.security.handler.WSHandler
 
checkSignatureConfirmation(RequestData, Vector) - Method in class org.apache.ws.security.handler.WSHandler
 
cleanup() - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
clear() - Method in class org.apache.ws.security.WSDocInfo
Clears the info data except the hash code
clear() - Method in class org.apache.ws.security.handler.RequestData
 
cloneFrame() - Method in class org.apache.ws.security.util.NSStack
Return a copy of the current frame.
configurator - Variable in class org.apache.ws.sandbox.security.conversation.ConversationEngine
 
containsKeyIdentifier() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Method containsKeyIdentifier.
containsReference() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Method containsReference
containsX509Data() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Method containsX509Data
containsX509IssuerSerial() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Method containsX509IssuerSerial
context - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
conversationSessionTable - Static variable in class org.apache.ws.sandbox.security.conversation.DerivedKeyCallbackHandler
The set of all the sessions
copyElement(Document, Element) - Method in class org.apache.ws.sandbox.security.trust2.Lifetime
 
createBase64EncodedTextNode(Document, byte[]) - Static method in class org.apache.ws.security.util.WSSecurityUtil
create a base64 test node

createBinarySecurityToken(Document, String) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Create a BinarySecurityToken element

createCipherValue(Document, Element) - Static method in class org.apache.ws.security.message.WSEncryptBody
 
createDataRefList(Document, Element, Vector) - Static method in class org.apache.ws.security.message.WSEncryptBody
 
createDerivedKeyToken(Document, String, DerivedKeyCallbackHandler, SecurityTokenReference, int) - Method in class org.apache.ws.sandbox.security.conversation.ConversationManager
Adds Derived key tokens to the header of the SOAP message, given the following parameters.
createEnrcyptedKey(Document, String) - Static method in class org.apache.ws.security.message.WSEncryptBody
Create DOM subtree for xenc:EncryptedKey
createKey(byte[], String, int, long) - Method in interface org.apache.ws.sandbox.security.conversation.dkalgo.DerivationAlgorithm
 
createKey(byte[], String, int, long) - Method in class org.apache.ws.sandbox.security.conversation.dkalgo.P_SHA1
 
createSTRParameter(Document) - Method in class org.apache.ws.security.message.WSSignEnvelope
 
createTokenOrReferenceElement(String, SecurityTokenOrReference) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
created - Variable in class org.apache.ws.security.message.token.Timestamp
 
crypto - Variable in class org.apache.ws.security.message.token.KeyInfo
 
cryptos - Static variable in class org.apache.ws.security.handler.WSHandler
 
customElements - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
customElements - Variable in class org.apache.ws.security.message.token.Timestamp
 

D

DECRYPT - Static variable in class org.apache.ws.security.WSPasswordCallback
 
DEC_PROP_FILE - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
The name of the crypto propterty file to use for SOAP Decryption.
DEFECTIVE - Static variable in class org.apache.ws.security.components.crypto.CredentialException
 
DERIVEDKEY_TOKEN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationEngine
wsc:DerivedKeyToken as defined in WS Secure Conversation specification.
DERIVED_KEY_TOKEN_LN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field DERIVED_KEY_TOKEN_LN
DESC_CHILD_IN_VALUE_ELEM - Static variable in class org.apache.ws.sandbox.security.trust.WSTrustException
 
DESC_EXPECTED_CHILD_ELEM - Static variable in class org.apache.ws.sandbox.security.trust.WSTrustException
 
DESC_INCORRECT_CHILD_ELEM - Static variable in class org.apache.ws.sandbox.security.trust.WSTrustException
 
DESC_TEXT_IN_COMPOSITE_ELEM - Static variable in class org.apache.ws.sandbox.security.trust.WSTrustException
 
DIRECT_GENERATED - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
 
DK_ACTION - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
DK_CB_HANDLER - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
DK_ENCRYPT - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
 
DK_ENC_ALGO - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
Which algorithm to be used for encryption as in AES or DES and so on
DK_SIGN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
 
DOM2Writer - class org.apache.ws.security.util.DOM2Writer.
This class is a utility to serialize a DOM node as XML.
DOM2Writer() - Constructor for class org.apache.ws.security.util.DOM2Writer
 
DONE - Static variable in class org.apache.ws.security.handler.WSHandler
 
DSA - Static variable in class org.apache.ws.security.WSConstants
Sets the signature method to use DSA with SHA1 (DSS) to sign data.
DerivationAlgorithm - interface org.apache.ws.sandbox.security.conversation.dkalgo.DerivationAlgorithm.
 
DerivedKeyCallbackHandler - class org.apache.ws.sandbox.security.conversation.DerivedKeyCallbackHandler.
 
DerivedKeyCallbackHandler() - Constructor for class org.apache.ws.sandbox.security.conversation.DerivedKeyCallbackHandler
 
DerivedKeyInfo - class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo.
 
DerivedKeyInfo(DerivedKeyToken) - Constructor for class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
DerivedKeyToken - class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken.
 
DerivedKeyToken(Document) - Constructor for class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
This will create an empty DerivedKeyToken
DerivedKeyToken(Element) - Constructor for class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
This will create a DerivedKeyToken object with the given DErivedKeyToken element
DerivedKeyTokenAdder - class org.apache.ws.sandbox.security.conversation.DerivedKeyTokenAdder.
Class DerivedKeyTokenAdder
DerivedKeyTokenAdder() - Constructor for class org.apache.ws.sandbox.security.conversation.DerivedKeyTokenAdder
 
decode(String) - Static method in class org.apache.ws.security.util.Base64
Decodes Base64 data into octects
decodeAction(String, Vector) - Static method in class org.apache.ws.security.util.WSSecurityUtil
 
decodeDecryptionParameter(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
 
decodeEnableSignatureConfirmation(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
 
decodeEncryptionParameter(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
 
decodeMustUnderstand(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
 
decodeSignatureParameter(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
 
decodeSignatureParameter2(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
 
decodeTimeToLive(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
 
decodeTimestampPrecision(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
 
decodeTimestampStrict(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
 
decodeUTParameter(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
 
decryptDataRefEmbedded(Document, String, CallbackHandler) - Method in class org.apache.ws.security.processor.ReferenceListProcessor
 
defaultConfig - Static variable in class org.apache.ws.security.WSSConfig
 
delete(int) - Static method in class org.apache.ws.security.WSDocInfoStore
 
delete(WSDocInfo) - Static method in class org.apache.ws.security.WSDocInfoStore
 
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.policy.message.token.AppliesTo
Populates the attribute elements with given elements This method will be called with the child elements of the wsa:AppliesTo
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
This is called for each of the immediate child elements of type Node.ELEMENT_NODE of this token
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.AllowPostdating
 
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.CancelTarget
 
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.Claims
 
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.Entropy
 
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.Lifetime
 
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RenewTarget
 
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.Renewing
 
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
 
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
 
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedTokenCancelled
 
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.Status
 
deserializeChildElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.ValueElement
 
destroy() - Method in class org.apache.ws.security.handler.WSS4JHandler
Destroys the Handler instance.
doDebug - Variable in class org.apache.ws.security.message.WSBaseMessage
 
doDecryption(String, Crypto) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
Method doDecryption
doEncryptProof(Document, Crypto, String) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
Method doEncryptProof
doPasswordDigest(String, String, String) - Static method in class org.apache.ws.security.message.token.UsernameToken
 
doReceiver(MessageContext, RequestData, boolean) - Method in class org.apache.ws.security.handler.WSS4JHandler
handle responses
doReceiverAction(int, RequestData) - Method in class org.apache.ws.security.handler.WSHandler
 
doSender(MessageContext, RequestData, boolean) - Method in class org.apache.ws.security.handler.WSS4JHandler
Handles incoming web service requests and outgoing responses
doSenderAction(int, Document, RequestData, Vector, boolean) - Method in class org.apache.ws.security.handler.WSHandler
ut Performs all defined security actions to set-up the SOAP request.
doc - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
doc - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
document - Variable in class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
 
dump(String) - Method in class org.apache.ws.security.util.NSStack
Produce a trace dump of the entire stack, starting from the top and including frame markers.

E

ELEM_BODY - Static variable in class org.apache.ws.security.WSConstants
 
ELEM_ENVELOPE - Static variable in class org.apache.ws.security.WSConstants
 
ELEM_HEADER - Static variable in class org.apache.ws.security.WSConstants
 
EMBEDDED_KEYNAME - Static variable in class org.apache.ws.security.WSConstants
Embeds a keyinfo/key name into the EncryptedData element.
EMBED_SECURITY_TOKEN_REF - Static variable in class org.apache.ws.security.WSConstants
Embeds a keyinfo/wsse:SecurityTokenReference into EncryptedData element.
EMPTY_STRING_ARRAY - Static variable in class org.apache.ws.security.util.StringUtil
An empty immutable String array.
ENABLE_SIGNATURE_CONFIRMATION - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Whether to enable signatureConfirmation or not By default signatureConfirmation is enabled
ENCR - Static variable in class org.apache.ws.security.WSConstants
 
ENCRYPT - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Perform Encryption.
ENCRYPTED_KEY - Static variable in class org.apache.ws.security.WSSecurityEngine
xenc:EncryptedKey as defined by XML Encryption specification, enhanced by WS Security specification
ENCRYPTION_PARTS - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Parameter to define which parts of the request shall be encrypted.
ENCRYPTION_USER - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
The user's name for encryption.
ENCRYPT_DERIVED_KEY - Static variable in class org.apache.ws.sandbox.security.conversation.ConvEngineResult
 
ENC_CALLBACK_CLASS - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
This parameter works in the same way as WSHandlerConstants.PW_CALLBACK_CLASS but the Axis WSS4J handler uses it to get the key associated with a key name.
ENC_CALLBACK_REF - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
This parameter works in the same way as WSHandlerConstants.PW_CALLBACK_REF but the Axis WSS4J handler uses it to get the key associated with a key name.
ENC_KEY_ID - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Defines which key identifier type to use.
ENC_KEY_LN - Static variable in class org.apache.ws.security.WSConstants
 
ENC_KEY_NAME - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Text of the key name that needs to be sent
ENC_KEY_TRANSPORT - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Defines which algorithm to use to encrypt the generated symmetric key.
ENC_NS - Static variable in class org.apache.ws.security.WSConstants
 
ENC_PREFIX - Static variable in class org.apache.ws.security.WSConstants
 
ENC_PROP_FILE - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
The name of the crypto propterty file to use for SOAP Encryption.
ENC_SYM_ALGO - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Defines which symmetric encryption algorithm to use.
ENDPOINT_REFERENCE_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
ENTROPY_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
EXPIRED - Static variable in class org.apache.ws.security.components.crypto.CredentialException
 
EXPIRES_LN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field EXPIRES_LN
EXPIRES_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
EXPIRES_LN - Static variable in class org.apache.ws.security.WSConstants
 
ElementParsingException - exception org.apache.ws.sandbox.security.trust2.exception.ElementParsingException.
 
ElementParsingException(String) - Constructor for class org.apache.ws.sandbox.security.trust2.exception.ElementParsingException
 
ElementToStream(Element, OutputStream) - Static method in class org.apache.ws.security.util.XMLUtils
 
EmptyTokenOrReference - exception org.apache.ws.sandbox.security.trust2.exception.EmptyTokenOrReference.
 
EmptyTokenOrReference(String) - Constructor for class org.apache.ws.sandbox.security.trust2.exception.EmptyTokenOrReference
 
EncryptedKeyProcessor - class org.apache.ws.security.processor.EncryptedKeyProcessor.
 
EncryptedKeyProcessor() - Constructor for class org.apache.ws.security.processor.EncryptedKeyProcessor
 
EncryptionAction - class org.apache.ws.security.action.EncryptionAction.
 
EncryptionAction() - Constructor for class org.apache.ws.security.action.EncryptionAction
 
Entropy - class org.apache.ws.sandbox.security.trust.message.token.Entropy.
 
Entropy(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Entropy
Constructor.
Entropy(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Entropy
Create a new wst:Entropy element
EnvelopeIdResolver - class org.apache.ws.security.message.EnvelopeIdResolver.
XML-Security resolver that is used for resolving same-document URI like URI="#id".
Expires - class org.apache.ws.sandbox.security.trust.message.token.Expires.
 
Expires(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Expires
 
Expires(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Expires
 
element - Variable in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
element - Variable in class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
Security context token element
element - Variable in class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
 
element - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
element - Variable in class org.apache.ws.security.message.token.BinarySecurity
 
element - Variable in class org.apache.ws.security.message.token.KeyInfo
 
element - Variable in class org.apache.ws.security.message.token.Reference
 
element - Variable in class org.apache.ws.security.message.token.SecurityTokenReference
 
element - Variable in class org.apache.ws.security.message.token.SignatureConfirmation
 
element - Variable in class org.apache.ws.security.message.token.Timestamp
 
element - Variable in class org.apache.ws.security.message.token.UsernameToken
 
elementCreated - Variable in class org.apache.ws.security.message.token.Timestamp
 
elementCreated - Variable in class org.apache.ws.security.message.token.UsernameToken
 
elementExpires - Variable in class org.apache.ws.security.message.token.Timestamp
 
elementGeneration - Variable in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
elementIdentifier - Variable in class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
Identifier element
elementIteration - Variable in class org.apache.ws.security.message.token.UsernameToken
 
elementLabel - Variable in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
elementLength - Variable in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
elementNonce - Variable in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
elementNonce - Variable in class org.apache.ws.security.message.token.UsernameToken
 
elementOffset - Variable in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
elementPassword - Variable in class org.apache.ws.security.message.token.UsernameToken
 
elementProperties - Variable in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
elementSalt - Variable in class org.apache.ws.security.message.token.UsernameToken
 
elementSecurityTokenReference - Variable in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
elementUsername - Variable in class org.apache.ws.security.message.token.UsernameToken
 
embeddedKey - Variable in class org.apache.ws.security.message.WSEncryptBody
 
embeddedKeyName - Variable in class org.apache.ws.security.message.WSEncryptBody
 
enableSignatureConfirmation - Variable in class org.apache.ws.security.WSSConfig
 
encCanonAlgo - Variable in class org.apache.ws.security.message.WSEncryptBody
 
encode(byte[]) - Static method in class org.apache.ws.security.util.Base64
Encode a byte array and fold lines at the standard 76th character.
encode(byte[], int, boolean) - Static method in class org.apache.ws.security.util.Base64
Encode a byte array in Base64 format and return an optionally wrapped line.
encryption - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
encryptionKey - Variable in class org.apache.ws.security.message.WSEncryptBody
Symmetric key that's actually used.
engineCanResolve(Attr, String) - Method in class org.apache.ws.security.message.EnvelopeIdResolver
This method helps the ResourceResolver to decide whether a ResourceResolverSpi is able to perform the requested action.
engineGetURI() - Method in class org.apache.ws.security.transform.STRTransform
Method engineGetURI
enginePerformTransform(XMLSignatureInput) - Method in class org.apache.ws.security.transform.STRTransform
Method enginePerformTransform
engineResolve(Attr, String) - Method in class org.apache.ws.security.message.EnvelopeIdResolver
This is the workhorse method used to resolve resources.
equals(Object) - Method in class org.apache.ws.sandbox.axis.security.trust.service.RequestSecurityTokenType
 
equals(Object) - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
Compares the specified Object with this WSUsernameTokenPrincipal for equality.
execute(WSHandler, int, boolean, Document, RequestData) - Method in interface org.apache.ws.security.action.Action
 
execute(WSHandler, int, boolean, Document, RequestData) - Method in class org.apache.ws.security.action.EncryptionAction
 
execute(WSHandler, int, boolean, Document, RequestData) - Method in class org.apache.ws.security.action.SAMLTokenSignedAction
 
execute(WSHandler, int, boolean, Document, RequestData) - Method in class org.apache.ws.security.action.SAMLTokenUnsignedAction
 
execute(WSHandler, int, boolean, Document, RequestData) - Method in class org.apache.ws.security.action.SignatureAction
 
execute(WSHandler, int, boolean, Document, RequestData) - Method in class org.apache.ws.security.action.SignatureConfirmationAction
 
execute(WSHandler, int, boolean, Document, RequestData) - Method in class org.apache.ws.security.action.TimestampAction
 
execute(WSHandler, int, boolean, Document, RequestData) - Method in class org.apache.ws.security.action.UsernameTokenAction
 
execute(WSHandler, int, boolean, Document, RequestData) - Method in class org.apache.ws.security.action.UsernameTokenSignedAction
 
expires - Variable in class org.apache.ws.security.message.token.Timestamp
 

F

FAILED_AUTHENTICATION - Static variable in class org.apache.ws.security.WSSecurityException
 
FAILED_CHECK - Static variable in class org.apache.ws.security.WSSecurityException
 
FAILED_ENC_DEC - Static variable in class org.apache.ws.security.WSSecurityException
 
FAILED_SIGNATURE - Static variable in class org.apache.ws.security.WSSecurityException
 
FAILURE - Static variable in class org.apache.ws.security.WSSecurityException
 
FAILURE - Static variable in class org.apache.ws.security.components.crypto.CredentialException
 
fetchActionResult(Vector, int) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Fetch the result of a given action from a given result vector

fetchAllActionResults(Vector, int, Vector) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Fetch the result of a given action from a given result vector

findBinarySecurityToken(Document) - Static method in class org.apache.ws.sandbox.security.trust.STSUtil
Currently support only for direct references
findBodyElement(Document, SOAPConstants) - Static method in class org.apache.ws.security.util.WSSecurityUtil
return the first soap "Body" element.
findElement(Node, String, String) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Returns the first element that matches name and namespace.
findElementById(Node, String, String) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Returns the first element that containes an Id with value uri and namespace.
findUsernameToken(Document) - Static method in class org.apache.ws.sandbox.security.trust.STSUtil
Currently we do support only for direct references
findWsseSecurityHeaderBlock(Document, Element, boolean) - Static method in class org.apache.ws.security.util.WSSecurityUtil
find the first ws-security header block

findWsseSecurityHeaderBlock(Document, Element, String, boolean) - Static method in class org.apache.ws.security.util.WSSecurityUtil
find a ws-security header block for a given actor

format(Date, StringBuffer, FieldPosition) - Method in class org.apache.ws.security.util.XmlSchemaDateFormat
 

G

GENERATION - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
GENERATION_LN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field GENERATION_LN
generateDerivedKey(String, byte[], int) - Static method in class org.apache.ws.security.message.token.UsernameToken
This static method generates a derived key as defined in WSS Username Token Profile.
generateIdentifier(String, String) - Static method in class org.apache.ws.sandbox.security.conversation.ConversationUtil
This generates the identifier string using the uuig and the nonce
generateKey(Hashtable, String) - Method in class org.apache.ws.sandbox.security.conversation.KeyDerivator
 
generateMessgaeElemArray(Element[]) - Static method in class org.apache.ws.sandbox.security.trust.STSUtil
Returns an array of Message Elements for given array of elements
generateMessgaeElement(Element) - Static method in class org.apache.ws.sandbox.security.trust.STSUtil
Returns a MessageElement for a given Element
generateNonce(int) - Static method in class org.apache.ws.sandbox.security.conversation.ConversationUtil
Genearets the nonce for a given bit length.
generateSalt(boolean) - Static method in class org.apache.ws.security.message.token.UsernameToken
This static method generates a 128 bit salt value as defined in WSS Username Token Profile.
generateUuid() - Static method in class org.apache.ws.sandbox.security.conversation.ConversationUtil
 
generateWSDL(MessageContext) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
genericID() - Static method in class org.apache.ws.sandbox.security.conversation.ConversationUtil
Method genericID
getAction() - Method in class org.apache.ws.sandbox.security.conversation.ConvEngineResult
 
getAction(int) - Method in class org.apache.ws.security.WSSConfig
Lookup action
getAction() - Method in class org.apache.ws.security.WSSecurityEngineResult
 
getActionRequest(URI) - Static method in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
getActor() - Method in class org.apache.ws.security.handler.RequestData
 
getActor() - Method in class org.apache.ws.security.handler.WSHandlerResult
gets the actor
getAlgorithm() - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
getAlgorithm() - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Gets the derivattion algorithm
getAlias() - Method in class org.apache.ws.sandbox.security.trust.issue.X509ToSCTIssuer
 
getAliasForX509Cert(String) - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
Lookup a X509 Certificate in the keystore according to a given the issuer of a Certficate.
getAliasForX509Cert(String, BigInteger) - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
Lookup a X509 Certificate in the keystore according to a given serial number and the issuer of a Certficate.
getAliasForX509Cert(byte[]) - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
Lookup a X509 Certificate in the keystore according to a given SubjectKeyIdentifier.
getAliasForX509Cert(Certificate) - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
Return a X509 Certificate alias in the keystore according to a given Certificate

getAliasForX509Cert(Certificate) - Method in interface org.apache.ws.security.components.crypto.Crypto
Return a X509 Certificate alias in the keystore according to a given Certificate

getAliasForX509Cert(String) - Method in interface org.apache.ws.security.components.crypto.Crypto
Lookup a X509 Certificate in the keystore according to a given the issuer of a Certficate.
getAliasForX509Cert(String, BigInteger) - Method in interface org.apache.ws.security.components.crypto.Crypto
Search a X509 Certificate in the keystore according to a given serial number and the issuer of a Certficate.
getAliasForX509Cert(byte[]) - Method in interface org.apache.ws.security.components.crypto.Crypto
Lookup a X509 Certificate in the keystore according to a given SubjectKeyIdentifier.
getAliasForX509CertThumb(byte[]) - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
Lookup a X509 Certificate in the keystore according to a given Thumbprint.
getAliasForX509CertThumb(byte[]) - Method in interface org.apache.ws.security.components.crypto.Crypto
Lookup a X509 Certificate in the keystore according to a given Thumbprint.
getAliasesForDN(String) - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
Lookup X509 Certificates in the keystore according to a given DN of the subject of the certificate

The search gets all alias names of the keystore and gets the certificate (chain) for each alias.

getAliasesForDN(String) - Method in interface org.apache.ws.security.components.crypto.Crypto
Lookup X509 Certificates in the keystore according to a given DN of the subject of the certificate

getAllow() - Method in class org.apache.ws.sandbox.security.trust.message.token.Renewing
 
getAppliesTo() - Method in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
get AppliesTo
getAppliesToAddressEpr() - Method in class org.apache.ws.sandbox.security.policy.message.token.AppliesTo
Returns the value of the wsa:EndpointReference/wsa:Address
getAppliesToElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Returns the AppliesTo element
getAppto() - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
getAssertion() - Method in class org.apache.ws.security.WSDocInfo
 
getAssertion() - Method in class org.apache.ws.security.WSSecurityEngineResult
 
getAssertionId(Element, String, String) - Static method in class org.apache.ws.security.saml.SAMLUtil
 
getAttributeValue(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.BinarySecret
This is to be used to retrieve the value of the custom attrbutes added
getAttributeValue(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
This is to be used to retrieve the value of the custom attrbutes added to the wst:RequestSecyrityToken
getAttributeValue(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
This is to be used to retrieve the value of the custom attrbutes added
getBase() - Method in class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
 
getBaseType() - Method in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
get BaseType
getBinSecret() - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
getBinarySecret() - Method in class org.apache.ws.sandbox.security.trust.message.token.Entropy
 
getBinarySecurity() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
getBinarySecurityToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.BaseToken
Return the binary security token of the base token if any
getBodyQName() - Method in class org.apache.ws.security.SOAP11Constants
 
getBodyQName() - Method in class org.apache.ws.security.SOAP12Constants
 
getBodyQName() - Method in interface org.apache.ws.security.SOAPConstants
Obtain the QName for the Body element
getBst(String) - Method in class org.apache.ws.security.WSDocInfo
Get a BinarySecurityToken for the given Id
getCertificate() - Method in class org.apache.ws.security.WSSecurityEngineResult
 
getCertificateData(boolean, X509Certificate[]) - Method in interface org.apache.ws.security.components.crypto.Crypto
get a byte array given an array of X509 certificates.
getCertificateData(boolean, X509Certificate[]) - Method in class org.apache.ws.security.components.crypto.Merlin
get a byte array given an array of X509 certificates.
getCertificateFactory() - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
Singleton certificate factory for this Crypto instance.
getCertificateFactory() - Method in interface org.apache.ws.security.components.crypto.Crypto
Gets the CertificateFactory instantiated by the underlying implementation
getCertificates(String) - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
Gets the list of certificates for a given alias.
getCertificates(String) - Method in interface org.apache.ws.security.components.crypto.Crypto
get the list of certificates for a given alias.
getCertificatesFromSAML(Element) - Static method in class org.apache.ws.security.saml.SAMLUtil
Extracts the certificate(s) from the SAML token reference.
getCertificatesTokenReference(Element, Crypto) - Method in class org.apache.ws.security.processor.SignatureProcessor
Extracts the certificate(s) from the Binary Security token reference.
getCipherInstance(String, String) - Static method in class org.apache.ws.security.util.WSSecurityUtil
 
getCkey() - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
getClaimsElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Returns the Claims element
getClassLoader() - Method in class org.apache.ws.security.handler.WSHandler
Returns the classloader to be used for loading the callback class
getCode() - Method in class org.apache.ws.sandbox.security.trust.message.token.Status
Gets the code of the status
getContext() - Method in class org.apache.ws.sandbox.axis.security.trust.service.RequestSecurityTokenType
Gets the context value for this RequestSecurityTokenType.
getContext() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
getContextAttr() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
 
getContextInfo() - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
Returns the security context info of this session
getCreated() - Method in class org.apache.ws.sandbox.security.trust.message.token.Lifetime
Retuns the value of the wsu:Created child element
getCreated() - Method in class org.apache.ws.security.message.token.Timestamp
Get the time of creation.
getCreated() - Method in class org.apache.ws.security.message.token.UsernameToken
Get the created timestamp.
getCreatedTime() - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
Return the WSUsernameToken created time for this WSUsernameTokenPrincipal.
getCrypto() - Method in class org.apache.ws.sandbox.security.trust.issue.X509ToSCTIssuer
 
getCrypto() - Method in class org.apache.ws.security.WSDocInfo
 
getCustomElement(String, String) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
getCustomElements() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
getCustomElements() - Method in class org.apache.ws.security.message.token.Timestamp
Get the the custom elements from this Timestamp
getDecCrypto() - Method in class org.apache.ws.security.handler.RequestData
 
getDecodedBase64EncodedData(Element) - Static method in class org.apache.ws.security.processor.EncryptedKeyProcessor
Method getDecodedBase64EncodedData
getDecryptedBytes() - Method in class org.apache.ws.security.processor.EncryptedKeyProcessor
 
getDefaultWSConfig() - Static method in class org.apache.ws.security.WSSConfig
returns a static WSConfig instance that is configured with the latest OASIS WS-Seurity settings.
getDefaultX509Alias() - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
Retrieves the alias name of the default certificate which has been specified as a property.
getDefaultX509Alias() - Method in interface org.apache.ws.security.components.crypto.Crypto
Retrieves the alias name of the default certificate which has been specified as a property.
getDeploymentData(Document) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
getDerivedKeyLength(String) - Static method in class org.apache.ws.sandbox.security.conversation.DerivedKeyCallbackHandler
 
getDerivedKeyTokenId(String) - Static method in class org.apache.ws.sandbox.security.conversation.ConversationUtil
 
getDerivedKeys() - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
Returns the Hashtable of derived keys (DerivedKeyInfo obects) of this session
getDeserializer(String, Class, QName) - Static method in class org.apache.ws.sandbox.axis.security.trust.service.RequestSecurityTokenType
Get Custom Deserializer
getDeserializerAs(String) - Method in class org.apache.ws.sandbox.security.trust2.serialization.BasicSerializerFactory
 
getDeserializerAs(String) - Method in class org.apache.ws.sandbox.security.trust2.serialization.RSTDeserializerFactory
 
getDeserializerAs(String) - Method in class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseDeserializerFactory
 
getDialectAttribute() - Method in class org.apache.ws.sandbox.security.trust.message.token.Claims
Returns the value of the Dialect attribute
getDirectChild(Node, String, String) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Gets a direct child with specified localname and namespace.
getDkTok() - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
getDoc() - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgent
 
getDocument() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
getElement() - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Returns the dom element of this SecurityContextToken object.
getElement() - Method in class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
Returns the dom element of this SecurityContextToken object.
getElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
Returns this element
getElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.BaseToken
 
getElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
Returns the root element of this token TODO: This should be removed
getElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
 
getElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedSecurityToken
 
getElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.STSSignedToken
 
getElement(Document) - Method in class org.apache.ws.sandbox.security.trust2.Lifetime
 
getElement() - Method in class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
 
getElement() - Method in class org.apache.ws.sandbox.security.trust2.RequestSecurityTokenResponse
 
getElement() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
getElement(String) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
getElement() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
getElement() - Method in class org.apache.ws.security.message.token.BinarySecurity
return the dom element.
getElement() - Method in class org.apache.ws.security.message.token.Reference
get the dom element.
getElement() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
get the dom element.
getElement() - Method in class org.apache.ws.security.message.token.SignatureConfirmation
Returns the dom element of this Timestamp object.
getElement() - Method in class org.apache.ws.security.message.token.Timestamp
Returns the dom element of this Timestamp object.
getElement() - Method in class org.apache.ws.security.message.token.UsernameToken
Returns the dom element of this UsernameToken object.
getElementByGenId(Document, String) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Search for an element given its generic id.
getElementByWsuId(Document, String) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Search for an element given its wsu:id.
getEncAlgo(Node) - Static method in class org.apache.ws.security.processor.X509Util
 
getEncCert() - Method in class org.apache.ws.security.handler.RequestData
 
getEncCrypto() - Method in class org.apache.ws.security.handler.RequestData
 
getEncKeyId() - Method in class org.apache.ws.security.handler.RequestData
 
getEncKeyTransport() - Method in class org.apache.ws.security.handler.RequestData
 
getEncModifier() - Method in class org.apache.ws.security.WSEncryptionPart
 
getEncSymmAlgo() - Method in class org.apache.ws.security.handler.RequestData
 
getEncUser() - Method in class org.apache.ws.security.handler.RequestData
 
getEncodingType() - Method in class org.apache.ws.security.message.token.BinarySecurity
get the encoding type.
getEncryptParts() - Method in class org.apache.ws.security.handler.RequestData
 
getEncryptionKey() - Method in class org.apache.ws.security.message.WSEncryptBody
Get the symmetric key used for encryption.
getEntropy() - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
getEntropyElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Returns the Entropy element
getEnv() - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgent
 
getEnvelopeURI() - Method in class org.apache.ws.security.SOAP11Constants
 
getEnvelopeURI() - Method in class org.apache.ws.security.SOAP12Constants
 
getEnvelopeURI() - Method in interface org.apache.ws.security.SOAPConstants
Obtain the envelope namespace for this version of SOAP
getErrorCode() - Method in class org.apache.ws.security.WSSecurityException
Get the error code.
getErrorCode() - Method in class org.apache.ws.security.components.crypto.CredentialException
get the error code.
getExpiredSessionIds() - Method in class org.apache.ws.sandbox.security.conversation.sessions.SessionMonitor
 
getExpires() - Method in class org.apache.ws.sandbox.security.trust.message.token.Lifetime
Returns the value of the wsu:Expires element
getExpires() - Method in class org.apache.ws.security.message.token.Timestamp
Get the time of expiration.
getFaultCode() - Method in class org.apache.ws.sandbox.security.trust.WSTrustException
Return the fault code
getFaultString() - Method in class org.apache.ws.sandbox.security.trust.WSTrustException
Return the fault string
getFirstElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.BaseToken
get the first child element.
getFirstElement() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
get the first child element.
getFirstNode() - Method in class org.apache.ws.security.message.token.BinarySecurity
return the first text node.
getFirstNonBlankChildAsElement(Node) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
getFrequency() - Method in class org.apache.ws.sandbox.security.conversation.message.info.SecurityContextInfo
 
getFullQNameFromString(String, Node) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Return a QName when passed a string like "foo:bar" by mapping the "foo" prefix to a namespace in the context of the given Node.
getGeneration() - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
getGeneration() - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
getHash() - Method in class org.apache.ws.security.WSDocInfo
 
getHeaderQName() - Method in class org.apache.ws.security.SOAP11Constants
 
getHeaderQName() - Method in class org.apache.ws.security.SOAP12Constants
 
getHeaderQName() - Method in interface org.apache.ws.security.SOAPConstants
Obtain the QName for the Header element
getHeaders() - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgentAddressingConfiguration
Return the configured addressing headers
getHeaders() - Method in class org.apache.ws.security.handler.WSS4JHandler
 
getID() - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Gets the id.
getID() - Method in class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
Gets the id.
getID() - Method in class org.apache.ws.security.message.token.BinarySecurity
get the id.
getID() - Method in class org.apache.ws.security.message.token.SignatureConfirmation
Returns the value of the wsu:Id attribute
getID() - Method in class org.apache.ws.security.message.token.Timestamp
Returns the value of the wsu:Id attribute
getID() - Method in class org.apache.ws.security.message.token.UsernameToken
Gets the id.
getId() - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
getId() - Method in class org.apache.ws.security.WSEncryptionPart
 
getId() - Method in class org.apache.ws.security.message.WSAddSignatureConfirmation
Get the wsu:Id value of the SignatureConfirmation
getId() - Method in class org.apache.ws.security.message.WSAddTimestamp
Get the wsu:Id value of the Timestamp
getId() - Method in class org.apache.ws.security.message.WSSAddUsernameToken
get the id
getIdentifer() - Method in class org.apache.ws.security.WSPasswordCallback
Get the identifier.
getIdentifier() - Method in class org.apache.ws.sandbox.security.conversation.message.info.SecurityContextInfo
 
getIdentifier() - Method in class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
Get the identifier.
getInclusivePrefixes(Element) - Method in class org.apache.ws.security.message.WSSignEnvelope
 
getInclusivePrefixes(Element, boolean) - Method in class org.apache.ws.security.message.WSSignEnvelope
 
getInputSourceFromURI(String) - Static method in class org.apache.ws.security.util.XMLUtils
Utility to get the bytes uri.
getInstance(String) - Static method in class org.apache.ws.sandbox.security.conversation.dkalgo.AlgoFactory
This gives a DerivationAlgorithm instance from the default set of algorithms provided
getInstance() - Static method in class org.apache.ws.security.WSSecurityEngine
Get a singleton instance of security engine.
getInstance() - Static method in class org.apache.ws.security.components.crypto.CryptoFactory
getInstance

Returns an instance of Crypto.

getInstance(String, Properties) - Static method in class org.apache.ws.security.components.crypto.CryptoFactory
getInstance

Returns an instance of Crypto.

getInstance(String) - Static method in class org.apache.ws.security.components.crypto.CryptoFactory
getInstance

Returns an instance of Crypto.

getInstance(String, ClassLoader) - Static method in class org.apache.ws.security.components.crypto.CryptoFactory
 
getInstance() - Static method in class org.apache.ws.security.message.EnvelopeIdResolver
Singleton instance of the resolver.
getInstance() - Static method in class org.apache.ws.security.saml.SAMLIssuerFactory
getInstance

Returns an instance of SAMLIssuer.

getInstance(String, Properties) - Static method in class org.apache.ws.security.saml.SAMLIssuerFactory
getInstance

Returns an instance of SAMLIssuer.

getInstance(String) - Static method in class org.apache.ws.security.saml.SAMLIssuerFactory
getInstance

Returns an instance of SAMLIssuer.

getIssuerCrypto() - Method in interface org.apache.ws.security.saml.SAMLIssuer
 
getIssuerCrypto() - Method in class org.apache.ws.security.saml.SAMLIssuerImpl
 
getIssuerKeyName() - Method in interface org.apache.ws.security.saml.SAMLIssuer
 
getIssuerKeyName() - Method in class org.apache.ws.security.saml.SAMLIssuerImpl
 
getIssuerKeyPassword() - Method in interface org.apache.ws.security.saml.SAMLIssuer
 
getIssuerKeyPassword() - Method in class org.apache.ws.security.saml.SAMLIssuerImpl
 
getIteration() - Method in class org.apache.ws.security.message.token.UsernameToken
Get the Iteration value of this UsernameToken.
getJceProviderId() - Method in class org.apache.ws.security.WSSConfig
 
getKey() - Method in class org.apache.ws.security.WSPasswordCallback
Get the key.
getKeyAssociated() - Method in class org.apache.ws.sandbox.security.conversation.ConvEngineResult
 
getKeyIdentifier(Crypto) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Gets the KeyIdentifer.
getKeyIdentifierType() - Method in class org.apache.ws.security.message.WSBaseMessage
Gets the value of the keyIdentifyerType.
getKeyLength() - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
Get the length of the derived keys to be generated when fixed length keys are generated
getKeySize() - Method in class org.apache.ws.sandbox.security.trust.message.token.KeySize
Returns the key size if set otherwise returns -1
getKeySizeElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Returns the KeySize element
getKeyStore() - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
 
getKeyStore() - Method in interface org.apache.ws.security.components.crypto.Crypto
Gets the Keystore that was loaded by the underlying implementation
getLabel() - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
The label value to be used in the key derivation
getLabel() - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
getLabel() - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Returns the label of the derived key token
getLastTouched() - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
Returns the last time the session was used/modified
getLength() - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
getLength() - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
getLifeTime() - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
getLifeTime() - Method in class org.apache.ws.sandbox.security.trust.issue.X509ToSCTIssuer
 
getLifetime() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
getLifetimeElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Returns the Lifetime
getLiveSessions() - Method in class org.apache.ws.sandbox.security.conversation.sessions.SessionMonitor
 
getMechanismType() - Method in class org.apache.ws.sandbox.security.trust2.serialization.SecurityTokenMessageSerializer
 
getMsgContext() - Method in class org.apache.ws.security.handler.RequestData
 
getMustunderstand() - Method in class org.apache.ws.security.SOAP11Constants
Obtain the Mustunderstand string
getMustunderstand() - Method in class org.apache.ws.security.SOAP12Constants
Obtain the Mustunderstand string
getMustunderstand() - Method in interface org.apache.ws.security.SOAPConstants
Obtain the "next" role/actor URI
getName() - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
Return the name (i.e.
getName() - Method in class org.apache.ws.security.WSEncryptionPart
 
getName() - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
Return the WSUsernameToken username for this WSUsernameTokenPrincipal.
getName() - Method in class org.apache.ws.security.message.token.UsernameToken
Get the user name.
getNamespace() - Method in class org.apache.ws.security.WSEncryptionPart
 
getNamespace(String, Node) - Static method in class org.apache.ws.security.util.WSSecurityUtil
 
getNamespaceHash() - Method in class org.apache.ws.security.util.Mapping
 
getNamespaceURI() - Method in class org.apache.ws.security.util.Mapping
 
getNamespaceURI(String) - Method in class org.apache.ws.security.util.NSStack
Given a prefix, return the associated namespace (if any).
getNewInstance() - Static method in class org.apache.ws.security.WSSConfig
 
getNextRoleURI() - Method in class org.apache.ws.security.SOAP11Constants
Obtain the "next" role/actor URI
getNextRoleURI() - Method in class org.apache.ws.security.SOAP12Constants
Obtain the "next" role/actor URI
getNextRoleURI() - Method in interface org.apache.ws.security.SOAPConstants
Obtain the "next" role/actor URI
getNonce() - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
getNonce() - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Return the nonce of the derived key token
getNonce() - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
Return the WSUsernameToken nonce for this WSUsernameTokenPrincipal.
getNonce() - Method in class org.apache.ws.security.message.token.UsernameToken
Get the nonce.
getOK() - Method in class org.apache.ws.sandbox.security.trust.message.token.Renewing
 
getOffset() - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
getOffset() - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
getOption(String) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
Returns the option corresponding to name.
getOption(String) - Method in class org.apache.ws.security.handler.WSHandler
 
getOption(String) - Method in class org.apache.ws.security.handler.WSS4JHandler
 
getOptions() - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
Return the entire list of options
getPassword(Object) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
getPassword() - Method in class org.apache.ws.security.WSPasswordCallback
Get the password.
getPassword() - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
Return the WSUsernameToken password for this WSUsernameTokenPrincipal.
getPassword(String, int, String, String, RequestData) - Method in class org.apache.ws.security.handler.WSHandler
Get a password to construct a UsernameToken or sign a message.
getPassword(Object) - Method in class org.apache.ws.security.handler.WSHandler
 
getPassword(Object) - Method in class org.apache.ws.security.handler.WSS4JHandler
 
getPassword() - Method in class org.apache.ws.security.message.token.UsernameToken
Gets the password string.
getPasswordCB(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
Get the password callback class and get an instance

getPasswordType() - Method in class org.apache.ws.security.WSPasswordCallback
The password type is only relevant for usage USERNAME_TOKEN and USERNAME_TOKEN_UNKNOWN.
getPasswordType() - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
 
getPasswordType() - Method in class org.apache.ws.security.message.token.UsernameToken
 
getPrefix() - Method in class org.apache.ws.security.util.Mapping
 
getPrefix(String, boolean) - Method in class org.apache.ws.security.util.NSStack
Return an active prefix for the given namespaceURI.
getPrefix(String) - Method in class org.apache.ws.security.util.NSStack
Return an active prefix for the given namespaceURI, including the default prefix ("").
getPrefixHash() - Method in class org.apache.ws.security.util.Mapping
 
getPrefixNS(String, Node) - Static method in class org.apache.ws.security.util.WSSecurityUtil
 
getPrincipal() - Method in class org.apache.ws.security.WSSecurityEngineResult
 
getPrivateKey(String, String) - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
Gets the private key identified by alias and password.
getPrivateKey(String, String) - Method in interface org.apache.ws.security.components.crypto.Crypto
Gets the private key identified by alias and password.
getPrivateKey() - Method in class org.apache.ws.security.message.token.KeyInfo
 
getPrivateKeyForName(String, CallbackHandler, Crypto) - Static method in class org.apache.ws.security.message.token.KeyInfo
 
getProcessor(QName) - Method in class org.apache.ws.security.WSSConfig
 
getProofTok() - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
getProperties() - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
getProperties() - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
getProperties(String) - Static method in class org.apache.ws.sandbox.security.trust.STSUtil
Load properties
getProperty(Object, String) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
getProperty(Object, String) - Method in class org.apache.ws.security.handler.WSHandler
 
getProperty(Object, String) - Method in class org.apache.ws.security.handler.WSS4JHandler
 
getPwType() - Method in class org.apache.ws.security.handler.RequestData
 
getQNameFromString(String, Node) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Return a QName when passed a string like "foo:bar" by mapping the "foo" prefix to a namespace in the context of the given Node.
getReason() - Method in class org.apache.ws.sandbox.security.trust.message.token.Status
Gets the reason of the status
getRef2Base() - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
 
getReference() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
getReference() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Gets the Reference.
getRenewingElement() - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Returns the Renewing element
getReqSecTok() - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgent
 
getReqtedTok() - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
getRequesType() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
Returns the value of the RequestType element
getRequestType() - Method in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
get RequestType
getRequestType() - Method in class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
 
getRequestedProofToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
 
getRequestedProofToken() - Method in class org.apache.ws.sandbox.security.trust2.RequestSecurityTokenResponse
 
getRequestedSecurityToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
 
getRequestedSecurityToken() - Method in class org.apache.ws.sandbox.security.trust2.RequestSecurityTokenResponse
 
getResource(String) - Static method in class org.apache.ws.security.util.Loader
This method will search for resource in different places.
getResource(ClassLoader, String) - Static method in class org.apache.ws.security.util.Loader
Try to get the resource with the specified class loader

getResults() - Method in class org.apache.ws.security.handler.WSHandlerResult
gets the the security results
getRoleAttributeQName() - Method in class org.apache.ws.security.SOAP11Constants
Obtain the QName for the role attribute (actor/role)
getRoleAttributeQName() - Method in class org.apache.ws.security.SOAP12Constants
Obtain the QName for the role attribute (actor/role)
getRoleAttributeQName() - Method in interface org.apache.ws.security.SOAPConstants
Obtain the QName for the role attribute (actor/role)
getSCT(DerivedKeyToken) - Static method in class org.apache.ws.sandbox.security.conversation.ConversationUtil
The method takes in a DerivedKetToken and returns the uuid of the corresponding SCT.
getSKIBytes() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
 
getSKIBytesFromCert(X509Certificate) - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
Reads the SubjectKeyIdentifier information from the certificate.
getSKIBytesFromCert(X509Certificate) - Method in interface org.apache.ws.security.components.crypto.Crypto
Reads the SubjectKeyIdentifier information from the certificate.
getSOAPConstants(Element) - Static method in class org.apache.ws.security.util.WSSecurityUtil
 
getSOAPMessage() - Method in class org.apache.ws.sandbox.axis.security.trust.service.SecurityTokenRequestService
 
getSalt() - Method in class org.apache.ws.security.message.token.UsernameToken
Get the Salt value of this UsernameToken.
getSct() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedSecurityToken
 
getSecTokRef2DkToken() - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
getSecretKey() - Method in class org.apache.ws.security.message.WSSAddUsernameToken
 
getSecretKey() - Method in class org.apache.ws.security.message.token.UsernameToken
Gets the secret key as per WS-Trust spec.
getSecretKey(int, String) - Method in class org.apache.ws.security.message.token.UsernameToken
Gets the secret key as per WS-Trust spec.
getSecuityTokenReference() - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Returns the SecurityTokenReference of the derived key token
getSecuritContextToken(Document, X509Security) - Method in class org.apache.ws.sandbox.security.trust.issue.X509ToSCTIssuer
Override this method to generate the SCT.
getSecurityHeader(Document, String, SOAPConstants) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Returns the first WS-Security header element for a given actor.
getSecurityTokenReference() - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
getSecurityTokenReference() - Method in class org.apache.ws.sandbox.security.trust.message.token.CancelTarget
Returns the security token reference to the token to be cancelled
getSecurityTokenReference() - Method in class org.apache.ws.sandbox.security.trust.message.token.RenewTarget
Returns the wsse:SecurityTokenReference
getSecurityTokenReference() - Method in class org.apache.ws.security.message.WSEncryptBody
 
getSerializer(String, Class, QName) - Static method in class org.apache.ws.sandbox.axis.security.trust.service.RequestSecurityTokenType
Get Custom Serializer
getSerializerAs(String) - Method in class org.apache.ws.sandbox.security.trust2.serialization.BasicSerializerFactory
 
getSerializerAs(String) - Method in class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseSerializerFactory
 
getSerializerAs(String) - Method in class org.apache.ws.sandbox.security.trust2.serialization.RSTSerializerFactory
 
getSession(String) - Static method in class org.apache.ws.sandbox.security.conversation.DerivedKeyCallbackHandler
 
getSharedKey(Element, String, CallbackHandler) - Static method in class org.apache.ws.security.processor.X509Util
 
getSharedSecret() - Method in class org.apache.ws.sandbox.security.conversation.message.info.SecurityContextInfo
 
getSharedSecret() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
 
getSigAlgorithm() - Method in class org.apache.ws.security.handler.RequestData
 
getSigCanonicalization() - Method in class org.apache.ws.security.message.WSSignEnvelope
Get the canonicalization method.
getSigConf() - Method in class org.apache.ws.security.WSSecurityEngineResult
 
getSigCrypto() - Method in class org.apache.ws.security.handler.RequestData
 
getSigKeyId() - Method in class org.apache.ws.security.handler.RequestData
 
getSignatureAlgorithm() - Method in class org.apache.ws.security.message.WSSignEnvelope
Get the name of the signature algorithm that is being used.
getSignatureParts() - Method in class org.apache.ws.security.handler.RequestData
 
getSignatureValue() - Method in class org.apache.ws.security.WSSecurityEngineResult
 
getSignatureValue() - Method in class org.apache.ws.security.message.WSSignEnvelope
 
getSignatureValue() - Method in class org.apache.ws.security.message.token.SignatureConfirmation
 
getSignatureValues() - Method in class org.apache.ws.security.handler.RequestData
 
getSignedElementQnames() - Method in class org.apache.ws.security.WSSecurityEngineResult
 
getSoapConstants() - Method in class org.apache.ws.security.handler.RequestData
 
getString(String, Object) - Method in class org.apache.ws.security.handler.WSHandler
Looks up key first via WSHandler.getOption(String) and if not found there, via WSHandler.getProperty(Object, String)
getStringForQName(QName, Element) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Return a string for a particular QName, mapping a new prefix if necessary.
getStringOption(String) - Method in class org.apache.ws.security.handler.WSHandler
Returns the option on name.
getSupportedMechanismTypes() - Method in class org.apache.ws.sandbox.security.trust2.serialization.BasicSerializerFactory
 
getSupporting() - Method in class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
 
getSymmetricEncAlgorithm() - Method in class org.apache.ws.security.message.WSEncryptBody
Get the name of symmetric encryption algorithm to use.
getSymmetricKey() - Method in class org.apache.ws.security.message.WSEncryptBody
 
getTCL() - Static method in class org.apache.ws.security.util.Loader
Get the Thread context class loader.
getTargetToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.CancelTarget
Returns the target token to be cancelled
getTextContent(Node) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
getTimeToLive() - Method in class org.apache.ws.security.handler.RequestData
 
getTimestamp() - Method in class org.apache.ws.security.WSSecurityEngineResult
 
getToken() - Method in class org.apache.ws.sandbox.security.policy.message.token.AppliesTo
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
This metod is used to provide the QName of the element to the constructors by the extending types
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.AllowPostdating
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.BinarySecret
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.CancelTarget
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.Claims
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.Code
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.ComputedKey
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.Created
 
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.Entropy
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.Expires
 
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.KeySize
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.Lifetime
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.Reason
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.RenewTarget
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.Renewing
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestType
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedTokenCancelled
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.Status
Returns the QName of this type
getToken() - Method in class org.apache.ws.sandbox.security.trust.message.token.TokenType
Returns the QName of this type
getToken() - Method in class org.apache.ws.security.message.token.BinarySecurity
get the byte array containing token information.
getTokenByTagNameNS(String, String) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
This is provided to be used to extract custom elements
getTokenElement(Document, WSDocInfo) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Gets the signing token element, which maybe a BinarySecurityToken or a SAML token.
getTokenOrReference() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
getTokenToBeRenewed() - Method in class org.apache.ws.sandbox.security.trust.message.token.RenewTarget
Returns the token to be renewed
getTokenType() - Method in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
get TokenType
getTokenType() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
Returns the value of the TokenType element
getTokenType() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
getTokensByTagNameNS(String, String) - Method in class org.apache.ws.sandbox.security.trust.message.token.Claims
This is provided to be used to extract custom elements from the wst:Claims
getTokensByTagNameNS(String, String) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
This is provided to be used to extract custom elements from the wst:RequestSecyrityToken
getType() - Static method in class org.apache.ws.security.message.token.PKIPathSecurity
 
getType() - Static method in class org.apache.ws.security.message.token.X509Security
 
getTypeAttribute() - Method in class org.apache.ws.sandbox.security.trust.message.token.BinarySecret
Returns the type attribute value
getTypeDesc() - Static method in class org.apache.ws.sandbox.axis.security.trust.service.RequestSecurityTokenType
Return type metadata object
getURI() - Method in class org.apache.ws.security.message.token.Reference
get the URI.
getUnderstoodHeaders() - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
Return a list of QNames which this Handler understands.
getUrl() - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgent
to retrieve the endpoint url of the agent
getUsage() - Method in class org.apache.ws.security.WSPasswordCallback
Get the usage.
getUsername() - Method in class org.apache.ws.security.handler.RequestData
 
getUsernameToken() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
getUtElements() - Method in class org.apache.ws.security.handler.RequestData
 
getUuid() - Method in class org.apache.ws.sandbox.security.conversation.ConvEngineResult
 
getUuid(String) - Static method in class org.apache.ws.sandbox.security.conversation.ConversationUtil
 
getUuidAndDerivedKeyTokenId(String) - Static method in class org.apache.ws.sandbox.security.conversation.ConversationUtil
This extracts the Uuid and the DerivedKeyTokenId from the identifier sent in
getValue() - Method in class org.apache.ws.sandbox.security.trust.message.token.ValueElement
Returns the value of the token
getValueType() - Method in class org.apache.ws.security.message.token.BinarySecurity
get the value type.
getValueType() - Method in class org.apache.ws.security.message.token.Reference
get the URI.
getWssConfig() - Method in class org.apache.ws.security.handler.RequestData
 
getX509() - Method in class org.apache.ws.sandbox.security.trust.issue.X509ToSCTIssuer
 
getX509Certificate(Crypto) - Method in class org.apache.ws.security.message.token.X509Security
Gets the X509Certificate certificate.
getX509Certificates(byte[], boolean) - Method in interface org.apache.ws.security.components.crypto.Crypto
Construct an array of X509Certificate's from the byte array.
getX509Certificates(byte[], boolean) - Method in class org.apache.ws.security.components.crypto.Merlin
Construct an array of X509Certificate's from the byte array.
getX509Certificates(boolean, Crypto) - Method in class org.apache.ws.security.message.token.PKIPathSecurity
get the X509Certificate array.
getX509IssuerSerial(Crypto) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Gets the certificate identified with X509 issuerSerial data.
getX509IssuerSerialAlias(Crypto) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Gets the alias name of the certificate identified with X509 issuerSerial data.
getX509SKIAlias(Crypto) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
 
get_any() - Method in class org.apache.ws.sandbox.axis.security.trust.service.RequestSecurityTokenType
Gets the _any value for this RequestSecurityTokenType.

H

handle(Callback[]) - Method in class org.apache.ws.sandbox.security.conversation.DerivedKeyCallbackHandler
 
handleEncryptedKey(Element, CallbackHandler, Crypto) - Method in class org.apache.ws.security.processor.EncryptedKeyProcessor
 
handleEncryptedKey(Element, PrivateKey) - Method in class org.apache.ws.security.processor.EncryptedKeyProcessor
 
handleEncryptedKey(Element, CallbackHandler, Crypto, PrivateKey) - Method in class org.apache.ws.security.processor.EncryptedKeyProcessor
 
handleFault(MessageContext) - Method in class org.apache.ws.security.handler.WSS4JHandler
Handles SOAP Faults that may occur during message processing
handleRequest(Document, Document) - Method in class org.apache.ws.sandbox.security.trust.STSManager
Handle the request and build the Response Envelope

Handle the request and build the Response Envelope

handleRequest(MessageContext) - Method in class org.apache.ws.security.handler.WSS4JHandler
 
handleRequestedSecurityTokenResponse(Element, DerivedKeyCallbackHandler, String) - Method in class org.apache.ws.sandbox.security.conversation.ConversationEngine
 
handleResponse(MessageContext) - Method in class org.apache.ws.security.handler.WSS4JHandler
 
handleSAMLToken(Element) - Method in class org.apache.ws.security.processor.SAMLTokenProcessor
 
handleSecurityTokenReference(SecurityTokenReference, DerivedKeyCallbackHandler) - Method in class org.apache.ws.sandbox.security.conversation.ConversationEngine
 
handleSpecificChildren(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.CancelRequestSecurityToken
Handle the serialization of child elements specific to this type
handleSpecificChildren(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Handle the serialization of child elements specific to this type
handleSpecificChildren(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RenewRequestSecurityToken
 
handleSpecificChildren(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
This is used to handle the specific child elements for the four types of requests Issue @see TrustConstants#ISSUE_SECURITY_TOKEN Renew @see TrustConstants#RENEW_SECURITY_TOKEN Cancel @see TrustConstants#CANCEL_SECURITY_TOKEN Validate @see TrustConstants#VALIDATE_SECURITY_TOKEN
handleSpecificChildren(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.ValidateRequestSecurityToken
 
handleTimestamp(Timestamp) - Method in class org.apache.ws.security.processor.TimestampProcessor
 
handleToken(Element, Crypto, Crypto, CallbackHandler, WSDocInfo, Vector, WSSConfig) - Method in class org.apache.ws.security.processor.EncryptedKeyProcessor
 
handleToken(Element, Crypto, Crypto, CallbackHandler, WSDocInfo, Vector, WSSConfig) - Method in interface org.apache.ws.security.processor.Processor
 
handleToken(Element, Crypto, Crypto, CallbackHandler, WSDocInfo, Vector, WSSConfig) - Method in class org.apache.ws.security.processor.ReferenceListProcessor
 
handleToken(Element, Crypto, Crypto, CallbackHandler, WSDocInfo, Vector, WSSConfig) - Method in class org.apache.ws.security.processor.SAMLTokenProcessor
 
handleToken(Element, Crypto, Crypto, CallbackHandler, WSDocInfo, Vector, WSSConfig) - Method in class org.apache.ws.security.processor.SignatureConfirmationProcessor
 
handleToken(Element, Crypto, Crypto, CallbackHandler, WSDocInfo, Vector, WSSConfig) - Method in class org.apache.ws.security.processor.SignatureProcessor
 
handleToken(Element, Crypto, Crypto, CallbackHandler, WSDocInfo, Vector, WSSConfig) - Method in class org.apache.ws.security.processor.TimestampProcessor
 
handleToken(Element, Crypto, Crypto, CallbackHandler, WSDocInfo, Vector, WSSConfig) - Method in class org.apache.ws.security.processor.UsernameTokenProcessor
 
handleUsernameToken(Element, CallbackHandler) - Method in class org.apache.ws.security.processor.UsernameTokenProcessor
Check the UsernameToken element.
hasMoreTokens() - Method in class org.apache.ws.security.components.crypto.X509NameTokenizer
 
hashCode() - Method in class org.apache.ws.sandbox.axis.security.trust.service.RequestSecurityTokenType
 
hashCode() - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
Return a hash code for this WSUsernameTokenPrincipal.
hashed - Variable in class org.apache.ws.security.message.token.UsernameToken
 

I

IDENTIFIER - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
 
IDENTIFIER_LN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field IDENTIFIER_LN
ID_ATTR - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
INTEROP_SCENE1 - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
 
INVALID - Static variable in interface org.apache.ws.sandbox.security.trust.validate.STValidator
 
INVALID_REQUEST - Static variable in class org.apache.ws.sandbox.security.trust.WSTrustException
 
INVALID_SECURITY - Static variable in class org.apache.ws.security.WSSecurityException
 
INVALID_SECURITY_TOKEN - Static variable in class org.apache.ws.security.WSSecurityException
 
IO_ERROR - Static variable in class org.apache.ws.security.components.crypto.CredentialException
 
ISSUE - Static variable in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
 
ISSUER_CLASS - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
ISSUER_SERIAL - Static variable in class org.apache.ws.security.WSConstants
Sets the signing or the encryption method to send the issuer name and the serial number of a certificate to the receiver.
ISSUE_SECURITY_TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
ISSUE_SECURITY_TOKEN_RST - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
ISSUE_SECURITY_TOKEN_RSTR - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
ITERATION_LN - Static variable in class org.apache.ws.security.WSConstants
 
InvalidSecurityTokenReference - exception org.apache.ws.sandbox.security.trust2.exception.InvalidSecurityTokenReference.
 
InvalidSecurityTokenReference(String) - Constructor for class org.apache.ws.sandbox.security.trust2.exception.InvalidSecurityTokenReference
 
IssueRequestSecurityToken - class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken.
This is the class to be used to enerate a RequestSecurityToken for the RST issuance binding Some additional child elements are provided for the convenience of the developer to carry out an issue request
IssueRequestSecurityToken(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
 
IssueRequestSecurityToken(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
 
IssuerVerifier - class org.apache.ws.sandbox.security.trust.verify.IssuerVerifier.
 
IssuerVerifier(Properties) - Constructor for class org.apache.ws.sandbox.security.trust.verify.IssuerVerifier
 
implementedTransformURI - Static variable in class org.apache.ws.security.transform.STRTransform
Field implementedTransformURI
init() - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
Stubbed-out methods.
init(HandlerInfo) - Method in class org.apache.ws.security.handler.WSS4JHandler
Initializes the instance of the handler.
initHashtable() - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
insertSecurityHeader(Document) - Method in class org.apache.ws.security.message.WSBaseMessage
Creates a security header and inserts it as child into the SOAP Envelope.
invoke(MessageContext) - Method in class org.apache.ws.axis.security.WSDoAllReceiver
Axis calls invoke to handle a message.
invoke(MessageContext) - Method in class org.apache.ws.axis.security.WSDoAllSender
Axis calls invoke to handle a message.
invoke(MessageContext) - Method in class org.apache.ws.sandbox.axis.security.conversation.ConversationClientHandler
Method inherited from the BasicHandler.
invoke(MessageContext) - Method in class org.apache.ws.sandbox.axis.security.conversation.ConversationServerHandler
Method inherited from the BasicHandler.
invoke(MessageContext) - Method in class org.apache.ws.sandbox.axis.security.trust.STSServerHandler
Invoke method of handler
isActorEqual(String, String) - Static method in class org.apache.ws.security.util.WSSecurityUtil
Compares two actor strings and returns true if these are equal.
isAddBase2Message() - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
 
isContent(Node) - Static method in class org.apache.ws.security.processor.X509Util
 
isEnableSignatureConfirmation() - Method in class org.apache.ws.security.WSSConfig
 
isHashed() - Method in class org.apache.ws.security.message.token.UsernameToken
Get the hashed inidicator.
isNoSerialization() - Method in class org.apache.ws.security.handler.RequestData
 
isPad(byte) - Static method in class org.apache.ws.security.util.Base64
 
isPasswordDigest() - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
Return the WSUsernameToken password type for this WSUsernameTokenPrincipal.
isPrecisionInMilliSeconds() - Method in class org.apache.ws.security.WSSConfig
Checks if we need to use milliseconds in timestamps
isReference - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
isReference() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
isSenderVouches() - Method in interface org.apache.ws.security.saml.SAMLIssuer
 
isSenderVouches() - Method in class org.apache.ws.security.saml.SAMLIssuerImpl
 
isTimeStampStrict() - Method in class org.apache.ws.security.WSSConfig
 
isToken() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
isUseSingleCertificate() - Method in class org.apache.ws.security.message.WSSignEnvelope
Get the single cert flag.
isWhiteSpace(byte) - Static method in class org.apache.ws.security.util.Base64
 
isWsiBSPCompliant() - Method in class org.apache.ws.security.WSSConfig
Checks if we are in WS-I Basic Security Profile compliance mode
issue(Document, Document) - Method in interface org.apache.ws.sandbox.security.trust.issue.STIssuer
 
issue(Document, Document) - Method in class org.apache.ws.sandbox.security.trust.issue.X509ToSCTIssuer
 

J

jceProvider - Variable in class org.apache.ws.security.WSSConfig
 
jceProviderId - Variable in class org.apache.ws.security.WSSConfig
 

K

KEYS_LN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field KEYS_LN
KEYTRANSPORT_RSA15 - Static variable in class org.apache.ws.security.WSConstants
Sets the encryption method to encrypt the symmetric data encryption key with the RSA algoritm.
KEYTRANSPORT_RSAOEP - Static variable in class org.apache.ws.security.WSConstants
Sets the encryption method to encrypt the symmetric data encryption key with the RSA algoritm.
KEY_FREQ - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
KEY_LEGNTH - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
KEY_NAME - Static variable in class org.apache.ws.security.WSPasswordCallback
 
KEY_NAME - Static variable in class org.apache.ws.security.message.token.SecurityTokenReference
 
KEY_SIZE_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
KEY_TYPE_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
KeyDerivator - class org.apache.ws.sandbox.security.conversation.KeyDerivator.
 
KeyDerivator() - Constructor for class org.apache.ws.sandbox.security.conversation.KeyDerivator
 
KeyInfo - class org.apache.ws.security.message.token.KeyInfo.
 
KeyInfo(Element, CallbackHandler, Crypto) - Constructor for class org.apache.ws.security.message.token.KeyInfo
Constructor.
KeySize - class org.apache.ws.sandbox.security.trust.message.token.KeySize.
 
KeySize(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.KeySize
 
KeySize(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.KeySize
 
keyEncAlgo - Variable in class org.apache.ws.security.message.WSEncryptBody
 
keyIdentifier - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Define the parameter values to set the key identifier types.
keyIdentifierType - Variable in class org.apache.ws.security.message.WSBaseMessage
 
keySize - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
keyType - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
keystore - Variable in class org.apache.ws.security.components.crypto.AbstractCrypto
 

L

LABEL_FOR_DERIVED_KEY - Static variable in class org.apache.ws.security.WSConstants
 
LABEL_LN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field LABEL_LN
LENGTH_LN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field LENGTH_LN
LIFETIME - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
LIFETIME_MS - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
LIFE_TIME_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
LS - Static variable in class org.apache.ws.security.util.DOM2Writer
 
Lifetime - class org.apache.ws.sandbox.security.trust.message.token.Lifetime.
 
Lifetime(Document, String, String) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Lifetime
Constructor for Lifetime
Lifetime(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Lifetime
Constructor for Lifetime Check for created and epires elements
Lifetime(Document, int) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Lifetime
Constructor for Lifetime
Lifetime - class org.apache.ws.sandbox.security.trust2.Lifetime.
 
Lifetime(WSSConfig, Document, Element) - Constructor for class org.apache.ws.sandbox.security.trust2.Lifetime
 
Lifetime(WSSConfig, Document, int) - Constructor for class org.apache.ws.sandbox.security.trust2.Lifetime
 
Lifetime(WSSConfig, Document, Date, Date) - Constructor for class org.apache.ws.sandbox.security.trust2.Lifetime
Constructs a Lifetime object according to the defined parameters.
Loader - class org.apache.ws.security.util.Loader.
Load resources (or images) from various sources.
Loader() - Constructor for class org.apache.ws.security.util.Loader
 
length(String, String) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Method length.
lengthKeyIdentifier() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Method lengthKeyIdentifier.
lengthReference() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Method lengthReference.
lengthX509Data() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Method lengthX509Data.
lengthX509IssuerSerial() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Method lengthX509IssuerSerial.
lifetime - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
load(InputStream) - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
Loads the the keystore from an InputStream .
loadCertificate(InputStream) - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
load a X509Certificate from the input stream.
loadCertificate(InputStream) - Method in interface org.apache.ws.security.components.crypto.Crypto
load a X509Certificate from the input stream.
loadClass(ClassLoader, String) - Static method in class org.apache.ws.security.util.Loader
Try the specified classloader and then fall back to the loadClass

loadClass(String) - Static method in class org.apache.ws.security.util.Loader
If running under JDK 1.2 load the specified class using the Thread contextClassLoader if that fails try Class.forname.
loadDecryptionCrypto(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
Hook to allow subclasses to load their Decryption Crypto however they see fit.
loadEncryptionCrypto(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
Hook to allow subclasses to load their Encryption Crypto however they see fit.
loadProperties(String) - Method in class org.apache.ws.sandbox.axis.security.trust.service.SecurityTokenService
 
loadSamlIssuer(WSHandler, RequestData) - Method in class org.apache.ws.security.action.SAMLTokenSignedAction
 
loadSignatureCrypto(RequestData) - Method in class org.apache.ws.security.handler.WSHandler
Hook to allow subclasses to load their Signature Crypto however they see fit.
log - Static variable in class org.apache.ws.axis.security.WSDoAllReceiver
 
log - Static variable in class org.apache.ws.axis.security.WSDoAllSender
 
log - Static variable in class org.apache.ws.security.action.SignatureConfirmationAction
 
log - Static variable in class org.apache.ws.security.handler.WSHandler
 
log - Static variable in class org.apache.ws.security.util.NSStack
 
lookup(int) - Static method in class org.apache.ws.security.WSDocInfoStore
 

M

MS_COMPATIBLE_LIFETIMES - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
MUST_UNDERSTAND - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Sets the mustUnderstand flag.
Mapping - class org.apache.ws.security.util.Mapping.
 
Mapping(String, String) - Constructor for class org.apache.ws.security.util.Mapping
 
Merlin - class org.apache.ws.security.components.crypto.Merlin.
JDK1.4 based implementation of Crypto (uses keystore).
Merlin(Properties) - Constructor for class org.apache.ws.security.components.crypto.Merlin
Constructor.
Merlin(Properties, ClassLoader) - Constructor for class org.apache.ws.security.components.crypto.Merlin
 
main(String[]) - Static method in class org.apache.ws.sandbox.security.trust2.WSAddTokenRequest
 
main(String[]) - Static method in class org.apache.ws.sandbox.security.trust2.serialization.TestSerialization
 
main(String[]) - Static method in class org.apache.ws.security.util.Base64
 
makeLockable - Variable in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
messageToDocument(SOAPMessage) - Static method in class org.apache.ws.security.handler.WSS4JHandler
Utility method to convert SOAPMessage to org.w3c.dom.Document
mustunderstand - Variable in class org.apache.ws.security.message.WSBaseMessage
 
myTypeQName - Static variable in class org.apache.ws.sandbox.security.trust2.serialization.RSTDeserializer
 
myTypeQName - Static variable in class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseDeserializer
 

N

NL - Static variable in class org.apache.ws.security.util.DOM2Writer
 
NONCE_LN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field NONCE_LN
NONCE_LN - Static variable in class org.apache.ws.security.WSConstants
 
NO_SECURITY - Static variable in class org.apache.ws.security.WSConstants
 
NO_SECURITY - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Perform nothing.
NO_SERIALIZATION - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Supress the serialization of the SOAP message.
NO_SERIALIZE - Static variable in class org.apache.ws.security.WSConstants
 
NSStack - class org.apache.ws.security.util.NSStack.
The abstraction this class provides is a push down stack of variable length frames of prefix to namespace mappings.
NSStack() - Constructor for class org.apache.ws.security.util.NSStack
 
NULL_NS - Static variable in class org.apache.ws.security.WSConstants
 
NoRequestType - exception org.apache.ws.sandbox.security.trust2.exception.NoRequestType.
 
NoRequestType(String) - Constructor for class org.apache.ws.sandbox.security.trust2.exception.NoRequestType
 
NoSoapBody - exception org.apache.ws.sandbox.security.trust2.exception.NoSoapBody.
 
NoSoapBody(String) - Constructor for class org.apache.ws.sandbox.security.trust2.exception.NoSoapBody
 
NoTokenInResponse - exception org.apache.ws.sandbox.security.trust2.exception.NoTokenInResponse.
 
NoTokenInResponse(String) - Constructor for class org.apache.ws.sandbox.security.trust2.exception.NoTokenInResponse
 
NonStandardRequestType - exception org.apache.ws.sandbox.security.trust2.exception.NonStandardRequestType.
 
NonStandardRequestType(String) - Constructor for class org.apache.ws.sandbox.security.trust2.exception.NonStandardRequestType
 
name - Variable in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
newAssertion() - Method in interface org.apache.ws.security.saml.SAMLIssuer
Creates a new SAMLAssertion.
newAssertion() - Method in class org.apache.ws.security.saml.SAMLIssuerImpl
Creates a new SAMLAssertion.
next() - Method in class org.apache.ws.security.util.NSStack
Return the next namespace mapping in the top frame.
nextToken() - Method in class org.apache.ws.security.components.crypto.X509NameTokenizer
 
nodeToString(Node) - Static method in class org.apache.ws.security.util.DOM2Writer
Return a string containing this node serialized as XML.
nodeToString(Node, boolean) - Static method in class org.apache.ws.security.util.DOM2Writer
Return a string containing this node serialized as XML.
normalize(String, PrintWriter) - Static method in class org.apache.ws.security.util.DOM2Writer
Normalizes and prints the given string.

O

OFFSET_LN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field OFFSET_LN
onFault(MessageContext) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseDeserializer
 
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.apache.ws.sandbox.security.trust2.serialization.RSTDeserializer
 
options - Variable in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
options - Variable in class org.apache.ws.sandbox.axis.security.trust.service.SecurityTokenService
 
org.apache.ws.axis.security - package org.apache.ws.axis.security
Provides classes and interfaces that implement WSS4J Axis handlers.
org.apache.ws.axis.security.handler - package org.apache.ws.axis.security.handler
 
org.apache.ws.sandbox.axis.security.conversation - package org.apache.ws.sandbox.axis.security.conversation
 
org.apache.ws.sandbox.axis.security.trust - package org.apache.ws.sandbox.axis.security.trust
 
org.apache.ws.sandbox.axis.security.trust.service - package org.apache.ws.sandbox.axis.security.trust.service
 
org.apache.ws.sandbox.security.conversation - package org.apache.ws.sandbox.security.conversation
 
org.apache.ws.sandbox.security.conversation.dkalgo - package org.apache.ws.sandbox.security.conversation.dkalgo
 
org.apache.ws.sandbox.security.conversation.message.info - package org.apache.ws.sandbox.security.conversation.message.info
 
org.apache.ws.sandbox.security.conversation.message.token - package org.apache.ws.sandbox.security.conversation.message.token
 
org.apache.ws.sandbox.security.conversation.sessions - package org.apache.ws.sandbox.security.conversation.sessions
 
org.apache.ws.sandbox.security.policy.message.token - package org.apache.ws.sandbox.security.policy.message.token
 
org.apache.ws.sandbox.security.trust - package org.apache.ws.sandbox.security.trust
 
org.apache.ws.sandbox.security.trust.issue - package org.apache.ws.sandbox.security.trust.issue
 
org.apache.ws.sandbox.security.trust.message.Info - package org.apache.ws.sandbox.security.trust.message.Info
 
org.apache.ws.sandbox.security.trust.message.token - package org.apache.ws.sandbox.security.trust.message.token
 
org.apache.ws.sandbox.security.trust.renew - package org.apache.ws.sandbox.security.trust.renew
 
org.apache.ws.sandbox.security.trust.request - package org.apache.ws.sandbox.security.trust.request
 
org.apache.ws.sandbox.security.trust.validate - package org.apache.ws.sandbox.security.trust.validate
 
org.apache.ws.sandbox.security.trust.verify - package org.apache.ws.sandbox.security.trust.verify
 
org.apache.ws.sandbox.security.trust2 - package org.apache.ws.sandbox.security.trust2
 
org.apache.ws.sandbox.security.trust2.exception - package org.apache.ws.sandbox.security.trust2.exception
 
org.apache.ws.sandbox.security.trust2.serialization - package org.apache.ws.sandbox.security.trust2.serialization
 
org.apache.ws.security - package org.apache.ws.security
 
org.apache.ws.security.action - package org.apache.ws.security.action
 
org.apache.ws.security.components.crypto - package org.apache.ws.security.components.crypto
 
org.apache.ws.security.handler - package org.apache.ws.security.handler
 
org.apache.ws.security.message - package org.apache.ws.security.message
 
org.apache.ws.security.message.token - package org.apache.ws.security.message.token
 
org.apache.ws.security.processor - package org.apache.ws.security.processor
 
org.apache.ws.security.saml - package org.apache.ws.security.saml
 
org.apache.ws.security.transform - package org.apache.ws.security.transform
 
org.apache.ws.security.util - package org.apache.ws.security.util
 

P

PASSWORD_DIGEST - Static variable in class org.apache.ws.security.WSConstants
 
PASSWORD_LN - Static variable in class org.apache.ws.security.WSConstants
 
PASSWORD_TEXT - Static variable in class org.apache.ws.security.WSConstants
 
PASSWORD_TYPE - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Specific parameter for UsernameToken action to define the encoding of the passowrd.
PASSWORD_TYPE - Static variable in class org.apache.ws.security.message.token.UsernameToken
 
PASSWORD_TYPE_ATTR - Static variable in class org.apache.ws.security.WSConstants
 
PKCS7 - Static variable in class org.apache.ws.sandbox.security.trust2.TokenTypes
 
PKIPathSecurity - class org.apache.ws.security.message.token.PKIPathSecurity.
PKIPath Security Token.
PKIPathSecurity(Element) - Constructor for class org.apache.ws.security.message.token.PKIPathSecurity
Constructor.
PKIPathSecurity(Document) - Constructor for class org.apache.ws.security.message.token.PKIPathSecurity
Constructor.
PROPERTIES_LN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field PROPERTIES_LN
PROP_WEBMETHOD - Static variable in class org.apache.ws.security.SOAP12Constants
MessageContext property name for webmethod
PW_CALLBACK_CLASS - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
The Axis WSS4J handlers provide several ways to get the password required to construct a username token or to sign a message.
PW_CALLBACK_REF - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
An application may set an object reference to an object that implements the CallbackHandler interface.
PW_DIGEST - Static variable in class org.apache.ws.security.WSConstants
Sets the UserNameToken method to use a password digest to send the password information

This is a required method as defined by WS Specification, Username token profile.

PW_TEXT - Static variable in class org.apache.ws.security.WSConstants
Sets the UserNameToken method to send the password in clear

This is a required method as defined by WS Specification, Username token profile.

P_SHA1 - class org.apache.ws.sandbox.security.conversation.dkalgo.P_SHA1.
 
P_SHA1() - Constructor for class org.apache.ws.sandbox.security.conversation.dkalgo.P_SHA1
 
P_SHA_1 - Static variable in interface org.apache.ws.sandbox.security.conversation.dkalgo.DerivationAlgorithm
This is the default key generation algotithm
PrettyDocumentToString(Document) - Static method in class org.apache.ws.security.util.XMLUtils
 
Processor - interface org.apache.ws.security.processor.Processor.
 
parentNode - Variable in class org.apache.ws.security.message.WSEncryptBody
Parent node to which the EncryptedKeyElement should be added.
parse(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
Parses the immediate children of the current token and calls the deserializeChildElement method or deserializeElementText
parse(String, ParsePosition) - Method in class org.apache.ws.security.util.XmlSchemaDateFormat
This method was snarfed from org.apache.axis.encoding.ser.CalendarDeserializer, which was written by Sam Ruby (rubys@us.ibm.com) and Rich Scheuerle (scheu@us.ibm.com).
parts - Variable in class org.apache.ws.security.message.WSBaseMessage
 
password - Variable in class org.apache.ws.security.message.WSBaseMessage
 
passwordType - Variable in class org.apache.ws.security.message.token.UsernameToken
 
performDK_ENCR(String, String, boolean, Document, SecurityTokenReference, DerivedKeyCallbackHandler, Vector, String) - Method in class org.apache.ws.sandbox.security.conversation.ConversationManager
Manages derived key encryption.
performDK_Sign(Document, DerivedKeyCallbackHandler, String, DerivedKeyInfo, Vector) - Method in class org.apache.ws.sandbox.security.conversation.ConversationManager
Manages derived key signature.
pop() - Method in class org.apache.ws.security.util.NSStack
Remove the top frame from the stack.
preSetUsernameToken(Document, String, String) - Method in class org.apache.ws.security.message.WSSAddUsernameToken
 
precisionInMilliSeconds - Variable in class org.apache.ws.security.WSSConfig
Set the timestamp precision mode.
prepareSecretKey(String, byte[]) - Static method in class org.apache.ws.security.util.WSSecurityUtil
 
prependChildElement(Document, Element, Element, boolean) - Static method in class org.apache.ws.security.util.WSSecurityUtil
prepend a child element

processConvHeader(Element, Document, DerivedKeyCallbackHandler, String) - Method in class org.apache.ws.sandbox.security.conversation.ConversationEngine
 
processMessage(MessageContext, boolean) - Method in class org.apache.ws.security.handler.WSS4JHandler
Switch for transfering control to doReceiver and doSender
processRSTR(RequestSecurityTokenResponse) - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
processSecConvHeader(Document, String, DerivedKeyCallbackHandler, String) - Method in class org.apache.ws.sandbox.security.conversation.ConversationEngine
This method is extracted from org.apache.ws.security.SecurityEngine
processSecurityHeader(Document, String, CallbackHandler, Crypto) - Method in class org.apache.ws.security.WSSecurityEngine
Process the security header given the soap envelope as W3C document.
processSecurityHeader(Document, String, CallbackHandler, Crypto, Crypto) - Method in class org.apache.ws.security.WSSecurityEngine
Process the security header given the soap envelope as W3C document.
processSecurityHeader(Element, CallbackHandler, Crypto, Crypto) - Method in class org.apache.ws.security.WSSecurityEngine
Process the security header given the wsse:Security DOM Element.
proofEncryption - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
properties - Variable in class org.apache.ws.security.components.crypto.AbstractCrypto
 
push() - Method in class org.apache.ws.security.util.NSStack
Create a new frame at the top of the stack.

R

REAP_FREQ - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
REASON_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
RECEIVE - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
 
RECV_RESULTS - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
The WSDoAllReceiver handler stores a result Vector in this property.
REFERENCE_LIST - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationEngine
xenc:ReferenceList as defined by XML Encryption specification,
REFERENCE_LIST - Static variable in class org.apache.ws.security.WSSecurityEngine
xenc:ReferenceList as defined by XML Encryption specification,
REF_LIST_LN - Static variable in class org.apache.ws.security.WSConstants
 
RENEW - Static variable in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
 
RENEWER_CLASS - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
RENEWING_ALLOW_ATTR - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
RENEWING_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
RENEWING_OK_ATTR - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
RENEW_SECURITY_TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
RENEW_SECURITY_TOKEN_RST - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
RENEW_SECURITY_TOKEN_RSTR - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
RENEW_TARGET_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
REQUESTED_PROOF - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
REQUESTED_PROOF_TOKEN_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
REQUESTED_SECURITY_TOKEN_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
REQUESTED_SECURITY_TOKEN_RESPONSE - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationEngine
Refer WS secure Conversation specification
REQUESTED_TOKEN - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
REQUESTED_TOKEN_CANCELLED_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
REQUESTER_CLASS - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
REQUESTOR_PROP_FILE - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
REQUEST_ISSUE - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
REQUEST_NAME - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
REQUEST_RENEW - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
REQUEST_SECURITY_TOKEN_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
REQUEST_SECURITY_TOKEN_RESPONSE_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
REQUEST_TAG - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
REQUEST_TYPE - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
REQUEST_TYPE - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
REQUEST_TYPE_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
REQUEST_VALIDATE - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
REQ_ALIAS - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
RESPONSE_NAME - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
RESPONSE_TAG - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
ROLE - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
The role name of the wsse:Security header.
RSA - Static variable in class org.apache.ws.security.WSConstants
Sets the signature method to use RSA with SHA to sign data.
RSTDeserializer - class org.apache.ws.sandbox.security.trust2.serialization.RSTDeserializer.
 
RSTDeserializer() - Constructor for class org.apache.ws.sandbox.security.trust2.serialization.RSTDeserializer
 
RSTDeserializerFactory - class org.apache.ws.sandbox.security.trust2.serialization.RSTDeserializerFactory.
 
RSTDeserializerFactory() - Constructor for class org.apache.ws.sandbox.security.trust2.serialization.RSTDeserializerFactory
 
RSTRParser - class org.apache.ws.sandbox.security.trust.RSTRParser.
This class' functionality will be included in the RequestSecurityTokenResponse class itself :-) When a RequestSecurityTokenResponse instance is created with a corresponding DOM Element it will parse that element and populate its properties
RSTRParser() - Constructor for class org.apache.ws.sandbox.security.trust.RSTRParser
 
RSTR_PREFIX - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
RSTResponseDeserializer - class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseDeserializer.
 
RSTResponseDeserializer() - Constructor for class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseDeserializer
 
RSTResponseDeserializerFactory - class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseDeserializerFactory.
 
RSTResponseDeserializerFactory() - Constructor for class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseDeserializerFactory
 
RSTResponseSerializer - class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseSerializer.
 
RSTResponseSerializer() - Constructor for class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseSerializer
 
RSTResponseSerializerFactory - class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseSerializerFactory.
 
RSTResponseSerializerFactory() - Constructor for class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseSerializerFactory
 
RSTSerializer - class org.apache.ws.sandbox.security.trust2.serialization.RSTSerializer.
 
RSTSerializer() - Constructor for class org.apache.ws.sandbox.security.trust2.serialization.RSTSerializer
 
RSTSerializerFactory - class org.apache.ws.sandbox.security.trust2.serialization.RSTSerializerFactory.
 
RSTSerializerFactory() - Constructor for class org.apache.ws.sandbox.security.trust2.serialization.RSTSerializerFactory
 
RST_PREFIX - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
Reason - class org.apache.ws.sandbox.security.trust.message.token.Reason.
 
Reason(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Reason
Constructor for Reason
Reason(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Reason
Constructor for Reason
Reason(Document, String) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Reason
Constructor for Reason
Reference - class org.apache.ws.security.message.token.Reference.
Reference.
Reference(Element) - Constructor for class org.apache.ws.security.message.token.Reference
Constructor.
Reference(Document) - Constructor for class org.apache.ws.security.message.token.Reference
Constructor.
ReferenceListProcessor - class org.apache.ws.security.processor.ReferenceListProcessor.
 
ReferenceListProcessor() - Constructor for class org.apache.ws.security.processor.ReferenceListProcessor
 
RenewRequestSecurityToken - class org.apache.ws.sandbox.security.trust.message.token.RenewRequestSecurityToken.
This is the class to be used to enerate a RequestSecurityToken for the RST renewal binding Additinal child elemets required for a renewal request is provided here NOTE: This should no tbe used in requesting a renewable security token In such a situation IssueRequestSecurityToken should be used setting the renewal properties
RenewRequestSecurityToken(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RenewRequestSecurityToken
 
RenewRequestSecurityToken(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RenewRequestSecurityToken
 
RenewTarget - class org.apache.ws.sandbox.security.trust.message.token.RenewTarget.
 
RenewTarget(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RenewTarget
 
RenewTarget(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RenewTarget
 
Renewing - class org.apache.ws.sandbox.security.trust.message.token.Renewing.
 
Renewing(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Renewing
Constructor for Renewing
Renewing(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Renewing
Constructor for Renewing
Renewing(Document, boolean, boolean) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Renewing
Constructor for Renewing
RequestData - class org.apache.ws.security.handler.RequestData.
This class holds per request data.
RequestData() - Constructor for class org.apache.ws.security.handler.RequestData
 
RequestInfo - class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo.
 
RequestInfo() - Constructor for class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
 
RequestInfo(String, String, String, String) - Constructor for class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
Constructor for RequestInfo
RequestInfo(String, String, String) - Constructor for class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
Constructor for RequestInfo
RequestInfo(String, String) - Constructor for class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
Constructor for RequestInfo
RequestInfo(String) - Constructor for class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
Constructor for RequestInfo
RequestResolver - class org.apache.ws.sandbox.security.trust.RequestResolver.
 
RequestResolver(Document) - Constructor for class org.apache.ws.sandbox.security.trust.RequestResolver
 
RequestSecurityToken - class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken.
 
RequestSecurityToken(Document, String) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
Creates a new wst:RequestSecurityToken with the given request type
RequestSecurityToken(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
Instanciate a new RequestSecurityToken with a wst:RequestSecurityToken token's element
RequestSecurityToken - class org.apache.ws.sandbox.security.trust2.RequestSecurityToken.
 
RequestSecurityToken(Document, URI) - Constructor for class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
 
RequestSecurityToken(Element) - Constructor for class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
Constructs a RequestSecurityToken object from an existing element.
RequestSecurityToken(Element, Document) - Constructor for class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
 
RequestSecurityTokenResponse - class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse.
 
RequestSecurityTokenResponse(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
Constructor
RequestSecurityTokenResponse(Document, boolean) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
Constructor
RequestSecurityTokenResponse(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
To create a RequestSecurityTokenResponse token form an element passed
RequestSecurityTokenResponse(Element, boolean) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
May not be usefull in future developments.
RequestSecurityTokenResponse - class org.apache.ws.sandbox.security.trust2.RequestSecurityTokenResponse.
 
RequestSecurityTokenResponse(Document) - Constructor for class org.apache.ws.sandbox.security.trust2.RequestSecurityTokenResponse
 
RequestSecurityTokenResponse(Document, SecurityTokenOrReference) - Constructor for class org.apache.ws.sandbox.security.trust2.RequestSecurityTokenResponse
 
RequestSecurityTokenResponse(Element) - Constructor for class org.apache.ws.sandbox.security.trust2.RequestSecurityTokenResponse
Constructs a RequestSecurityToken object from an existing element.
RequestSecurityTokenResponse(Element, Document) - Constructor for class org.apache.ws.sandbox.security.trust2.RequestSecurityTokenResponse
 
RequestSecurityTokenType - class org.apache.ws.sandbox.axis.security.trust.service.RequestSecurityTokenType.
Actual content model is non-deterministic, hence wildcard.
RequestSecurityTokenType() - Constructor for class org.apache.ws.sandbox.axis.security.trust.service.RequestSecurityTokenType
 
RequestSecurityTokenType(MessageElement[], URI) - Constructor for class org.apache.ws.sandbox.axis.security.trust.service.RequestSecurityTokenType
 
RequestType - class org.apache.ws.sandbox.security.trust.message.token.RequestType.
 
RequestType(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestType
Constructor for RequestType
RequestType(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestType
Constructor for RequestType
RequestedProofToken - class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken.
 
RequestedProofToken(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
Constructor.
RequestedProofToken(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
COnstructor
RequestedSecurityToken - class org.apache.ws.sandbox.security.trust.message.token.RequestedSecurityToken.
 
RequestedSecurityToken(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestedSecurityToken
Constructor
RequestedSecurityToken(Document, boolean) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestedSecurityToken
Constructor
RequestedSecurityToken(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestedSecurityToken
To create a RequestSecurityTokenResponse token form an element passed
RequestedSecurityToken(Element, boolean) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestedSecurityToken
May not be usefull in future developments.
RequestedTokenCancelled - class org.apache.ws.sandbox.security.trust.message.token.RequestedTokenCancelled.
 
RequestedTokenCancelled(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestedTokenCancelled
 
RequestedTokenCancelled(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.RequestedTokenCancelled
 
reference - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
removeChild(AbstractToken) - Method in class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
 
removeToken(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.BaseToken
Tokens can be removed through this method
removeToken(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
 
removeWhiteSpace(byte[]) - Static method in class org.apache.ws.security.util.Base64
remove WhiteSpace from MIME containing encoded Base64 data.
renew(Document, Document) - Method in interface org.apache.ws.sandbox.security.trust.renew.STRenewer
 
replaceSecurityTokenReferences(Document) - Static method in class org.apache.ws.sandbox.security.trust.STSUtil
Replaces the Security Token Reference element with its Referenced element Reason : In the Trust Comminicator no header elements are visible
request() - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgent
request call Thank goes to David Del Vecchio for giving his code(=>idea)
request(Document, Hashtable) - Method in interface org.apache.ws.sandbox.security.trust.request.STRequester
Modify request according to the given options
requestSecurityToken(RequestSecurityTokenType) - Method in class org.apache.ws.sandbox.axis.security.trust.service.SecurityTokenRequestService
 
requestSecurityToken(RequestSecurityTokenType) - Method in class org.apache.ws.sandbox.axis.security.trust.service.SecurityTokenService
 
requestType - Variable in class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
 
requestTypeElement - Variable in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
 
requestedProofToken - Variable in class org.apache.ws.sandbox.security.trust2.RequestSecurityTokenResponse
 
requestedSecurityToken - Variable in class org.apache.ws.sandbox.security.trust2.RequestSecurityTokenResponse
 
requesterTypeMapper - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
resolve() - Method in class org.apache.ws.sandbox.security.trust.RequestResolver
 
resolveToken() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
returnsNodeSet() - Method in class org.apache.ws.security.transform.STRTransform
 
returnsOctetStream() - Method in class org.apache.ws.security.transform.STRTransform
 
run() - Method in class org.apache.ws.sandbox.security.conversation.sessions.SessionMonitor
 

S

SALT_LN - Static variable in class org.apache.ws.security.WSConstants
 
SAML - Static variable in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
 
SAMLIssuer - interface org.apache.ws.security.saml.SAMLIssuer.
Builds a WS SAML Assertion and inserts it into the SOAP Envelope.
SAMLIssuerFactory - class org.apache.ws.security.saml.SAMLIssuerFactory.
CryptoFactory.
SAMLIssuerFactory() - Constructor for class org.apache.ws.security.saml.SAMLIssuerFactory
 
SAMLIssuerImpl - class org.apache.ws.security.saml.SAMLIssuerImpl.
Builds a WS SAML Assertion and inserts it into the SOAP Envelope.
SAMLIssuerImpl() - Constructor for class org.apache.ws.security.saml.SAMLIssuerImpl
Constructor.
SAMLIssuerImpl(Properties) - Constructor for class org.apache.ws.security.saml.SAMLIssuerImpl
 
SAMLP_NS - Static variable in class org.apache.ws.security.WSConstants
 
SAMLTOKEN_NS - Static variable in class org.apache.ws.security.WSConstants
 
SAMLTokenProcessor - class org.apache.ws.security.processor.SAMLTokenProcessor.
 
SAMLTokenProcessor() - Constructor for class org.apache.ws.security.processor.SAMLTokenProcessor
 
SAMLTokenSignedAction - class org.apache.ws.security.action.SAMLTokenSignedAction.
 
SAMLTokenSignedAction() - Constructor for class org.apache.ws.security.action.SAMLTokenSignedAction
 
SAMLTokenUnsignedAction - class org.apache.ws.security.action.SAMLTokenUnsignedAction.
 
SAMLTokenUnsignedAction() - Constructor for class org.apache.ws.security.action.SAMLTokenUnsignedAction
 
SAMLUtil - class org.apache.ws.security.saml.SAMLUtil.
Utility methods for SAML stuff
SAMLUtil() - Constructor for class org.apache.ws.security.saml.SAMLUtil
 
SAML_ASSERTION_ID - Static variable in class org.apache.ws.security.WSConstants
 
SAML_ID_URI - Static variable in class org.apache.ws.security.message.token.SecurityTokenReference
 
SAML_NS - Static variable in class org.apache.ws.security.WSConstants
 
SAML_PROP_FILE - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
The name of the SAML Issuer factory property file.
SAML_TOKEN - Static variable in class org.apache.ws.security.WSSecurityEngine
saml:Assertion as defined by SAML specification
SAML_TOKEN_SIGNED - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
 
SAML_TOKEN_UNSIGNED - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Perform a SAML Token identification.
SC - Static variable in class org.apache.ws.security.WSConstants
 
SCT - Static variable in class org.apache.ws.sandbox.security.conversation.ConvEngineResult
 
SCT - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationEngine
 
SCT - Static variable in class org.apache.ws.sandbox.security.trust.message.token.TokenType
 
SCT_ESTABLISH_MTD - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
SCT_ISSUE_ACTION - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
SCT_TOKEN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationEngine
wsc:SecurityContextToken as defined in WS Secure Conversation specification.
SECURITY_CONTEXT_TOKEN_LN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field SECURITY_CONTEXT_TOKEN_LN
SECURITY_TOKEN_REFERENCE - Static variable in class org.apache.ws.security.message.token.SecurityTokenReference
 
SECURITY_TOKEN_REFERENCE_LN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field SECURITY_TOKEN_REFERENCE_LN
SECURITY_TOKEN_RESPONSE - Static variable in class org.apache.ws.sandbox.security.conversation.ConvEngineResult
 
SECURITY_TOKEN_UNAVAILABLE - Static variable in class org.apache.ws.security.WSSecurityException
 
SEC_ERROR - Static variable in class org.apache.ws.security.components.crypto.CredentialException
 
SEND - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
 
SEND_SIGV - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
 
SERIALIZE - Static variable in class org.apache.ws.security.WSConstants
 
SERVICE_EPR - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
SESSION_DURATION - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
SEVER_ALIAS - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
SEVER_PROP_FILE - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
SIGN - Static variable in class org.apache.ws.security.WSConstants
 
SIGNATURE - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationEngine
ds:Signature as defined by XML Signature specification.
SIGNATURE - Static variable in class org.apache.ws.security.WSPasswordCallback
 
SIGNATURE - Static variable in class org.apache.ws.security.WSSecurityEngine
ds:Signature as defined by XML Signature specification, enhanced by WS Security specification
SIGNATURE - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Perform Signature.
SIGNATURE_CONFIRMATION_LN - Static variable in class org.apache.ws.security.WSConstants
 
SIGNATURE_PARTS - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Parameter to define which parts of the request shall be signed.
SIGN_DERIVED_KEY - Static variable in class org.apache.ws.sandbox.security.conversation.ConvEngineResult
 
SIGN_PARTS - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
SIGN_WITH_UT_KEY - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Use this to use a specific signature mechanism for .Net.
SIG_ALGO - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Defines which signature algorithm to use.
SIG_CONF_DONE - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
 
SIG_KEY_ID - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Defines which key identifier type to use.
SIG_LN - Static variable in class org.apache.ws.security.WSConstants
 
SIG_NS - Static variable in class org.apache.ws.security.WSConstants
 
SIG_PREFIX - Static variable in class org.apache.ws.security.WSConstants
 
SIG_PROP_FILE - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
The name of the crypto propterty file to use for SOAP Signature.
SKI_KEY_IDENTIFIER - Static variable in class org.apache.ws.security.WSConstants
Sets the signing method to send a SubjectKeyIdentifier to identify the signing certificate.
SKI_URI - Static variable in class org.apache.ws.security.message.token.SecurityTokenReference
 
SND_SECURITY - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
This is an interal property name to support handler chaining.
SOAP11Constants - class org.apache.ws.security.SOAP11Constants.
SOAP 1.1 constants
SOAP11Constants() - Constructor for class org.apache.ws.security.SOAP11Constants
 
SOAP11_CONSTANTS - Static variable in interface org.apache.ws.security.SOAPConstants
SOAP 1.1 constants - thread-safe and shared
SOAP12Constants - class org.apache.ws.security.SOAP12Constants.
SOAP 1.2 constants
SOAP12Constants() - Constructor for class org.apache.ws.security.SOAP12Constants
 
SOAP12_CONSTANTS - Static variable in interface org.apache.ws.security.SOAPConstants
SOAP 1.2 constants - thread-safe and shared
SOAPConstants - interface org.apache.ws.security.SOAPConstants.
An interface definining SOAP constants.
SOAPMESSAGE_NS - Static variable in class org.apache.ws.security.WSConstants
 
SOAPMESSAGE_NS11 - Static variable in class org.apache.ws.security.WSConstants
 
STATUS_INVALID - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
STATUS_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
STATUS_PREFIX - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
STATUS_VALID - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
STIssuer - interface org.apache.ws.sandbox.security.trust.issue.STIssuer.
 
STRTransform - class org.apache.ws.security.transform.STRTransform.
Class STRTransform
STRTransform() - Constructor for class org.apache.ws.security.transform.STRTransform
 
STRenewer - interface org.apache.ws.sandbox.security.trust.renew.STRenewer.
 
STRequester - interface org.apache.ws.sandbox.security.trust.request.STRequester.
 
STSAgent - class org.apache.ws.sandbox.axis.security.trust.STSAgent.
 
STSAgent(String, Hashtable, Hashtable, STSAgentAddressingConfiguration) - Constructor for class org.apache.ws.sandbox.axis.security.trust.STSAgent
Agent initialization
STSAgent(String, Hashtable, Hashtable) - Constructor for class org.apache.ws.sandbox.axis.security.trust.STSAgent
Agent initialization without addressing support I don't think this will be used at all :-?
STSAgentAddressingConfiguration - class org.apache.ws.sandbox.axis.security.trust.STSAgentAddressingConfiguration.
This is used to provide the addressing headers required by the STSAgent
STSAgentAddressingConfiguration() - Constructor for class org.apache.ws.sandbox.axis.security.trust.STSAgentAddressingConfiguration
 
STSManager - class org.apache.ws.sandbox.security.trust.STSManager.
 
STSManager(Hashtable) - Constructor for class org.apache.ws.sandbox.security.trust.STSManager
 
STSREQUEST_TOKEN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
 
STSServerHandler - class org.apache.ws.sandbox.axis.security.trust.STSServerHandler.
 
STSServerHandler() - Constructor for class org.apache.ws.sandbox.axis.security.trust.STSServerHandler
 
STSSignedToken - class org.apache.ws.sandbox.security.trust.message.token.STSSignedToken.
 
STSSignedToken(Document, Crypto, String, String) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.STSSignedToken
 
STSUtil - class org.apache.ws.sandbox.security.trust.STSUtil.
 
STSUtil() - Constructor for class org.apache.ws.sandbox.security.trust.STSUtil
 
STS_ADDRESS - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
STS_GENERATED - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
 
STS_PROP_FILE - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
STS_REQUSTOR_TYPE - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
STValidator - interface org.apache.ws.sandbox.security.trust.validate.STValidator.
 
STVerifier - interface org.apache.ws.sandbox.security.trust.verify.STVerifier.
 
ST_SIGNED - Static variable in class org.apache.ws.security.WSConstants
 
ST_UNSIGNED - Static variable in class org.apache.ws.security.WSConstants
 
SUPPORTING - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
SecurityContextInfo - class org.apache.ws.sandbox.security.conversation.message.info.SecurityContextInfo.
 
SecurityContextInfo(SecurityContextToken, RequestedProofToken, int) - Constructor for class org.apache.ws.sandbox.security.conversation.message.info.SecurityContextInfo
This element will be useful to store in the hashtable to get information about the security context
SecurityContextInfo(SecurityContextToken, byte[], int) - Constructor for class org.apache.ws.sandbox.security.conversation.message.info.SecurityContextInfo
TEMPORARY METHOD FOR TESTING ONLY TIL I GET THE LATEST PROOF TOKEN This element will be useful to store in the hashtable to get information about the security context
SecurityContextInfo(String, byte[], int) - Constructor for class org.apache.ws.sandbox.security.conversation.message.info.SecurityContextInfo
 
SecurityContextToken - class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken.
 
SecurityContextToken(Document) - Constructor for class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
Constructor to create the SCT
SecurityContextToken(Document, String) - Constructor for class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
Constructor to create the SCT with a given uuid
SecurityContextToken(Element) - Constructor for class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
This is used to create a SecurityContestToken using a DOM Element
SecurityTokenMessage - class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage.
 
SecurityTokenMessage(Element) - Constructor for class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
Constructs a SecurityTokenMessage object from an existing element.
SecurityTokenMessage(Element, Document) - Constructor for class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
SecurityTokenMessage(Document) - Constructor for class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
SecurityTokenMessageSerializer - class org.apache.ws.sandbox.security.trust2.serialization.SecurityTokenMessageSerializer.
 
SecurityTokenMessageSerializer() - Constructor for class org.apache.ws.sandbox.security.trust2.serialization.SecurityTokenMessageSerializer
 
SecurityTokenOrReference - class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference.
 
SecurityTokenOrReference(Element) - Constructor for class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
SecurityTokenOrReference(Element, Document) - Constructor for class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
SecurityTokenOrReference(SecurityTokenReference) - Constructor for class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
SecurityTokenOrReference(UsernameToken) - Constructor for class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
SecurityTokenOrReference(BinarySecurity) - Constructor for class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
SecurityTokenReference - class org.apache.ws.security.message.token.SecurityTokenReference.
Security Token Reference.
SecurityTokenReference(Element) - Constructor for class org.apache.ws.security.message.token.SecurityTokenReference
Constructor.
SecurityTokenReference(Document) - Constructor for class org.apache.ws.security.message.token.SecurityTokenReference
Constructor.
SecurityTokenRequestService - class org.apache.ws.sandbox.axis.security.trust.service.SecurityTokenRequestService.
 
SecurityTokenRequestService() - Constructor for class org.apache.ws.sandbox.axis.security.trust.service.SecurityTokenRequestService
 
SecurityTokenService - class org.apache.ws.sandbox.axis.security.trust.service.SecurityTokenService.
 
SecurityTokenService() - Constructor for class org.apache.ws.sandbox.axis.security.trust.service.SecurityTokenService
 
SessionMonitor - class org.apache.ws.sandbox.security.conversation.sessions.SessionMonitor.
 
SessionMonitor(Hashtable) - Constructor for class org.apache.ws.sandbox.security.conversation.sessions.SessionMonitor
 
SignatureAction - class org.apache.ws.security.action.SignatureAction.
 
SignatureAction() - Constructor for class org.apache.ws.security.action.SignatureAction
 
SignatureConfirmation - class org.apache.ws.security.message.token.SignatureConfirmation.
Signature Confirmation element.
SignatureConfirmation(Element) - Constructor for class org.apache.ws.security.message.token.SignatureConfirmation
Constructs a SignatureConfirmation object and parses the wsse11:SignatureCOnfirmation element to initialize it.
SignatureConfirmation(Document, byte[]) - Constructor for class org.apache.ws.security.message.token.SignatureConfirmation
Constructs a SignatureConfirmation object according to the defined parameters.
SignatureConfirmationAction - class org.apache.ws.security.action.SignatureConfirmationAction.
 
SignatureConfirmationAction() - Constructor for class org.apache.ws.security.action.SignatureConfirmationAction
 
SignatureConfirmationProcessor - class org.apache.ws.security.processor.SignatureConfirmationProcessor.
 
SignatureConfirmationProcessor() - Constructor for class org.apache.ws.security.processor.SignatureConfirmationProcessor
 
SignatureProcessor - class org.apache.ws.security.processor.SignatureProcessor.
 
SignatureProcessor() - Constructor for class org.apache.ws.security.processor.SignatureProcessor
 
SignatureVerifier - class org.apache.ws.sandbox.security.trust.verify.SignatureVerifier.
 
SignatureVerifier(Properties) - Constructor for class org.apache.ws.sandbox.security.trust.verify.SignatureVerifier
 
Status - class org.apache.ws.sandbox.security.trust.message.token.Status.
 
Status(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Status
Constructor for Status
Status(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.Status
Constructor for Status
StringUtil - class org.apache.ws.security.util.StringUtil.
 
StringUtil() - Constructor for class org.apache.ws.security.util.StringUtil
 
sctEstablishmentMapper - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
secEngine - Static variable in class org.apache.ws.security.handler.WSHandler
 
securityTokenReference - Variable in class org.apache.ws.security.message.WSEncryptBody
SecurityTokenReference to be inserted into EncryptedData/keyInfo element.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.ws.sandbox.security.trust2.serialization.RSTResponseSerializer
Serialize an element named name, with the indicated attributes and value.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.ws.sandbox.security.trust2.serialization.RSTSerializer
Serialize an element named name, with the indicated attributes and value.
serialize(QName, Attributes, Object, SerializationContext) - Method in class org.apache.ws.sandbox.security.trust2.serialization.SecurityTokenMessageSerializer
Serialize an element named name, with the indicated attributes and value.
serializeAsXML(Node, Writer, boolean) - Static method in class org.apache.ws.security.util.DOM2Writer
Serialize this node into the writer as XML.
serializeAsXML(Node, Writer, boolean, boolean) - Static method in class org.apache.ws.security.util.DOM2Writer
Serialize this node into the writer as XML.
setAction(String) - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgentAddressingConfiguration
Set the action URI
setAction(int) - Method in class org.apache.ws.sandbox.security.conversation.ConvEngineResult
 
setActor(String) - Method in class org.apache.ws.security.handler.RequestData
 
setActor(String) - Method in class org.apache.ws.security.message.WSBaseMessage
set actor name.
setAddBase2Message(boolean) - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
 
setAlgorithm(String) - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Set the derivattion algorithm of this derived key token.
setAlias(String) - Method in class org.apache.ws.sandbox.security.trust.issue.X509ToSCTIssuer
 
setAllow(boolean) - Method in class org.apache.ws.sandbox.security.trust.message.token.Renewing
 
setAllowPostdating() - Method in class org.apache.ws.sandbox.security.trust.message.token.RenewRequestSecurityToken
 
setAnyElement(Element) - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgent
Use this method to add any element to the request
setAppliesTo(String) - Method in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
set AppliesTo
setAppliesTo(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Sets the wst:AppliesTo value of the wst:RequestSecurityToken
setAppto(AppliesTo) - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
setAssertion(Element) - Method in class org.apache.ws.security.WSDocInfo
 
setBase(SecurityTokenOrReference) - Method in class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
 
setBaseType(String) - Method in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
set BaseType
setBinSecret(BinarySecret) - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
setBinarySecret(BinarySecret) - Method in class org.apache.ws.sandbox.security.trust.message.token.Entropy
TODO: IMPORTANT : This method should be removed set the BinarySecret.
setBinarySecret(String, String) - Method in class org.apache.ws.sandbox.security.trust.message.token.Entropy
Sets the binary secret value
setBinarySecurityToken(BinarySecurity) - Method in class org.apache.ws.sandbox.security.trust.message.token.BaseToken
Currently support only direct reference
setBodyID(Document) - Method in class org.apache.ws.security.message.WSBaseMessage
Looks up or adds a body id.
setBst(Element) - Method in class org.apache.ws.security.WSDocInfo
 
setCancelTarget(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.CancelRequestSecurityToken
Sets the given element as the cancel target
setCancelTarget(SecurityTokenReference) - Method in class org.apache.ws.sandbox.security.trust.message.token.CancelRequestSecurityToken
Sets the given security token reference as the cancel target NOTE: This method is not necessary but for the completeness sake this was included This is because the DOM element of the SecurityTokenReference element can be set as the cancel target, But this will be useful if something is to be changed with the SecurityTokenReference
setCancelTarget(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.CancelTarget
Sets a token as the token to be cancelled
setCancelTarget(SecurityTokenReference) - Method in class org.apache.ws.sandbox.security.trust.message.token.CancelTarget
Sets the given security token reference as the cancel target
setCkey(ComputedKey) - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
setClaims(String, Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Sets the values of the wst:Claims element of the wst:RequestSecurityToken
setClaims(String, NodeList) - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Sets a set of claims
setClaimsDialectAttr(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Sets the dialect attribute value of the wst:Claims element
setCode(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.Status
Sets the code of the status
setContext(URI) - Method in class org.apache.ws.sandbox.axis.security.trust.service.RequestSecurityTokenType
Sets the context value for this RequestSecurityTokenType.
setContext(URI) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
setContextAttr(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
 
setContextAttr(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
 
setCreated(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.Lifetime
Sets the value of the wsu:Createdelement
setCreatedTime(String) - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
Set the WSUsernameToken created time for this WSUsernameTokenPrincipal.
setCrypto(Crypto) - Method in class org.apache.ws.sandbox.security.trust.issue.X509ToSCTIssuer
 
setCrypto(Crypto) - Method in class org.apache.ws.security.WSDocInfo
 
setDecCrypto(Crypto) - Method in class org.apache.ws.security.handler.RequestData
 
setDerivedKeyLength(String, long) - Static method in class org.apache.ws.sandbox.security.conversation.DerivedKeyCallbackHandler
In cases where fixed size derived keys are used; this method can be used to specifu the key size of a perticular session
setDialectAttribute(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.Claims
Set the value of the wst:Claims/@Dialect
setDkTok(DerivedKeyToken) - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
setDocument(Document) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
setDocument(Document) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
setElement(Element) - Method in class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
 
setElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
Sets this element
setElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.BaseToken
 
setElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
 
setElement(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedSecurityToken
 
setElementTextValue(Text) - Method in class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
This is called with a Text node of the current element
setElementTextValue(Text) - Method in class org.apache.ws.sandbox.security.trust.message.token.AllowPostdating
 
setElementTextValue(Text) - Method in class org.apache.ws.sandbox.security.trust.message.token.CompositeElement
 
setElementTextValue(Text) - Method in class org.apache.ws.sandbox.security.trust.message.token.Renewing
 
setElementTextValue(Text) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedTokenCancelled
 
setElementTextValue(Text) - Method in class org.apache.ws.sandbox.security.trust.message.token.ValueElement
 
setEmbeddedKeyName(String) - Method in class org.apache.ws.security.message.WSEncryptBody
Set the key name for EMBEDDED_KEYNAME
setEnableSignatureConfirmation(boolean) - Method in class org.apache.ws.security.WSSConfig
 
setEncCanonicalization(String) - Method in class org.apache.ws.security.message.WSEncryptBody
Set the name of an optional canonicalization algorithm to use before encryption.
setEncCert(X509Certificate) - Method in class org.apache.ws.security.handler.RequestData
 
setEncCrypto(Crypto) - Method in class org.apache.ws.security.handler.RequestData
 
setEncKeyId(int) - Method in class org.apache.ws.security.handler.RequestData
 
setEncKeyTransport(String) - Method in class org.apache.ws.security.handler.RequestData
 
setEncSymmAlgo(String) - Method in class org.apache.ws.security.handler.RequestData
 
setEncUser(String) - Method in class org.apache.ws.security.handler.RequestData
 
setEncodingType(String) - Method in class org.apache.ws.security.message.token.BinarySecurity
set the encoding type.
setEndpointReference(String) - Method in class org.apache.ws.sandbox.security.policy.message.token.AppliesTo
Set the value of the wsa:EndpointReference/wsa:Address
setEntropy(Entropy) - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
setEntropy(String, String) - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Sets the wst:Entropy/wst:BinarySecret value and wst:Entropy/wst:BinarySecret@Type of the wst:RequestSecurityToken
setEntropyNonce(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Sets the binary secret of the Entropy element when the its of type Nonce
setEnv(SOAPEnvelope) - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgent
 
setExpires(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.Lifetime
Sets the value of the wsu:Expires element
setFaultTo(String) - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgentAddressingConfiguration
Set the from EPR
setFrom(String) - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgentAddressingConfiguration
SEt the from EPR
setGeneration(Document, int) - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Sets the generation of the derived key
setGenerationInfo(int) - Method in class org.apache.ws.sandbox.security.conversation.ConversationManager
 
setID(String) - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Set the id of this derived key token.
setID(String) - Method in class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
Set the id of this security context token.
setID(String) - Method in class org.apache.ws.security.message.token.BinarySecurity
set the id.
setID(String) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
set the id.
setID(String) - Method in class org.apache.ws.security.message.token.SignatureConfirmation
Set wsu:Id attribute of this SignatureConfirmation element.
setID(String) - Method in class org.apache.ws.security.message.token.Timestamp
Set wsu:Id attribute of this timestamp
setID(String) - Method in class org.apache.ws.security.message.token.UsernameToken
Set the id of this username token.
setId(String) - Method in class org.apache.ws.security.message.WSAddSignatureConfirmation
Set the wsu:Id value of the SignatureConfirmation
setId(String) - Method in class org.apache.ws.security.message.WSAddTimestamp
Set the wsu:Id value of the Timestamp
setId(String) - Method in class org.apache.ws.security.message.WSSAddUsernameToken
set the id
setIdentifier(Document, String) - Method in class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
Set the identifier.
setInstanceDoc(Document) - Method in interface org.apache.ws.security.saml.SAMLIssuer
 
setInstanceDoc(Document) - Method in class org.apache.ws.security.saml.SAMLIssuerImpl
 
setJceProviderId(String) - Method in class org.apache.ws.security.WSSConfig
Sets the JCE provider to use in all following security operations.
setKey(byte[]) - Method in class org.apache.ws.security.WSPasswordCallback
Set the Key.
setKey(byte[]) - Method in class org.apache.ws.security.message.WSEncryptBody
Sets the key to use during embedded encryption.
setKeyAssociated(byte[]) - Method in class org.apache.ws.sandbox.security.conversation.ConvEngineResult
 
setKeyEnc(String) - Method in class org.apache.ws.security.message.WSEncryptBody
Sets the algorithm to encode the symmetric key.
setKeyIdentifier(X509Certificate) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Sets the KeyIdentifer Element as a X509 certificate.
setKeyIdentifierSKI(X509Certificate, Crypto) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Sets the KeyIdentifer Element as a X509 Subject-Key-Identifier (SKI).
setKeyIdentifierThumb(X509Certificate) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Sets the KeyIdentifer Element as a Thumbprint.
setKeyIdentifierType(int) - Method in class org.apache.ws.security.message.WSBaseMessage
Sets which key identifier to use.
setKeyLength(long) - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
Set the length of the derived key to be derived in this session This is set in the case where fixed length keys are used
setKeySize(int) - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Sets the wst:KeySize value of the wst:RequestSecurityToken
setKeySize(int) - Method in class org.apache.ws.sandbox.security.trust.message.token.KeySize
Sets the key size value of the wst:KeySize element
setKeyStore(KeyStore) - Method in class org.apache.ws.security.components.crypto.AbstractCrypto
A Hook for subclasses to set the keystore without having to load it from an InputStream.
setLabel(String) - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
Set the label value to be used in key derivation
setLabel(Document, String) - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Sets the label of the derived key
setLabelForSession(String, String) - Static method in class org.apache.ws.sandbox.security.conversation.DerivedKeyCallbackHandler
If the Label element is not available in a DerivedKeyToken element then the value given here will be use in the key derivation This value will be bound to the session.
setLength(Document, long) - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Sets the length of the derived key
setLifeTime(Lifetime) - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
setLifeTime(int) - Method in class org.apache.ws.sandbox.security.trust.issue.X509ToSCTIssuer
 
setLifetime(int) - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Adds a wst:Lifetime element with the given duration to the wst:RequestSecurityToken
setLifetime(Lifetime) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
setMsgContext(Object) - Method in class org.apache.ws.security.handler.RequestData
 
setMustUnderstand(boolean) - Method in class org.apache.ws.security.message.WSBaseMessage
Set the mustUnderstand flag for the wsse:Security header
setName(String) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
Set the name (i.e.
setName(String) - Method in class org.apache.ws.security.message.token.UsernameToken
Set the user name.
setNamespace(Element, String, String) - Static method in class org.apache.ws.security.util.WSSecurityUtil
set the namespace if it is not set already.
setNamespaceURI(String) - Method in class org.apache.ws.security.util.Mapping
 
setNoSerialization(boolean) - Method in class org.apache.ws.security.handler.RequestData
 
setNonce(Document, String) - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Sets the nonce value of the derived key
setNonce(String) - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
Set the WSUsernameToken nonce for this WSUsernameTokenPrincipal.
setOK(boolean) - Method in class org.apache.ws.sandbox.security.trust.message.token.Renewing
 
setOffset(Document, int) - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Sets the offset
setOption(String, Object) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
Set the given option (name/value) in this handler's bag of options
setOptionDefault(String, Object) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
Set a default value for the given option: if the option is not already set, then set it.
setOptions(Hashtable) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
setOptionsLockable(boolean) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
Should this Handler use a LockableHashtable for options? Default is 'false'.
setParentNode(Element) - Method in class org.apache.ws.security.message.WSEncryptBody
Sets the parent node of the EncryptedKeyElement
setParts(Vector) - Method in class org.apache.ws.security.message.WSBaseMessage
Set which parts of the message to encrypt/sign.
setPassword(Object, String) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
setPassword(String) - Method in class org.apache.ws.security.WSPasswordCallback
Set the password.
setPassword(String) - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
Set the WSUsernameToken password for this WSUsernameTokenPrincipal.
setPassword(Object, String) - Method in class org.apache.ws.security.handler.WSHandler
 
setPassword(Object, String) - Method in class org.apache.ws.security.handler.WSS4JHandler
 
setPassword(String) - Method in class org.apache.ws.security.message.token.UsernameToken
Sets the password string.
setPasswordType(String) - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
 
setPasswordType(String) - Method in class org.apache.ws.security.message.WSSAddUsernameToken
Defines how to construct the password element of the UsernameToken.
setPrecisionInMilliSeconds(boolean) - Method in class org.apache.ws.security.WSSConfig
Set the precision in milliseconds
setPrefix(String) - Method in class org.apache.ws.security.util.Mapping
 
setProofTok(RequestedProofToken) - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
setProperties(Document, String, String, String) - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
This is used to set the Name, Label and Nonce element values in the properties element At this point I'm not sure if these are the only properties that will appear in the Properties element.
setProperties(Document, Hashtable) - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
If there are other types of properties other than Name, Label and Nonce This is provided for extensibility purposes
setProperty(Object, String, Object) - Method in class org.apache.ws.axis.security.handler.WSDoAllHandler
 
setProperty(Object, String, Object) - Method in class org.apache.ws.security.handler.WSHandler
 
setProperty(Object, String, Object) - Method in class org.apache.ws.security.handler.WSS4JHandler
 
setPwType(String) - Method in class org.apache.ws.security.handler.RequestData
 
setReason(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.Status
Sets the reason of the status
setRef2Base(Reference) - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
 
setReference(Reference) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
set the reference.
setRenewTarget(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RenewRequestSecurityToken
Set a custom token as the token being renewed
setRenewTarget(SecurityTokenReference) - Method in class org.apache.ws.sandbox.security.trust.message.token.RenewRequestSecurityToken
sets a wsse:SecurityTokenReference in the wst:RenewTarget element
setRenewing(boolean, boolean) - Method in class org.apache.ws.sandbox.security.trust.message.token.IssueRequestSecurityToken
Sets the wst:Renewing element of the wst:RequestSecurityToken
setRepyTo(String) - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgentAddressingConfiguration
 
setReqSecTok(RequestSecurityToken) - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgent
 
setReqtedTok(RequestedSecurityToken) - Method in class org.apache.ws.sandbox.security.trust.RSTRParser
 
setRequestType(String) - Method in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
set RequestType
setRequestType(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
Sets the wst:RequestType value of this wst:RequestSecurityToken
setRequestType(URI) - Method in class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
 
setRequestedProofToken(SecurityTokenOrReference) - Method in class org.apache.ws.sandbox.security.trust2.RequestSecurityTokenResponse
 
setRequestedSecurityToken(SecurityTokenOrReference) - Method in class org.apache.ws.sandbox.security.trust2.RequestSecurityTokenResponse
 
setSAMLKeyIdentifier(String) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
 
setSecTokRef2DkToken(SecurityTokenReference) - Method in class org.apache.ws.sandbox.security.conversation.message.info.DerivedKeyInfo
 
setSecuityTokenReference(Document, SecurityTokenReference) - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Sets the security token reference of the derived key token This is the reference to the shared secret used in the conversation/context
setSecurityTokenReference(SecurityTokenReference) - Method in class org.apache.ws.sandbox.security.trust.message.token.RenewTarget
Sets a wsse:SecurityTokenReference
setSecurityTokenReference(SecurityTokenReference) - Method in class org.apache.ws.security.message.WSEncryptBody
 
setSharedSecret(byte[]) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
 
setSigAlgorithm(String) - Method in class org.apache.ws.security.handler.RequestData
 
setSigCanonicalization(String) - Method in class org.apache.ws.security.message.WSSignEnvelope
Set the canonicalization method to use.
setSigCrypto(Crypto) - Method in class org.apache.ws.security.handler.RequestData
 
setSigKeyId(int) - Method in class org.apache.ws.security.handler.RequestData
 
setSignatureAlgorithm(String) - Method in class org.apache.ws.security.message.WSSignEnvelope
Set the name of the signature encryption algorithm to use.
setSignatureValue(byte[]) - Method in class org.apache.ws.security.WSSecurityEngineResult
 
setSoapConstants(SOAPConstants) - Method in class org.apache.ws.security.handler.RequestData
 
setSymmetricEncAlgorithm(String) - Method in class org.apache.ws.security.message.WSEncryptBody
Set the name of the symmetric encryption algorithm to use.
setSymmetricKey(SecretKey) - Method in class org.apache.ws.security.message.WSEncryptBody
Set the symmetric key to be used for encryption
setTextContent(Element, String) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
Adds a text child node to the given element.
setTimeStampStrict(boolean) - Method in class org.apache.ws.security.WSSConfig
 
setTimeToLive(int) - Method in class org.apache.ws.security.handler.RequestData
 
setTimeToLive(int) - Method in class org.apache.ws.security.message.WSBaseMessage
Set the time to live.
setToken(byte[]) - Method in class org.apache.ws.security.message.token.BinarySecurity
set the token information.
setTokenToBeRenewed(Element) - Method in class org.apache.ws.sandbox.security.trust.message.token.RenewTarget
Sets the token to be renewed
setTokenType(String) - Method in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
set TokenType
setTokenType(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
Sets the wst:TokenType value of this wst:RequestSecurityToken
setTokenType(URI) - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
setTypeAttribute(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.BinarySecret
set the Type.
setURI(String) - Method in class org.apache.ws.security.message.token.Reference
set the URI.
setUrl(String) - Method in class org.apache.ws.sandbox.axis.security.trust.STSAgent
 
setUseSingleCertificate(boolean) - Method in class org.apache.ws.security.message.WSSignEnvelope
set the single cert flag.
setUseThisCert(X509Certificate) - Method in class org.apache.ws.security.message.WSEncryptBody
Set the X509 Certificate to use for encryption.
setUserCrypto(Crypto) - Method in interface org.apache.ws.security.saml.SAMLIssuer
 
setUserCrypto(Crypto) - Method in class org.apache.ws.security.saml.SAMLIssuerImpl
 
setUserInfo(String, String) - Method in class org.apache.ws.security.message.WSBaseMessage
Set the user and password info.
setUserInfo(String) - Method in class org.apache.ws.security.message.WSEncryptBody
Set the user name to get the encryption certificate.
setUsername(String) - Method in class org.apache.ws.security.handler.RequestData
 
setUsername(String) - Method in interface org.apache.ws.security.saml.SAMLIssuer
 
setUsername(String) - Method in class org.apache.ws.security.saml.SAMLIssuerImpl
 
setUsernameToken(WSSAddUsernameToken) - Method in class org.apache.ws.security.message.WSSignEnvelope
 
setUtElements(String[]) - Method in class org.apache.ws.security.handler.RequestData
 
setUuid(String) - Method in class org.apache.ws.sandbox.security.conversation.ConvEngineResult
 
setValue(String) - Method in class org.apache.ws.sandbox.security.trust.message.token.ValueElement
Sets the value of the token
setValueType(String) - Method in class org.apache.ws.security.message.token.BinarySecurity
set the value type.
setValueType(String) - Method in class org.apache.ws.security.message.token.Reference
set the Value type.
setWsConfig(WSSConfig) - Method in class org.apache.ws.security.message.WSBaseMessage
 
setWsiBSPCompliant(boolean) - Method in class org.apache.ws.security.WSSConfig
Set the WS-I Basic Security Profile compliance mode.
setWssConfig(WSSConfig) - Static method in class org.apache.ws.security.WSSecurityEngine
 
setWssConfig(WSSConfig) - Method in class org.apache.ws.security.handler.RequestData
 
setWsuId(Element) - Method in class org.apache.ws.sandbox.security.conversation.ConversationManager
 
setWsuId(Element) - Method in class org.apache.ws.security.message.WSBaseMessage
 
setX509Certificate(X509Certificate) - Method in class org.apache.ws.security.message.token.X509Security
Sets the X509Certificate.
setX509Certificates(X509Certificate[], boolean, Crypto) - Method in class org.apache.ws.security.message.token.PKIPathSecurity
set the X509Certificate array.
setX509IssuerSerial(X509Data) - Method in class org.apache.ws.security.message.token.SecurityTokenReference
Sets the X509 IssuerSerial data.
set_any(MessageElement[]) - Method in class org.apache.ws.sandbox.axis.security.trust.service.RequestSecurityTokenType
Sets the _any value for this RequestSecurityTokenType.
sigAlgo - Variable in class org.apache.ws.security.message.WSSignEnvelope
 
signatureAlgorithm - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
signatureConfirmation - Static variable in class org.apache.ws.security.WSSecurityEngine
wsse11:signatureConfirmation as defined by OASIS WS Security specification,
signatureValue - Variable in class org.apache.ws.security.message.WSSignEnvelope
 
sourceToInputSource(Source) - Static method in class org.apache.ws.security.util.XMLUtils
Utility to get the bytes uri
split(String, char) - Static method in class org.apache.ws.security.util.StringUtil
Splits the provided text into an array, separator specified.
startsWithIgnoreWhitespaces(String, String) - Static method in class org.apache.ws.security.util.StringUtil
Tests if this string starts with the specified prefix (Ignoring whitespaces)
store(WSDocInfo) - Static method in class org.apache.ws.security.WSDocInfoStore
 
supporting - Variable in class org.apache.ws.sandbox.security.trust2.RequestSecurityToken
 
symEncAlgo - Variable in class org.apache.ws.security.message.WSEncryptBody
 
symmetricKey - Variable in class org.apache.ws.security.message.WSEncryptBody
Symmetric key used in the EncrytpedKey.

T

THUMBPRINT - Static variable in class org.apache.ws.security.WSConstants
 
THUMBPRINT_IDENTIFIER - Static variable in class org.apache.ws.security.WSConstants
THUMPRINT_IDENTIFIER is used to set the specific key identifier ThumbprintSHA1.
THUMB_URI - Static variable in class org.apache.ws.security.message.token.SecurityTokenReference
 
TIMESTAMP - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Add a timestamp to the security header.
TIMESTAMP_PRECISION - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Should timestamps have precision in milliseconds
TIMESTAMP_STRICT - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Set the value of this parameter to true to enable strict timestamp handling.
TIMESTAMP_TOKEN_LN - Static variable in class org.apache.ws.security.WSConstants
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.policy.message.token.AppliesTo
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.AllowPostdating
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.BaseToken
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.BinarySecret
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.CancelTarget
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.Claims
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.Code
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.ComputedKey
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.Created
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.Entropy
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.Expires
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.KeySize
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.Lifetime
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.Reason
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.RenewTarget
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.Renewing
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityTokenResponse
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.RequestType
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.RequestedSecurityToken
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.RequestedTokenCancelled
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.Status
 
TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.message.token.TokenType
 
TOKEN - Static variable in class org.apache.ws.security.message.token.KeyInfo
 
TOKEN - Static variable in class org.apache.ws.security.message.token.Reference
 
TOKEN - Static variable in class org.apache.ws.security.message.token.UsernameToken
 
TOKEN_BST - Static variable in class org.apache.ws.security.message.token.BinarySecurity
 
TOKEN_KI - Static variable in class org.apache.ws.security.message.token.BinarySecurity
 
TOKEN_TRUST_VERIFY - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
TOKEN_TYPE - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
TOKEN_TYPE - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
TOKEN_TYPE_DERIVED_KEY_TOKEN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
TOken type of DerivedKeyToken
TOKEN_TYPE_LN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
TOKEN_TYPE_RSTR_STATUS - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
TOKEN_TYPE_SECURITY_CONTEXT_TOKEN - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Token type of SecurityContextToken
TRIPLE_DES - Static variable in class org.apache.ws.security.WSConstants
Sets the encryption method to use triple DES as the symmetric algorithm to encrypt data.
TRUST_ENABLE - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
TRUST_ENGINE_PROP - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
TRUST_VERIFIED - Static variable in class org.apache.ws.sandbox.security.conversation.ConvEngineResult
 
TS - Static variable in class org.apache.ws.security.WSConstants
 
TTL_TIMESTAMP - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Time-To-Live is the time difference between creation and expiry time in the WSS Timestamp.
TestSerialization - class org.apache.ws.sandbox.security.trust2.serialization.TestSerialization.
 
TestSerialization() - Constructor for class org.apache.ws.sandbox.security.trust2.serialization.TestSerialization
 
Timestamp - class org.apache.ws.security.message.token.Timestamp.
Timestamp according to SOAP Message Security 1.0, chapter 10 / appendix A.2

Timestamp(Element) - Constructor for class org.apache.ws.security.message.token.Timestamp
Constructs a Timestamp object and parses the wsu:Timestamp element to initialize it.
Timestamp(boolean, Document, int) - Constructor for class org.apache.ws.security.message.token.Timestamp
Constructs a Timestamp object according to the defined parameters.
TimestampAction - class org.apache.ws.security.action.TimestampAction.
 
TimestampAction() - Constructor for class org.apache.ws.security.action.TimestampAction
 
TimestampProcessor - class org.apache.ws.security.processor.TimestampProcessor.
 
TimestampProcessor() - Constructor for class org.apache.ws.security.processor.TimestampProcessor
 
Todolist - class org.apache.ws.security.Todolist.
 
Todolist() - Constructor for class org.apache.ws.security.Todolist
 
TokenType - class org.apache.ws.sandbox.security.trust.message.token.TokenType.
 
TokenType(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.TokenType
Constructor for TokenType
TokenType(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.TokenType
Constructor for TokenType
TokenTypes - class org.apache.ws.sandbox.security.trust2.TokenTypes.
 
TokenTypes() - Constructor for class org.apache.ws.sandbox.security.trust2.TokenTypes
 
TrustConstants - class org.apache.ws.sandbox.security.trust.TrustConstants.
 
TrustConstants() - Constructor for class org.apache.ws.sandbox.security.trust.TrustConstants
 
TrustConstants - class org.apache.ws.sandbox.security.trust2.TrustConstants.
 
TrustConstants() - Constructor for class org.apache.ws.sandbox.security.trust2.TrustConstants
 
TrustEngine - class org.apache.ws.sandbox.security.trust.TrustEngine.
 
TrustEngine(String) - Constructor for class org.apache.ws.sandbox.security.trust.TrustEngine
Create a trust engine with config info in a Properties file
TrustEngine() - Constructor for class org.apache.ws.sandbox.security.trust.TrustEngine
Create a trust engine with the default properties file The default properties file used is trustEngine.properties
TrustException - exception org.apache.ws.sandbox.security.trust2.exception.TrustException.
 
TrustException(String) - Constructor for class org.apache.ws.sandbox.security.trust2.exception.TrustException
 
timeStamp - Static variable in class org.apache.ws.security.WSSecurityEngine
wsu:Timestamp as defined by OASIS WS Security specification,
timeStampStrict - Variable in class org.apache.ws.security.WSSConfig
If set to true then the timestamp handling will throw an expcetion if the timestamp contains an expires element and the semantics are expired.
timeToLive - Variable in class org.apache.ws.security.message.WSBaseMessage
 
toString() - Method in class org.apache.ws.sandbox.security.conversation.message.token.DerivedKeyToken
Returns the string representation of the token.
toString() - Method in class org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken
Returns the string representation of the token.
toString() - Method in class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
To display the token
toString() - Method in class org.apache.ws.sandbox.security.trust.message.token.BaseToken
 
toString() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken
 
toString() - Method in class org.apache.ws.sandbox.security.trust.message.token.RequestedSecurityToken
 
toString() - Method in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
toString() - Method in class org.apache.ws.security.WSUsernameTokenPrincipal
Return a string representation of this WSUsernameTokenPrincipal.
toString() - Method in class org.apache.ws.security.message.token.BinarySecurity
return the string representation of the token.
toString() - Method in class org.apache.ws.security.message.token.Reference
return the string representation.
toString() - Method in class org.apache.ws.security.message.token.SecurityTokenReference
return the string representation.
toString() - Method in class org.apache.ws.security.message.token.SignatureConfirmation
Returns the string representation of the token.
toString() - Method in class org.apache.ws.security.message.token.Timestamp
Returns the string representation of the token.
toString() - Method in class org.apache.ws.security.message.token.UsernameToken
Returns the string representation of the token.
tokenType - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenMessage
 
tokenTypeElement - Variable in class org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken
 
topOfFrame() - Method in class org.apache.ws.security.util.NSStack
Reset the embedded iterator in this class to the top of the current (i.e., last) frame.
touch() - Method in class org.apache.ws.sandbox.security.conversation.ConversationSession
Touch the session
trustPropFile - Variable in class org.apache.ws.sandbox.security.conversation.ConversationEngine
 

U

UNKNOWN - Static variable in class org.apache.ws.security.WSPasswordCallback
 
UNSUPPORTED_ALGORITHM - Static variable in class org.apache.ws.security.WSSecurityException
 
UNSUPPORTED_SECURITY_TOKEN - Static variable in class org.apache.ws.security.WSSecurityException
 
UNT - Static variable in class org.apache.ws.sandbox.security.trust.message.token.TokenType
 
UNT_PWCALLBACK_CLASS - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
UNT_USER - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
URIS_SOAP_ENV - Static variable in class org.apache.ws.security.WSConstants
 
URI_SOAP11_ENV - Static variable in class org.apache.ws.security.WSConstants
 
URI_SOAP11_NEXT_ACTOR - Static variable in class org.apache.ws.security.WSConstants
 
URI_SOAP12_ENV - Static variable in class org.apache.ws.security.WSConstants
 
URI_SOAP12_NEXT_ROLE - Static variable in class org.apache.ws.security.WSConstants
 
URI_SOAP12_NONE_ROLE - Static variable in class org.apache.ws.security.WSConstants
 
URI_SOAP12_ULTIMATE_ROLE - Static variable in class org.apache.ws.security.WSConstants
 
USER - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
USER - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
The user's name.
USERNAME - Static variable in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
 
USERNAME - Static variable in class org.apache.ws.sandbox.security.trust2.TokenTypes
 
USERNAMETOKEN_NS - Static variable in class org.apache.ws.security.WSConstants
 
USERNAME_LN - Static variable in class org.apache.ws.security.WSConstants
 
USERNAME_TOKEN - Static variable in class org.apache.ws.security.WSPasswordCallback
 
USERNAME_TOKEN - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Perform a UsernameToken identification only.
USERNAME_TOKEN_LN - Static variable in class org.apache.ws.security.WSConstants
 
USERNAME_TOKEN_UNKNOWN - Static variable in class org.apache.ws.security.WSPasswordCallback
 
USE_FIXED_KEYLEN - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
USE_REQ_SIG_CERT - Static variable in class org.apache.ws.security.handler.WSHandlerConstants
Specifying this name as ENCRYPTION_USER triggers a special action to get the public key to use for encryption.
UT - Static variable in class org.apache.ws.security.WSConstants
 
UT_SIGN - Static variable in class org.apache.ws.security.WSConstants
 
UT_SIGNING - Static variable in class org.apache.ws.security.WSConstants
UT_SIGNING is used interally only to set a specific Signature behaviour.
UsernameToken - class org.apache.ws.security.message.token.UsernameToken.
UsernameToken according to WS Security specifications, UsernameToken profile.
UsernameToken(Element) - Constructor for class org.apache.ws.security.message.token.UsernameToken
Constructs a UsernameToken object and parses the wsse:UsernameToken element to initialize it.
UsernameToken(boolean, Document) - Constructor for class org.apache.ws.security.message.token.UsernameToken
Constructs a UsernameToken object according to the defined parameters.
UsernameToken(boolean, Document, String) - Constructor for class org.apache.ws.security.message.token.UsernameToken
Constructs a UsernameToken object according to the defined parameters.
UsernameTokenAction - class org.apache.ws.security.action.UsernameTokenAction.
 
UsernameTokenAction() - Constructor for class org.apache.ws.security.action.UsernameTokenAction
 
UsernameTokenProcessor - class org.apache.ws.security.processor.UsernameTokenProcessor.
 
UsernameTokenProcessor() - Constructor for class org.apache.ws.security.processor.UsernameTokenProcessor
 
UsernameTokenSignedAction - class org.apache.ws.security.action.UsernameTokenSignedAction.
 
UsernameTokenSignedAction() - Constructor for class org.apache.ws.security.action.UsernameTokenSignedAction
 
useSingleCert - Variable in class org.apache.ws.security.message.WSSignEnvelope
 
useThisCert - Variable in class org.apache.ws.security.message.WSEncryptBody
 
user - Variable in class org.apache.ws.security.message.WSBaseMessage
 
usernameToken - Variable in class org.apache.ws.sandbox.security.trust2.SecurityTokenOrReference
 
usernameToken - Static variable in class org.apache.ws.security.WSSecurityEngine
wsse:UsernameToken as defined by WS Security specification
usernameToken - Variable in class org.apache.ws.security.message.WSSignEnvelope
 

V

VALID - Static variable in interface org.apache.ws.sandbox.security.trust.validate.STValidator
Status of the token as specified in the specification
VALIDATE - Static variable in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
 
VALIDATE_SECURITY_TOKEN - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
VALIDATE_SECURITY_TOKEN_RST - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
VALIDATE_SECURITY_TOKEN_RSTR - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
VALIDATOR_CLASS - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
VALUE_TYPE - Static variable in class org.apache.ws.security.WSSecurityEngine
 
VERIFY_TRUST - Static variable in class org.apache.ws.sandbox.axis.security.conversation.ConvHandlerConstants
 
ValidateRequestSecurityToken - class org.apache.ws.sandbox.security.trust.message.token.ValidateRequestSecurityToken.
/** This is the class to be used to enerate a RequestSecurityToken for the RST validation binding Even though the ES-Trust spec does not directly specify any specific child elements for this RST element, this can be used to extend the fuctionality
ValidateRequestSecurityToken(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.ValidateRequestSecurityToken
 
ValidateRequestSecurityToken(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.ValidateRequestSecurityToken
 
ValueElement - class org.apache.ws.sandbox.security.trust.message.token.ValueElement.
This is the base class for the elements that carries a value in the element Example: ...
ValueElement(Document) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.ValueElement
 
ValueElement(Element) - Constructor for class org.apache.ws.sandbox.security.trust.message.token.ValueElement
 
validate(Document, Document) - Method in interface org.apache.ws.sandbox.security.trust.validate.STValidator
 
validateCertPath(X509Certificate[]) - Method in interface org.apache.ws.security.components.crypto.Crypto
Uses the CertPath API to validate a given certificate chain

validateCertPath(X509Certificate[]) - Method in class org.apache.ws.security.components.crypto.Merlin
Overridden because there's a bug in the base class where they don't use the provider variant for the certificate validator.
valueText - Variable in class org.apache.ws.sandbox.security.trust.message.token.ValueElement
 
verify(Document) - Method in class org.apache.ws.sandbox.security.trust.verify.ClaimVerifier
 
verify(Document) - Method in class org.apache.ws.sandbox.security.trust.verify.IssuerVerifier
 
verify(Document) - Method in interface org.apache.ws.sandbox.security.trust.verify.STVerifier
Verification for the Trust engine
verify(Document) - Method in class org.apache.ws.sandbox.security.trust.verify.SignatureVerifier
 
verifyTimestamp(Timestamp, int) - Method in class org.apache.ws.security.handler.WSHandler
Evaluate whether a timestamp is considered valid on receiverside.
verifyTrust - Variable in class org.apache.ws.sandbox.security.conversation.ConversationEngine
 
verifyTrust(Document) - Method in class org.apache.ws.sandbox.security.trust.TrustEngine
Verify trust for a given request
verifyTrust(X509Certificate, RequestData) - Method in class org.apache.ws.security.handler.WSHandler
Evaluate whether a given certificate should be trusted.
verifyXMLSignature(Element, Crypto, X509Certificate[], Vector[], byte[][]) - Method in class org.apache.ws.security.processor.SignatureProcessor
Verify the WS-Security signature.

W

WSA_NS - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
WSA_NS - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
WSA_PREFIX - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
WSA_PREFIX - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
WSAddSignatureConfirmation - class org.apache.ws.security.message.WSAddSignatureConfirmation.
Builds a WS SignatureConfirmation and inserts it into the SOAP Envelope.
WSAddSignatureConfirmation() - Constructor for class org.apache.ws.security.message.WSAddSignatureConfirmation
Constructor.
WSAddSignatureConfirmation(String) - Constructor for class org.apache.ws.security.message.WSAddSignatureConfirmation
Constructor.
WSAddSignatureConfirmation(String, boolean) - Constructor for class org.apache.ws.security.message.WSAddSignatureConfirmation
Constructor.
WSAddTimestamp - class org.apache.ws.security.message.WSAddTimestamp.
Builds a WS Timestamp and inserts it into the SOAP Envelope.
WSAddTimestamp() - Constructor for class org.apache.ws.security.message.WSAddTimestamp
Constructor.
WSAddTimestamp(String) - Constructor for class org.apache.ws.security.message.WSAddTimestamp
Constructor.
WSAddTimestamp(String, boolean) - Constructor for class org.apache.ws.security.message.WSAddTimestamp
Constructor.
WSAddTokenRequest - class org.apache.ws.sandbox.security.trust2.WSAddTokenRequest.
 
WSAddTokenRequest(RequestSecurityToken) - Constructor for class org.apache.ws.sandbox.security.trust2.WSAddTokenRequest
 
WSBaseMessage - class org.apache.ws.security.message.WSBaseMessage.
This is the base class for WS Security messages.
WSBaseMessage() - Constructor for class org.apache.ws.security.message.WSBaseMessage
Constructor.
WSBaseMessage(String) - Constructor for class org.apache.ws.security.message.WSBaseMessage
Constructor.
WSBaseMessage(String, boolean) - Constructor for class org.apache.ws.security.message.WSBaseMessage
Constructor.
WSC_NS - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
WS-Secure Conversation namespace
WSC_PREFIX - Static variable in class org.apache.ws.sandbox.security.conversation.ConversationConstants
Field WSC_PREFIX
WSConstants - class org.apache.ws.security.WSConstants.
Constants in WS-Security spec.
WSConstants() - Constructor for class org.apache.ws.security.WSConstants
 
WSDoAllHandler - class org.apache.ws.axis.security.handler.WSDoAllHandler.
WSDoAllHandler is a utility class which implements simple property setting/getting behavior, and stubs out a lot of the Handler methods.
WSDoAllHandler() - Constructor for class org.apache.ws.axis.security.handler.WSDoAllHandler
 
WSDoAllReceiver - class org.apache.ws.axis.security.WSDoAllReceiver.
 
WSDoAllReceiver() - Constructor for class org.apache.ws.axis.security.WSDoAllReceiver
 
WSDoAllSender - class org.apache.ws.axis.security.WSDoAllSender.
 
WSDoAllSender() - Constructor for class org.apache.ws.axis.security.WSDoAllSender
 
WSDocInfo - class org.apache.ws.security.WSDocInfo.
 
WSDocInfo(int) - Constructor for class org.apache.ws.security.WSDocInfo
 
WSDocInfoStore - class org.apache.ws.security.WSDocInfoStore.
 
WSDocInfoStore() - Constructor for class org.apache.ws.security.WSDocInfoStore
 
WSE_DERIVED_KEY_LEN - Static variable in class org.apache.ws.security.WSConstants
Length of UsernameToken derived key used by .NET WSE to sign a message.
WSEncryptBody - class org.apache.ws.security.message.WSEncryptBody.
Encrypts a SOAP body inside a SOAP envelope according to WS Specification, X509 profile, and adds the encryption data.
WSEncryptBody() - Constructor for class org.apache.ws.security.message.WSEncryptBody
Constructor.
WSEncryptBody(String) - Constructor for class org.apache.ws.security.message.WSEncryptBody
Constructor.
WSEncryptBody(String, boolean) - Constructor for class org.apache.ws.security.message.WSEncryptBody
Constructor.
WSEncryptionPart - class org.apache.ws.security.WSEncryptionPart.
 
WSEncryptionPart(String, String, String) - Constructor for class org.apache.ws.security.WSEncryptionPart
 
WSEncryptionPart(String) - Constructor for class org.apache.ws.security.WSEncryptionPart
 
WSHandler - class org.apache.ws.security.handler.WSHandler.
Extracted from WSDoAllReceiver and WSDoAllSender
WSHandler() - Constructor for class org.apache.ws.security.handler.WSHandler
 
WSHandlerConstants - class org.apache.ws.security.handler.WSHandlerConstants.
This class defines the names, actions, and other string for the deployment data of the WSS handler.
WSHandlerConstants() - Constructor for class org.apache.ws.security.handler.WSHandlerConstants
 
WSHandlerResult - class org.apache.ws.security.handler.WSHandlerResult.
 
WSHandlerResult(String, Vector) - Constructor for class org.apache.ws.security.handler.WSHandlerResult
constructor
WSP_NS - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
WSP_PREFIX - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
WSPasswordCallback - class org.apache.ws.security.WSPasswordCallback.
Simple class to provide a password callback mechanism.
WSPasswordCallback(String, int) - Constructor for class org.apache.ws.security.WSPasswordCallback
Constructor.
WSPasswordCallback(String, String, String, int) - Constructor for class org.apache.ws.security.WSPasswordCallback
Constructor.
WSS4JHandler - class org.apache.ws.security.handler.WSS4JHandler.
Merged and converted the the axis handlers WSDoAllReceiver and WSDoAllSender into a single JAX-RPC Handler.
WSS4JHandler() - Constructor for class org.apache.ws.security.handler.WSS4JHandler
 
WSSAddSAMLToken - class org.apache.ws.security.message.WSSAddSAMLToken.
Builds a WS SAML Assertion and inserts it into the SOAP Envelope.
WSSAddSAMLToken() - Constructor for class org.apache.ws.security.message.WSSAddSAMLToken
Constructor.
WSSAddSAMLToken(String) - Constructor for class org.apache.ws.security.message.WSSAddSAMLToken
Constructor.
WSSAddSAMLToken(String, boolean) - Constructor for class org.apache.ws.security.message.WSSAddSAMLToken
Constructor.
WSSAddUsernameToken - class org.apache.ws.security.message.WSSAddUsernameToken.
Builds a WS UsernameToken and inserts it into the SOAP Envelope.
WSSAddUsernameToken() - Constructor for class org.apache.ws.security.message.WSSAddUsernameToken
Constructor.
WSSAddUsernameToken(String) - Constructor for class org.apache.ws.security.message.WSSAddUsernameToken
Constructor.
WSSAddUsernameToken(String, boolean) - Constructor for class org.apache.ws.security.message.WSSAddUsernameToken
Constructor.
WSSConfig - class org.apache.ws.security.WSSConfig.
WSSConfig

Carries configuration data so the WSS4J spec compliance can be modified in runtime.

WSSConfig() - Constructor for class org.apache.ws.security.WSSConfig
 
WSSE11_NS - Static variable in class org.apache.ws.security.WSConstants
 
WSSE11_PREFIX - Static variable in class org.apache.ws.security.WSConstants
 
WSSE_LN - Static variable in class org.apache.ws.security.WSConstants
 
WSSE_NS - Static variable in class org.apache.ws.security.WSConstants
 
WSSE_PREFIX - Static variable in class org.apache.ws.security.WSConstants
 
WSS_SAML_ASSERTION - Static variable in class org.apache.ws.security.WSConstants
 
WSS_SAML_NS - Static variable in class org.apache.ws.security.WSConstants
 
WSSecurityEngine - class org.apache.ws.security.WSSecurityEngine.
WS-Security Engine.
WSSecurityEngine() - Constructor for class org.apache.ws.security.WSSecurityEngine
 
WSSecurityEngineResult - class org.apache.ws.security.WSSecurityEngineResult.
 
WSSecurityEngineResult(int, SAMLAssertion) - Constructor for class org.apache.ws.security.WSSecurityEngineResult
 
WSSecurityEngineResult(int, Principal, X509Certificate, Vector, byte[]) - Constructor for class org.apache.ws.security.WSSecurityEngineResult
 
WSSecurityEngineResult(int, Timestamp) - Constructor for class org.apache.ws.security.WSSecurityEngineResult
 
WSSecurityEngineResult(int, SignatureConfirmation) - Constructor for class org.apache.ws.security.WSSecurityEngineResult
 
WSSecurityException - exception org.apache.ws.security.WSSecurityException.
Exception class for WS-Security.
WSSecurityException(int, String, Object[], Throwable) - Constructor for class org.apache.ws.security.WSSecurityException
Constructor.
WSSecurityException(int, String, Object[]) - Constructor for class org.apache.ws.security.WSSecurityException
Constructor.
WSSecurityException(int, String) - Constructor for class org.apache.ws.security.WSSecurityException
Constructor.
WSSecurityException(int) - Constructor for class org.apache.ws.security.WSSecurityException
Constructor.
WSSecurityException(String) - Constructor for class org.apache.ws.security.WSSecurityException
Constructor.
WSSecurityException(String, Throwable) - Constructor for class org.apache.ws.security.WSSecurityException
Constructor.
WSSecurityUtil - class org.apache.ws.security.util.WSSecurityUtil.
WS-Security Utility methods.
WSSecurityUtil() - Constructor for class org.apache.ws.security.util.WSSecurityUtil
 
WSSignEnvelope - class org.apache.ws.security.message.WSSignEnvelope.
Signs a SOAP envelope according to WS Specification, X509 profile, and adds the signature data.
WSSignEnvelope() - Constructor for class org.apache.ws.security.message.WSSignEnvelope
Constructor.
WSSignEnvelope(String) - Constructor for class org.apache.ws.security.message.WSSignEnvelope
Constructor.
WSSignEnvelope(String, boolean) - Constructor for class org.apache.ws.security.message.WSSignEnvelope
Constructor.
WSSignSAMLEnvelope - class org.apache.ws.security.saml.WSSignSAMLEnvelope.
 
WSSignSAMLEnvelope() - Constructor for class org.apache.ws.security.saml.WSSignSAMLEnvelope
Constructor.
WSSignSAMLEnvelope(String, boolean) - Constructor for class org.apache.ws.security.saml.WSSignSAMLEnvelope
Constructor.
WST_NS - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
WST_NS - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
WST_PREFIX - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
WST_PREFIX - Static variable in class org.apache.ws.sandbox.security.trust2.TrustConstants
 
WSTrustException - exception org.apache.ws.sandbox.security.trust.WSTrustException.
 
WSTrustException(String, String, Object[], Throwable) - Constructor for class org.apache.ws.sandbox.security.trust.WSTrustException
 
WSTrustException(String, String, Object[]) - Constructor for class org.apache.ws.sandbox.security.trust.WSTrustException
 
WSTrustException(String, String) - Constructor for class org.apache.ws.sandbox.security.trust.WSTrustException
This can be used to set a custom message in the exception
WSTrustException(String) - Constructor for class org.apache.ws.sandbox.security.trust.WSTrustException
 
WSTrustException(String, Throwable) - Constructor for class org.apache.ws.sandbox.security.trust.WSTrustException
 
WSU_NS - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
WSU_NS - Static variable in class org.apache.ws.security.WSConstants
 
WSU_PREFIX - Static variable in class org.apache.ws.sandbox.security.trust.TrustConstants
 
WSU_PREFIX - Static variable in class org.apache.ws.security.WSConstants
 
WSUsernameTokenPrincipal - class org.apache.ws.security.WSUsernameTokenPrincipal.
This class implements the Principal interface and represents a UsernameToken user.
WSUsernameTokenPrincipal(String, boolean) - Constructor for class org.apache.ws.security.WSUsernameTokenPrincipal
Create a WSUsernameTokenPrincipal with a WSUsernameToken username.
wantsNodeSet() - Method in class org.apache.ws.security.transform.STRTransform
 
wantsOctetStream() - Method in class org.apache.ws.security.transform.STRTransform
 
writeSchema(Class, Types) - Method in class org.apache.ws.sandbox.security.trust2.serialization.SecurityTokenMessageSerializer
 
wsiBSPCompliant - Variable in class org.apache.ws.security.WSSConfig
 
wssConfig - Variable in class org.apache.ws.sandbox.security.conversation.ConversationEngine
 
wssConfig - Variable in class org.apache.ws.security.message.WSBaseMessage
 

X

X509 - Static variable in class org.apache.ws.sandbox.security.trust.message.Info.RequestInfo
 
X509 - Static variable in class org.apache.ws.sandbox.security.trust2.TokenTypes
 
X509NameTokenizer - class org.apache.ws.security.components.crypto.X509NameTokenizer.
class for breaking up an X500 Name into it's component tokens, ala java.util.StringTokenizer.
X509NameTokenizer(String) - Constructor for class org.apache.ws.security.components.crypto.X509NameTokenizer
 
X509PKIPATH - Static variable in class org.apache.ws.sandbox.security.trust2.TokenTypes
 
X509Security - class org.apache.ws.security.message.token.X509Security.
X509 Security Token.
X509Security(Element) - Constructor for class org.apache.ws.security.message.token.X509Security
This constructor creates a new X509 certificate object and initializes it from the data containe in the element.
X509Security(Document) - Constructor for class org.apache.ws.security.message.token.X509Security
This constructor creates a new X509 certificate element.
X509TOKEN_NS - Static variable in class org.apache.ws.security.WSConstants
 
X509ToSCTIssuer - class org.apache.ws.sandbox.security.trust.issue.X509ToSCTIssuer.
 
X509ToSCTIssuer() - Constructor for class org.apache.ws.sandbox.security.trust.issue.X509ToSCTIssuer
 
X509Util - class org.apache.ws.security.processor.X509Util.
 
X509Util() - Constructor for class org.apache.ws.security.processor.X509Util
 
X509_KEY_IDENTIFIER - Static variable in class org.apache.ws.security.WSConstants
Sets the encryption method to send the certificate used to encrypt the symmetric key.
XMLNS_NS - Static variable in class org.apache.ws.security.WSConstants
 
XMLUtils - class org.apache.ws.security.util.XMLUtils.
 
XMLUtils() - Constructor for class org.apache.ws.security.util.XMLUtils
 
XML_NS - Static variable in class org.apache.ws.security.WSConstants
 
XmlSchemaDateFormat - class org.apache.ws.security.util.XmlSchemaDateFormat.
A DateFormat for the format of the dateTime simpleType as specified in the XML Schema specification.
XmlSchemaDateFormat() - Constructor for class org.apache.ws.security.util.XmlSchemaDateFormat
 

A B C D E F G H I J K L M N O P R S T U V W X

Copyright © 2004-2006 Apache Web Services. All Rights Reserved.