Uses of Class
org.apache.ws.sandbox.security.conversation.message.token.SecurityContextToken

Packages that use SecurityContextToken
org.apache.ws.sandbox.security.conversation   
org.apache.ws.sandbox.security.conversation.message.info   
org.apache.ws.sandbox.security.trust.message.token   
 

Uses of SecurityContextToken in org.apache.ws.sandbox.security.conversation
 

Methods in org.apache.ws.sandbox.security.conversation that return SecurityContextToken
static SecurityContextToken ConversationUtil.getSCT(DerivedKeyToken dkToken)
          The method takes in a DerivedKetToken and returns the uuid of the corresponding SCT.
 

Uses of SecurityContextToken in org.apache.ws.sandbox.security.conversation.message.info
 

Constructors in org.apache.ws.sandbox.security.conversation.message.info with parameters of type SecurityContextToken
SecurityContextInfo(SecurityContextToken securityContextToken, RequestedProofToken requestedProofToken, int frequency)
          This element will be useful to store in the hashtable to get information about the security context
SecurityContextInfo(SecurityContextToken securityContextToken, byte[] sharedSecret, int frequency)
          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
 

Uses of SecurityContextToken in org.apache.ws.sandbox.security.trust.message.token
 

Methods in org.apache.ws.sandbox.security.trust.message.token that return SecurityContextToken
 SecurityContextToken RequestedSecurityToken.getSct()
           
 



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