com.konakart.appif
Interface SSOTokenIf

All Known Implementing Classes:
SSOToken

public interface SSOTokenIf

The SSOToken class contains information to facilitate the transfer of session information when accessing a KonaKart application from multiple sources.


Method Summary
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 int getCustomerId()
           
 java.util.Calendar getDateAdded()
           
 int getId()
           
 java.lang.String getSecretKey()
           
 java.lang.String getSessionId()
           
 void setCustom1(java.lang.String custom1)
           
 void setCustom2(java.lang.String custom2)
           
 void setCustom3(java.lang.String custom3)
           
 void setCustomerId(int customerId)
           
 void setDateAdded(java.util.Calendar dateAdded)
           
 void setId(int id)
           
 void setSecretKey(java.lang.String secretKey)
           
 void setSessionId(java.lang.String sessionId)
           
 

Method Detail

getId

int getId()
Returns:
the id

setId

void setId(int id)
Parameters:
id - the id to set

getCustomerId

int getCustomerId()
Returns:
the customerId

setCustomerId

void setCustomerId(int customerId)
Parameters:
customerId - the customerId to set

getSecretKey

java.lang.String getSecretKey()
Returns:
the secretKey

setSecretKey

void setSecretKey(java.lang.String secretKey)
Parameters:
secretKey - the secretKey to set

getSessionId

java.lang.String getSessionId()
Returns:
the sessionId

setSessionId

void setSessionId(java.lang.String sessionId)
Parameters:
sessionId - the sessionId to set

getDateAdded

java.util.Calendar getDateAdded()
Returns:
the dateAdded

setDateAdded

void setDateAdded(java.util.Calendar dateAdded)
Parameters:
dateAdded - the dateAdded to set

getCustom1

java.lang.String getCustom1()
Returns:
the custom1

setCustom1

void setCustom1(java.lang.String custom1)
Parameters:
custom1 - the custom1 to set

getCustom2

java.lang.String getCustom2()
Returns:
the custom2

setCustom2

void setCustom2(java.lang.String custom2)
Parameters:
custom2 - the custom2 to set

getCustom3

java.lang.String getCustom3()
Returns:
the custom3

setCustom3

void setCustom3(java.lang.String custom3)
Parameters:
custom3 - the custom3 to set


Copyright © 2011 DS Data Systems UK Ltd.