Adempiere 3.5.2a

org.compiere.util
Class SecurityToken

java.lang.Object
  extended by org.compiere.util.SecurityToken
All Implemented Interfaces:
Serializable

public class SecurityToken
extends Object
implements Serializable

Security token, send from client to server for security validation.

Author:
Low Heng Sin
See Also:
Serialized Form

Method Summary
 String getCodeBaseHost()
          Get the host that the code is loaded from.
 Certificate getCodeCertificate()
          Get the certificate that is use to sign the jar library.
static SecurityToken getInstance()
          Get the application wide security token.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCodeCertificate

public final Certificate getCodeCertificate()
Get the certificate that is use to sign the jar library.

Returns:
Certificate

getCodeBaseHost

public final String getCodeBaseHost()
Get the host that the code is loaded from.

Returns:
String

getInstance

public static SecurityToken getInstance()
Get the application wide security token.

Returns:
SecurityToken

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.