| Modifier and Type | Field and Description |
|---|---|
private String |
keyPass
Password for the keystore.
|
private KeyStore |
keyStore
The singleton instance of the private key produced by this factory.
|
private String |
provider
KeyStore provider.
|
private org.springframework.core.io.Resource |
resource
KeyStore resource.
|
private String |
type
KeyStore type.
|
| Constructor and Description |
|---|
KeyStoreFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setPassword(String password)
Set the password for the keystore.
|
void |
setProvider(String prov)
Set the KeyStore provider, if non-defaulted.
|
void |
setResource(org.springframework.core.io.Resource res)
Set the resource containing the keystore.
|
void |
setType(String typ)
Set the KeyStore type, if non-defaulted.
|
@Nullable private org.springframework.core.io.Resource resource
public void setResource(@Nonnull org.springframework.core.io.Resource res)
res - private key resourcepublic void setPassword(@Nullable String password)
password - password for the keystorepublic void setProvider(@Nullable String prov)
prov - providerpublic void setType(@Nullable String typ)
typ - KeyStore type@Nonnull public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<KeyStore>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<KeyStore>Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.