org.apache.ws.sandbox.security.conversation.message.info
Class SecurityContextInfo
java.lang.Object
org.apache.ws.sandbox.security.conversation.message.info.SecurityContextInfo
- public class SecurityContextInfo
- extends java.lang.Object
- Author:
- Kau, Ruchith
|
Constructor Summary |
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 |
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(java.lang.String uuid,
byte[] sharedSecret,
int frequency)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityContextInfo
public SecurityContextInfo(SecurityContextToken securityContextToken,
RequestedProofToken requestedProofToken,
int frequency)
throws WSSecurityException
- This element will be useful to store in the hashtable to get
information about the security context
- Parameters:
securityContextToken - requestedProofToken -
SecurityContextInfo
public SecurityContextInfo(SecurityContextToken securityContextToken,
byte[] sharedSecret,
int frequency)
throws WSSecurityException
- 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
- Parameters:
securityContextToken -
SecurityContextInfo
public SecurityContextInfo(java.lang.String uuid,
byte[] sharedSecret,
int frequency)
throws WSSecurityException
getFrequency
public int getFrequency()
- Returns:
getIdentifier
public java.lang.String getIdentifier()
- Returns:
getSharedSecret
public byte[] getSharedSecret()
- Returns:
Copyright © 2004-2007 Apache Web Services. All Rights Reserved.