| Package | Description |
|---|---|
| com.github.ulisesbocchio.spring.boot.security.saml.configurer | |
| com.github.ulisesbocchio.spring.boot.security.saml.configurer.builder |
| Modifier and Type | Method and Description |
|---|---|
KeyManagerConfigurer |
ServiceProviderBuilder.keyManager()
Returns a
KeyManagerConfigurer for customization of the KeyManager default
implementation JKSKeyManager. |
| Modifier and Type | Method and Description |
|---|---|
KeyManagerConfigurer |
KeyManagerConfigurer.defaultKey(String defaultKey)
Sets the default key to use for encryption.
|
KeyManagerConfigurer |
KeyManagerConfigurer.keyPassword(String key,
String password)
Alternative to
keyPasswords when only 1 (one) key is present in the KeyStore. |
KeyManagerConfigurer |
KeyManagerConfigurer.keyPasswords(Map<String,String> keyPasswords)
Specify the passwords of the keys stored in the
KeyStore. |
KeyManagerConfigurer |
KeyManagerConfigurer.keyStore(KeyStore keyStore)
Set the actual
KeyStore object to use. |
KeyManagerConfigurer |
KeyManagerConfigurer.privateKeyDERLocation(String privateKeyDERLocation)
If no
KeyStore is provided, specify a DER private key location. |
KeyManagerConfigurer |
KeyManagerConfigurer.publicKeyPEMLocation(String publicKeyPEMLocation)
If no
KeyStore is provided, specify a PEM certificate location. |
KeyManagerConfigurer |
KeyManagerConfigurer.storeLocation(String storeLocation)
If not
KeyStore is provided, specify the KeyStore location. |
KeyManagerConfigurer |
KeyManagerConfigurer.storePass(String storePass)
Specify the
KeyStore password. |
Copyright © 2018. All rights reserved.