- CacheEntry<K,V> - Class in net.java.truelicense.core.util
-
A cache entry.
- CacheEntry(K, V) - Constructor for class net.java.truelicense.core.util.CacheEntry
-
Constructs a new cache entry.
- CacheEntry(K, V, long) - Constructor for class net.java.truelicense.core.util.CacheEntry
-
Constructs a new cache entry.
- cachePeriodMillis() - Method in class net.java.truelicense.core.BasicLicenseManagementContext
-
Returns the cache period for some intermediate results in milliseconds.
- cachePeriodMillis() - Method in interface net.java.truelicense.core.util.CachePeriodProvider
-
Returns the cache period for some intermediate results in milliseconds.
- CachePeriodProvider - Interface in net.java.truelicense.core.util
-
Provides a cache period.
- charset(Codec) - Static method in class net.java.truelicense.core.codec.Codecs
-
Figures the content transfer charset which is used by the given codec.
- check(char[]) - Method in class net.java.truelicense.core.policy.PasswordPolicy
-
Checks the given password for compliance to this policy.
- classLoader() - Method in class net.java.truelicense.core.BasicLicenseManagementContext
-
Returns a class loader or null if the system class loader
shall get used to load classes and resources.
- classLoader() - Method in interface net.java.truelicense.core.util.ClassLoaderProvider
-
Returns a class loader or null if the system class loader
shall get used to load classes and resources.
- ClassLoaderProvider - Interface in net.java.truelicense.core.util
-
Provides a class loader.
- clearCreate(LicenseParameters) - Method in interface net.java.truelicense.core.LicenseAuthorization
-
Returns if and only if
creating
a license key is authorized.
- clearInstall(LicenseParameters) - Method in interface net.java.truelicense.core.LicenseAuthorization
-
Returns if and only if
installing
a license key is authorized.
- clearUninstall(LicenseParameters) - Method in interface net.java.truelicense.core.LicenseAuthorization
-
Returns if and only if
uninstalling
a license key is authorized.
- clearVerify(LicenseParameters) - Method in interface net.java.truelicense.core.LicenseAuthorization
-
Returns if and only if
verifying
a license key is authorized.
- clearView(LicenseParameters) - Method in interface net.java.truelicense.core.LicenseAuthorization
-
Returns if and only if
viewing
a license key is authorized.
- Clock - Interface in net.java.truelicense.core.util
-
Provides the current date/time.
- clone(T) - Static method in class net.java.truelicense.core.codec.Codecs
-
- clone(T, Codec) - Static method in class net.java.truelicense.core.codec.Codecs
-
Returns a clone of the given object using the given codec.
- Codec - Interface in net.java.truelicense.core.codec
-
Defines an object graph encoding/decoding (alias serialization).
- codec() - Method in interface net.java.truelicense.core.codec.CodecProvider
-
Returns the codec.
- codec() - Method in class net.java.truelicense.core.V1LicenseManagementContext
-
Returns the codec.
- codec() - Method in class net.java.truelicense.core.V2XmlLicenseManagementContext
-
Returns the codec.
- CodecProvider - Interface in net.java.truelicense.core.codec
-
Provides a codec.
- Codecs - Class in net.java.truelicense.core.codec
-
Provides common
Codec functions.
- compression() - Method in class net.java.truelicense.core.BasicV2LicenseManagementContext
-
Returns a compression.
- compression() - Method in interface net.java.truelicense.core.comp.CompressionProvider
-
Returns a compression.
- compression() - Method in class net.java.truelicense.core.V1LicenseManagementContext
-
Returns a compression.
- CompressionProvider - Interface in net.java.truelicense.core.comp
-
Provides a compression.
- consumer() - Method in class net.java.truelicense.core.BasicLicenseManagementContext
-
- consumer() - Method in interface net.java.truelicense.core.LicenseManagementContext
-
Returns a context for license consumer applications.
- contentTransferCharset(Codec) - Static method in class net.java.truelicense.core.codec.Codecs
-
Figures the content transfer charset which is used by the given codec.
- contentTransferEncoding() - Method in interface net.java.truelicense.core.codec.Codec
-
Returns an identifier for the content transfer encoding used by this
codec.
- contentTransferEncoding() - Method in class net.java.truelicense.core.codec.JaxbCodec
-
Returns an identifier for the content transfer encoding used by this
codec.
- contentTransferEncoding() - Method in class net.java.truelicense.core.codec.SerializationCodec
-
Returns an identifier for the content transfer encoding used by this
codec.
- contentTransferEncoding() - Method in class net.java.truelicense.core.codec.XmlCodec
-
Returns an identifier for the content transfer encoding used by this
codec.
- contentType() - Method in interface net.java.truelicense.core.codec.Codec
-
Returns an identifier for the content type used by this codec.
- contentType() - Method in class net.java.truelicense.core.codec.JaxbCodec
-
Returns an identifier for the content type used by this codec.
- contentType() - Method in class net.java.truelicense.core.codec.SerializationCodec
-
Returns an identifier for the content type used by this codec.
- contentType() - Method in class net.java.truelicense.core.codec.XmlCodec
-
Returns an identifier for the content type used by this codec.
- context - Variable in class net.java.truelicense.core.codec.JaxbCodec
-
The JAXB context provided to the constructor.
- context() - Method in interface net.java.truelicense.core.util.ContextProvider
-
Returns the context from which this object originated.
- context() - Method in class net.java.truelicense.core.V2XmlLicenseManagementContext
-
- ContextProvider<T> - Interface in net.java.truelicense.core.util
-
Provides a context.
- Copy - Class in net.java.truelicense.core.io
-
Provides a poor man's copy algorithm.
- copy(Source, Sink) - Static method in class net.java.truelicense.core.io.Copy
-
- create(License, Sink) - Method in interface net.java.truelicense.core.LicenseVendorManager
-
Generates a license key from the given license bean and stores the
result to the given sink.