public static interface LicenseApplicationContext.KsbaInjection<Target> extends Injection<Target>
Authentication (KSBA)
into some target.| Modifier and Type | Method and Description |
|---|---|
LicenseApplicationContext.KsbaInjection<Target> |
alias(String alias)
Sets the alias name of the key entry.
|
LicenseApplicationContext.KsbaInjection<Target> |
keyPassword(ObfuscatedString keyPassword)
Sets the password for accessing the private key in the key entry.
|
LicenseApplicationContext.KsbaInjection<Target> |
loadFrom(Source source)
Sets the source for the key store.
|
LicenseApplicationContext.KsbaInjection<Target> |
loadFromResource(String name)
Sets the resource name of the key store.
|
LicenseApplicationContext.KsbaInjection<Target> |
storePassword(ObfuscatedString storePassword)
Sets the password for verifying the integrity of the key store.
|
LicenseApplicationContext.KsbaInjection<Target> |
storeType(String storeType)
Sets the type of the key store,
for example
"JCEKS" or "JKS". |
LicenseApplicationContext.KsbaInjection<Target> alias(String alias)
thisLicenseApplicationContext.KsbaInjection<Target> keyPassword(ObfuscatedString keyPassword)
thisLicenseApplicationContext.KsbaInjection<Target> loadFrom(Source source)
thisLicenseApplicationContext.KsbaInjection<Target> loadFromResource(String name)
thisLicenseApplicationContext.KsbaInjection<Target> storePassword(ObfuscatedString storePassword)
thisLicenseApplicationContext.KsbaInjection<Target> storeType(@CheckForNull String storeType)
"JCEKS" or "JKS".thisLicenseConsumerContext.keyStore(net.java.truelicense.core.io.Source, java.lang.String, net.java.truelicense.obfuscate.ObfuscatedString, java.lang.String),
LicenseConsumerContext.ftpKeyStore(net.java.truelicense.core.io.Source, java.lang.String, net.java.truelicense.obfuscate.ObfuscatedString, java.lang.String, net.java.truelicense.obfuscate.ObfuscatedString),
LicenseVendorContext.keyStore(net.java.truelicense.core.io.Source, java.lang.String, net.java.truelicense.obfuscate.ObfuscatedString, java.lang.String, net.java.truelicense.obfuscate.ObfuscatedString)Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.