public static interface LicenseVendorContext.ManagerBuilder extends Builder<LicenseVendorManager>
Builder.build() method to obtain a configured license vendor
manager.| Modifier and Type | Method and Description |
|---|---|
LicenseVendorContext.ManagerBuilder |
authentication(Authentication authentication)
Sets the authentication.
|
LicenseApplicationContext.PbeInjection<LicenseVendorContext.ManagerBuilder> |
encryption()
Returns an injection for a password based encryption.
|
LicenseVendorContext.ManagerBuilder |
encryption(Encryption encryption)
Sets the encryption.
|
LicenseApplicationContext.KsbaInjection<LicenseVendorContext.ManagerBuilder> |
keyStore()
Returns an injection for a key store based authentication.
|
LicenseVendorContext.ManagerBuilder authentication(Authentication authentication)
this.LicenseApplicationContext.PbeInjection<LicenseVendorContext.ManagerBuilder> encryption()
Injection.inject() method to build and inject the
configured encryption into this builder and return it.encryption(Encryption)LicenseVendorContext.ManagerBuilder encryption(Encryption encryption)
this.LicenseApplicationContext.KsbaInjection<LicenseVendorContext.ManagerBuilder> keyStore()
Injection.inject() method to build and inject the
configured authentication into this builder and return it.
The keystore needs to have a key password configured for the private key entry.
authentication(Authentication)Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.