|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityTokenReference | |
org.apache.ws.sandbox.security.conversation | |
org.apache.ws.sandbox.security.conversation.message.info | |
org.apache.ws.sandbox.security.conversation.message.token | |
org.apache.ws.sandbox.security.trust.message.token | |
org.apache.ws.sandbox.security.trust2 | |
org.apache.ws.security.message | The package provides classes to create messages that are compliant to the OASIS Web Service Security specifications. |
org.apache.ws.security.message.token |
Uses of SecurityTokenReference in org.apache.ws.sandbox.security.conversation |
Methods in org.apache.ws.sandbox.security.conversation with parameters of type SecurityTokenReference | |
ConvEngineResult |
ConversationEngine.handleSecurityTokenReference(SecurityTokenReference secRef2DkToken,
DerivedKeyCallbackHandler dkcbHandler)
|
DerivedKeyInfo |
ConversationManager.createDerivedKeyToken(org.w3c.dom.Document doc,
java.lang.String uuid,
DerivedKeyCallbackHandler dkcbHandler,
SecurityTokenReference stRef2Base,
int keyLen)
Adds Derived key tokens to the header of the SOAP message, given the following parameters. |
void |
ConversationManager.performDK_ENCR(java.lang.String encUser,
java.lang.String actor,
boolean mu,
org.w3c.dom.Document doc,
SecurityTokenReference secRef,
DerivedKeyCallbackHandler dkcbHandler,
java.util.Vector parts,
java.lang.String symAlgo)
Manages derived key encryption. |
Uses of SecurityTokenReference in org.apache.ws.sandbox.security.conversation.message.info |
Methods in org.apache.ws.sandbox.security.conversation.message.info that return SecurityTokenReference | |
SecurityTokenReference |
DerivedKeyInfo.getSecurityTokenReference()
|
SecurityTokenReference |
DerivedKeyInfo.getSecTokRef2DkToken()
|
Methods in org.apache.ws.sandbox.security.conversation.message.info with parameters of type SecurityTokenReference | |
void |
DerivedKeyInfo.setSecTokRef2DkToken(SecurityTokenReference reference)
|
Uses of SecurityTokenReference in org.apache.ws.sandbox.security.conversation.message.token |
Methods in org.apache.ws.sandbox.security.conversation.message.token that return SecurityTokenReference | |
SecurityTokenReference |
DerivedKeyToken.getSecuityTokenReference()
Returns the SecurityTokenReference of the derived key token |
Methods in org.apache.ws.sandbox.security.conversation.message.token with parameters of type SecurityTokenReference | |
void |
DerivedKeyToken.setSecuityTokenReference(org.w3c.dom.Document doc,
SecurityTokenReference ref)
Sets the security token reference of the derived key token This is the reference to the shared secret used in the conversation/context |
Uses of SecurityTokenReference in org.apache.ws.sandbox.security.trust.message.token |
Methods in org.apache.ws.sandbox.security.trust.message.token that return SecurityTokenReference | |
SecurityTokenReference |
CancelTarget.getSecurityTokenReference()
Returns the security token reference to the token to be cancelled |
SecurityTokenReference |
RenewTarget.getSecurityTokenReference()
Returns the wsse:SecurityTokenReference |
Methods in org.apache.ws.sandbox.security.trust.message.token with parameters of type SecurityTokenReference | |
void |
CancelRequestSecurityToken.setCancelTarget(SecurityTokenReference securityTokenReference)
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 |
void |
CancelTarget.setCancelTarget(SecurityTokenReference securityTokenReference)
Sets the given security token reference as the cancel target |
void |
RenewRequestSecurityToken.setRenewTarget(SecurityTokenReference securityTokenReference)
sets a wsse:SecurityTokenReference in the
wst:RenewTarget element |
void |
RenewTarget.setSecurityTokenReference(SecurityTokenReference securityTokenReference)
Sets a wsse:SecurityTokenReference |
Constructors in org.apache.ws.sandbox.security.trust.message.token with parameters of type SecurityTokenReference | |
CancelTarget(org.w3c.dom.Document doc,
SecurityTokenReference securityTokenReference)
|
Uses of SecurityTokenReference in org.apache.ws.sandbox.security.trust2 |
Fields in org.apache.ws.sandbox.security.trust2 declared as SecurityTokenReference | |
protected SecurityTokenReference |
SecurityTokenOrReference.reference
|
Methods in org.apache.ws.sandbox.security.trust2 that return SecurityTokenReference | |
SecurityTokenReference |
SecurityTokenOrReference.getReference()
|
Constructors in org.apache.ws.sandbox.security.trust2 with parameters of type SecurityTokenReference | |
SecurityTokenOrReference(SecurityTokenReference reference)
|
Uses of SecurityTokenReference in org.apache.ws.security.message |
Fields in org.apache.ws.security.message declared as SecurityTokenReference | |
protected SecurityTokenReference |
WSEncryptBody.securityTokenReference
SecurityTokenReference to be inserted into EncryptedData/keyInfo element. |
protected SecurityTokenReference |
WSSecEncrypt.securityTokenReference
SecurityTokenReference to be inserted into EncryptedData/keyInfo element. |
protected SecurityTokenReference |
WSSecSignature.secRef
|
Methods in org.apache.ws.security.message that return SecurityTokenReference | |
SecurityTokenReference |
WSEncryptBody.getSecurityTokenReference()
Deprecated. replaced by WSSecEncrypt.getSecurityTokenReference() |
SecurityTokenReference |
WSSecEncrypt.getSecurityTokenReference()
|
Methods in org.apache.ws.security.message with parameters of type SecurityTokenReference | |
void |
WSEncryptBody.setSecurityTokenReference(SecurityTokenReference reference)
Deprecated. replaced by WSSecEncrypt.setSecurityTokenReference(SecurityTokenReference) |
void |
WSSecEncrypt.setSecurityTokenReference(SecurityTokenReference reference)
|
Uses of SecurityTokenReference in org.apache.ws.security.message.token |
Methods in org.apache.ws.security.message.token that return SecurityTokenReference | |
SecurityTokenReference |
DerivedKeyToken.getSecuityTokenReference()
Returns the SecurityTokenReference of the derived key token |
Methods in org.apache.ws.security.message.token with parameters of type SecurityTokenReference | |
void |
DerivedKeyToken.setSecuityTokenReference(SecurityTokenReference ref)
Sets the security token reference of the derived key token This is the reference to the shared secret used in the conversation/context |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |