# Class: com.pnfsoftware.jeb.core.JebClientInformation

Information about a JEB client \(aka, a JEB front\-end\).

## Constructor: JebClientInformation
- parameter: `clientSignature`, type: `java.lang.String`

Description: Create a new client information object. The signature string is used to identify the client. 

 Depending on the JEB build and license, a user may not be allowed to instantiate clients other than the official GUI client. Please refer to our website for more details.
parameter: clientSignature: the client signature string

## Method: getClientSignature
- return type: `java.lang.String`

Description: Retrieve the client signature string
return: the client signature, eg "JEB Custom Client H00li XYZ"

