Serialized Form
-
Package com.labs64.netlicensing.domain.entity
-
Package com.labs64.netlicensing.domain.entity.impl
-
Class com.labs64.netlicensing.domain.entity.impl.BaseEntityImpl
class BaseEntityImpl extends Visitable implements Serializable- serialVersionUID:
- -3912283193861706866L
-
Class com.labs64.netlicensing.domain.entity.impl.BundleImpl
class BundleImpl extends BaseEntityImpl implements Serializable- serialVersionUID:
- -1666422065511383898L
-
Class com.labs64.netlicensing.domain.entity.impl.CountryImpl
class CountryImpl extends BaseEntityImpl implements Serializable- serialVersionUID:
- -6890659657570098474L
-
Serialized Fields
-
code
String code
-
isEu
boolean isEu
-
name
String name
-
vatPercent
BigDecimal vatPercent
-
-
Class com.labs64.netlicensing.domain.entity.impl.LicenseeImpl
class LicenseeImpl extends BaseEntityImpl implements Serializable- serialVersionUID:
- 2704374141788131247L
-
Serialized Fields
-
licenses
Collection<License> licenses
-
product
Product product
-
-
Class com.labs64.netlicensing.domain.entity.impl.LicenseImpl
class LicenseImpl extends BaseEntityImpl implements Serializable- serialVersionUID:
- -1255007603439878867L
-
Serialized Fields
-
currency
Currency currency
-
hidden
Boolean hidden
-
licensee
Licensee licensee
-
licenseTemplate
LicenseTemplate licenseTemplate
-
name
String name
-
price
BigDecimal price
-
-
Class com.labs64.netlicensing.domain.entity.impl.LicenseTemplateImpl
class LicenseTemplateImpl extends BaseEntityImpl implements Serializable- serialVersionUID:
- -6957717868558780419L
-
Serialized Fields
-
automatic
Boolean automatic
-
currency
Currency currency
-
hidden
Boolean hidden
-
hideLicenses
Boolean hideLicenses
-
licenses
Collection<License> licenses
-
licenseType
LicenseType licenseType
-
name
String name
-
price
BigDecimal price
-
productModule
ProductModule productModule
-
-
Class com.labs64.netlicensing.domain.entity.impl.LicenseTransactionJoinImpl
class LicenseTransactionJoinImpl extends Object implements Serializable- serialVersionUID:
- -4119701993632165536L
-
Serialized Fields
-
license
License license
-
transaction
Transaction transaction
-
-
Class com.labs64.netlicensing.domain.entity.impl.NotificationImpl
class NotificationImpl extends BaseEntityImpl implements Serializable- serialVersionUID:
- -4059438768485180571L
-
Serialized Fields
-
events
Set<Event> events
-
name
String name
-
payload
String payload
-
protocol
NotificationProtocol protocol
-
-
Class com.labs64.netlicensing.domain.entity.impl.PaymentMethodImpl
class PaymentMethodImpl extends BaseEntityImpl implements Serializable- serialVersionUID:
- -529417516632266683L
-
Class com.labs64.netlicensing.domain.entity.impl.ProductDiscountImpl
class ProductDiscountImpl extends Object implements Serializable- serialVersionUID:
- -8665112497261365879L
-
Serialized Fields
-
amountFix
BigDecimal amountFix
-
amountPercent
BigDecimal amountPercent
-
currency
String currency
-
product
Product product
-
totalPrice
BigDecimal totalPrice
-
-
Class com.labs64.netlicensing.domain.entity.impl.ProductImpl
class ProductImpl extends BaseEntityImpl implements Serializable- serialVersionUID:
- 7030811820855516068L
-
Serialized Fields
-
description
String description
-
licenseeAutoCreate
Boolean licenseeAutoCreate
-
licensees
Collection<Licensee> licensees
-
licensingInfo
String licensingInfo
-
name
String name
-
productDiscounts
List<ProductDiscount> productDiscounts
-
productDiscountsTouched
Boolean productDiscountsTouched
-
productModules
Collection<ProductModule> productModules
-
version
String version
-
-
Class com.labs64.netlicensing.domain.entity.impl.ProductModuleImpl
class ProductModuleImpl extends BaseEntityImpl implements Serializable- serialVersionUID:
- 6327895102315403718L
-
Serialized Fields
-
licenseTemplates
Collection<LicenseTemplate> licenseTemplates
-
licensingModel
String licensingModel
-
name
String name
-
product
Product product
-
-
Class com.labs64.netlicensing.domain.entity.impl.TokenImpl
class TokenImpl extends BaseEntityImpl implements Serializable- serialVersionUID:
- 6688976030475491351L
-
Serialized Fields
-
expirationTime
Date expirationTime
-
tokenType
ITokenType tokenType
-
vendorNumber
String vendorNumber
-
-
Class com.labs64.netlicensing.domain.entity.impl.TransactionImpl
class TransactionImpl extends BaseEntityImpl implements Serializable- serialVersionUID:
- 7675242025748195251L
-
Serialized Fields
-
currency
Currency currency
-
dateClosed
Date dateClosed
-
dateCreated
Date dateCreated
-
discount
BigDecimal discount
-
grandTotal
BigDecimal grandTotal
-
licenseTransactionJoins
List<LicenseTransactionJoin> licenseTransactionJoins
-
source
TransactionSource source
-
status
TransactionStatus status
-
-
-
Package com.labs64.netlicensing.domain.vo
-
Class com.labs64.netlicensing.domain.vo.Composition
class Composition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
Map<String,
Composition> properties -
value
String value
-
-
Class com.labs64.netlicensing.domain.vo.PageImpl
class PageImpl extends Object implements Serializable- serialVersionUID:
- 867755906494344406L
-
Class com.labs64.netlicensing.domain.vo.ValidationResult
class ValidationResult extends Object implements Serializable- serialVersionUID:
- -4160421171524379008L
-
Serialized Fields
-
licensee
Licensee licensee
-
ttl
Calendar ttl
-
validations
Map<String,
Composition> validations
-
-
-
Package com.labs64.netlicensing.exception
-
Exception com.labs64.netlicensing.exception.BadSignatureException
class BadSignatureException extends NetLicensingException implements Serializable- serialVersionUID:
- -506669705393514519L
-
Exception com.labs64.netlicensing.exception.ConversionException
class ConversionException extends NetLicensingException implements Serializable- serialVersionUID:
- -3798344733724547819L
-
Exception com.labs64.netlicensing.exception.MalformedArgumentsException
class MalformedArgumentsException extends NetLicensingException implements Serializable- serialVersionUID:
- -2548284543777416222L
-
Exception com.labs64.netlicensing.exception.NetLicensingException
class NetLicensingException extends Exception implements Serializable- serialVersionUID:
- -1101213597571076128L
-
Exception com.labs64.netlicensing.exception.RestException
class RestException extends NetLicensingException implements Serializable- serialVersionUID:
- -3863879794574523844L
-
Exception com.labs64.netlicensing.exception.ServiceException
class ServiceException extends NetLicensingException implements Serializable- serialVersionUID:
- 5253993578845477398L
-
Serialized Fields
-
errorResponse
Netlicensing errorResponse
-
headers
Map<String,
List<String>> headers -
statusCode
int statusCode
-
-
Exception com.labs64.netlicensing.exception.WrongResponseFormatException
class WrongResponseFormatException extends NetLicensingException implements Serializable- serialVersionUID:
- -2548284543777416222L
-
-
Package com.labs64.netlicensing.schema.context
-
Class com.labs64.netlicensing.schema.context.Info
class Info extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.labs64.netlicensing.schema.context.Item
class Item extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.labs64.netlicensing.schema.context.List
class List extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.labs64.netlicensing.schema.context.Netlicensing
class Netlicensing extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
Request unique identifier. -
infos
Netlicensing.Infos infos
-
items
Netlicensing.Items items
-
signature
SignatureType signature
XML Signature element. -
ttl
XMLGregorianCalendar ttl
Time To Live - time stamp that determines the validity span of the response. If not provided, the response should not be cached.
-
-
Class com.labs64.netlicensing.schema.context.Netlicensing.Infos
class Infos extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.labs64.netlicensing.schema.context.Netlicensing.Items
class Items extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.labs64.netlicensing.schema.context.Property
class Property extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.w3._2000._09.xmldsig_
-
Class org.w3._2000._09.xmldsig_.CanonicalizationMethodType
class CanonicalizationMethodType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.w3._2000._09.xmldsig_.DigestMethodType
class DigestMethodType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.w3._2000._09.xmldsig_.DSAKeyValueType
class DSAKeyValueType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
g
byte[] g
-
j
byte[] j
-
p
byte[] p
-
pgenCounter
byte[] pgenCounter
-
q
byte[] q
-
seed
byte[] seed
-
y
byte[] y
-
-
Class org.w3._2000._09.xmldsig_.KeyInfoType
class KeyInfoType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.w3._2000._09.xmldsig_.KeyValueType
class KeyValueType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.w3._2000._09.xmldsig_.ManifestType
class ManifestType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
reference
List<ReferenceType> reference
-
-
Class org.w3._2000._09.xmldsig_.ObjectType
class ObjectType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.w3._2000._09.xmldsig_.PGPDataType
class PGPDataType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
content
List<Object> content
Gets the rest of the content model.You are getting this "catch-all" property because of the following reason: The field name "PGPKeyPacket" is used by two different parts of a schema. See: line 218 of http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd line 213 of http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names:
-
-
Class org.w3._2000._09.xmldsig_.ReferenceType
class ReferenceType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
digestMethod
DigestMethodType digestMethod
-
digestValue
byte[] digestValue
-
id
String id
-
transforms
TransformsType transforms
-
type
String type
-
uri
String uri
-
-
Class org.w3._2000._09.xmldsig_.RetrievalMethodType
class RetrievalMethodType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
transforms
TransformsType transforms
-
type
String type
-
uri
String uri
-
-
Class org.w3._2000._09.xmldsig_.RSAKeyValueType
class RSAKeyValueType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exponent
byte[] exponent
-
modulus
byte[] modulus
-
-
Class org.w3._2000._09.xmldsig_.SignatureMethodType
class SignatureMethodType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.w3._2000._09.xmldsig_.SignaturePropertiesType
class SignaturePropertiesType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
signatureProperty
List<SignaturePropertyType> signatureProperty
-
-
Class org.w3._2000._09.xmldsig_.SignaturePropertyType
class SignaturePropertyType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.w3._2000._09.xmldsig_.SignatureType
class SignatureType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
keyInfo
KeyInfoType keyInfo
-
object
List<ObjectType> object
-
signatureValue
SignatureValueType signatureValue
-
signedInfo
SignedInfoType signedInfo
-
-
Class org.w3._2000._09.xmldsig_.SignatureValueType
class SignatureValueType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
value
byte[] value
-
-
Class org.w3._2000._09.xmldsig_.SignedInfoType
class SignedInfoType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
canonicalizationMethod
CanonicalizationMethodType canonicalizationMethod
-
id
String id
-
reference
List<ReferenceType> reference
-
signatureMethod
SignatureMethodType signatureMethod
-
-
Class org.w3._2000._09.xmldsig_.SPKIDataType
class SPKIDataType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.w3._2000._09.xmldsig_.TransformsType
class TransformsType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
transform
List<TransformType> transform
-
-
Class org.w3._2000._09.xmldsig_.TransformType
class TransformType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.w3._2000._09.xmldsig_.X509DataType
class X509DataType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.w3._2000._09.xmldsig_.X509IssuerSerialType
class X509IssuerSerialType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
x509IssuerName
String x509IssuerName
-
x509SerialNumber
BigInteger x509SerialNumber
-
-