public interface LicenseParameters extends AuthenticationProvider, CodecProvider, CompressionProvider, EncryptionProvider, LicenseAuthorizationProvider, LicenseInitializationProvider, LicenseValidationProvider, RepositoryProvider
Unless stated otherwise, all no-argument methods need to return consistent objects so that caching them is not required. A returned object is considered to be consistent if it compares equal or at least behaves identical to any previously returned object.
Applications have no need to implement this interface and should not do so because it may be subject to expansion in future versions.
LicenseParametersProvider| Modifier and Type | Method and Description |
|---|---|
Repository |
repository()
Returns a new repository.
|
authenticationcodeccompressionencryptionauthorizationinitializationvalidationRepository repository()
repository in interface RepositoryProviderCopyright © 2005–2017 Schlichtherle IT Services. All rights reserved.