org.mobicents.slee.resource.parlay.fw
Class FwSessionProperties
java.lang.Object
org.mobicents.slee.resource.parlay.fw.FwSessionProperties
public class FwSessionProperties
- extends java.lang.Object
Encapsulates all the properties for FwSessionImpl. FwSessionProperties holds
data used in both Parlay 3 and Parlay 4 methods.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FwSessionProperties
public FwSessionProperties()
getIpInitialLocation
public java.lang.String getIpInitialLocation()
- Returns:
- Returns the ipInitialLocation.
setIpInitialLocation
public void setIpInitialLocation(java.lang.String ipInitialLocation)
- Parameters:
ipInitialLocation - The ipInitialLocation to set.
getIpInitialURL
public java.lang.String getIpInitialURL()
- Returns:
- Returns the ipInitialURL.
setIpInitialURL
public void setIpInitialURL(java.lang.String ipInitialURL)
- Parameters:
ipInitialURL - The ipInitialURL to set.
getNamingServiceIOR
public java.lang.String getNamingServiceIOR()
- Returns:
- Returns the namingServiceIOR.
setNamingServiceIOR
public void setNamingServiceIOR(java.lang.String namingServiceIOR)
- Parameters:
namingServiceIOR - The namingServiceIOR to set.
setProperties
public void setProperties()
- Initialises all properties that can't be setup by the user. Such
properties are included here so that they can be eaily opened up at a
later date instead of being hard-coded. All properties can be set using
system properties. This method can also be used to reinitialise
properties if such an operation is required during run time.
getIpInitialIOR
public java.lang.String getIpInitialIOR()
- Returns:
- Returns the ipInitialIOR.
setIpInitialIOR
public void setIpInitialIOR(java.lang.String ipInitialIOR)
- Parameters:
ipInitialIOR - The ipInitialIOR to set.
getAuthenticationSequence
public AuthenticationSequence getAuthenticationSequence()
- Returns:
- Returns the authenticationSequence.
setAuthenticationSequence
public void setAuthenticationSequence(AuthenticationSequence authenticationSequence)
- Parameters:
authenticationSequence - The authenticationSequence to set.
e.g. ONE_WAY, TWO_WAY etc.
getDomainID
public org.csapi.fw.TpDomainID getDomainID()
- Returns:
- Returns the domainID.
setDomainID
public void setDomainID(org.csapi.fw.TpDomainID domainID)
- Parameters:
domainID - The domainID to set.
getSsaTimeout
public long getSsaTimeout()
- Returns:
- Returns the saTimeout.
getInstanceID
public int getInstanceID()
- Returns:
- instanceID
getFwParlayVersion
public java.lang.String getFwParlayVersion()
- Returns:
- Returns the fwParlayVersion.
getAuthenticationCapabilityList
public java.lang.String getAuthenticationCapabilityList()
- Returns:
- Returns the authenticationCapabilityList.
getAuthenticationHash
public java.lang.String getAuthenticationHash()
- Returns:
- Returns the authenticationHash.
getAuthenticationSucceededTimeout
public long getAuthenticationSucceededTimeout()
- Returns:
- Returns the authenticationTimeout.
getSharedSecret
public java.lang.String getSharedSecret()
- Returns:
- Returns the sharedSecret.
setSharedSecret
public void setSharedSecret(java.lang.String sharedSecret)
getCertificateVault
public java.lang.String getCertificateVault()
- Returns:
- Returns the gatewayCertificateVault.
getSigningAlgorithmCapabilityList
public java.lang.String getSigningAlgorithmCapabilityList()
- Returns:
- Returns the signingAlgorithmCapabilityList.
getDecryptionCipherAlgorithm
public java.lang.String getDecryptionCipherAlgorithm()
- Returns:
- Returns the decryptionCipherAlgorithm.
getResponseName
public java.lang.String getResponseName()
- Returns:
- Returns the responseName.
setFwParlayVersion
public void setFwParlayVersion(java.lang.String fwParlayVersion)
- Parameters:
fwParlayVersion - The fwParlayVersion to set.
getEncryptionCipherAlgorithm
public java.lang.String getEncryptionCipherAlgorithm()
- Returns:
- Returns the encryptionCipherAlgorithm.
Copyright © 2009. All Rights Reserved.