com.plumtree.server
Class PT_FEDERATEDPORTALPROVIDER_SESSIONKEYS

java.lang.Object
  extended by com.plumtree.server.PT_FEDERATEDPORTALPROVIDER_SESSIONKEYS

public final class PT_FEDERATEDPORTALPROVIDER_SESSIONKEYS
extends java.lang.Object

These constants are used by the FederatedEncryptionProvider to record what type of key should be used for encryption/decryption

Author:
michaels
See Also:
IPTFederatedEncryptionProvider

Field Summary
static int PT_FEDERATEDPORTALPROV_INTERNALSESSIONKEY
           
static int PT_FEDERATEDPORTALPROV_SHAREDSESSIONKEY
           
 
Constructor Summary
PT_FEDERATEDPORTALPROVIDER_SESSIONKEYS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_FEDERATEDPORTALPROV_SHAREDSESSIONKEY

public static final int PT_FEDERATEDPORTALPROV_SHAREDSESSIONKEY
See Also:
Constant Field Values

PT_FEDERATEDPORTALPROV_INTERNALSESSIONKEY

public static final int PT_FEDERATEDPORTALPROV_INTERNALSESSIONKEY
See Also:
Constant Field Values
Constructor Detail

PT_FEDERATEDPORTALPROVIDER_SESSIONKEYS

public PT_FEDERATEDPORTALPROVIDER_SESSIONKEYS()