public class KeyManagersType
extends java.lang.Object
Java class for KeyManagersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyManagersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="keyStore" type="{http://cxf.apache.org/configuration/security}KeyStoreType" minOccurs="0"/>
</sequence>
<attribute name="keyPassword" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="keyPasswordCallbackHandler" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="factoryAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
factoryAlgorithm
This attribute contains the algorithm the KeyManagers Factory
will use in creating the KeyManagers from the KeyStore.
|
protected java.lang.String |
keyPassword
This attribute contains the password that unlocks the keys
within the keystore.
|
protected java.lang.String |
keyPasswordCallbackHandler
This attribute contains the name of the class implementing
password callback handler to unlock the keys withing the keystore.
|
protected KeyStoreType |
keyStore
This element specified the Keystore for these JSSE KeyManagers.
|
protected java.lang.String |
provider
This attribute contains the KeyManagers provider name.
|
protected java.lang.String |
ref
This attribute contains the reference to the KeyManagers bean.
|
| Constructor and Description |
|---|
KeyManagersType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFactoryAlgorithm()
Gets the value of the factoryAlgorithm property.
|
java.lang.String |
getKeyPassword()
Gets the value of the keyPassword property.
|
java.lang.String |
getKeyPasswordCallbackHandler()
Gets the value of the keyPasswordCallbackHandler property.
|
KeyStoreType |
getKeyStore()
Gets the value of the keyStore property.
|
java.lang.String |
getProvider()
Gets the value of the provider property.
|
java.lang.String |
getRef()
Gets the value of the ref property.
|
boolean |
isSetFactoryAlgorithm() |
boolean |
isSetKeyPassword() |
boolean |
isSetKeyPasswordCallbackHandler() |
boolean |
isSetKeyStore() |
boolean |
isSetProvider() |
boolean |
isSetRef() |
void |
setFactoryAlgorithm(java.lang.String value)
Sets the value of the factoryAlgorithm property.
|
void |
setKeyPassword(java.lang.String value)
Sets the value of the keyPassword property.
|
void |
setKeyPasswordCallbackHandler(java.lang.String value)
Sets the value of the keyPasswordCallbackHandler property.
|
void |
setKeyStore(KeyStoreType value)
Sets the value of the keyStore property.
|
void |
setProvider(java.lang.String value)
Sets the value of the provider property.
|
void |
setRef(java.lang.String value)
Sets the value of the ref property.
|
protected KeyStoreType keyStore
protected java.lang.String keyPassword
protected java.lang.String keyPasswordCallbackHandler
protected java.lang.String provider
protected java.lang.String factoryAlgorithm
protected java.lang.String ref
public KeyStoreType getKeyStore()
This element specified the Keystore for these JSSE KeyManagers.
KeyStoreTypepublic void setKeyStore(KeyStoreType value)
value - allowed object is
KeyStoreTypegetKeyStore()public boolean isSetKeyStore()
public java.lang.String getKeyPassword()
This attribute contains the password that unlocks the keys within the keystore.
Stringpublic void setKeyPassword(java.lang.String value)
value - allowed object is
StringgetKeyPassword()public boolean isSetKeyPassword()
public java.lang.String getKeyPasswordCallbackHandler()
This attribute contains the name of the class implementing password callback handler to unlock the keys withing the keystore. Alternative to keyPassword attribute.
Stringpublic void setKeyPasswordCallbackHandler(java.lang.String value)
value - allowed object is
StringgetKeyPasswordCallbackHandler()public boolean isSetKeyPasswordCallbackHandler()
public java.lang.String getProvider()
This attribute contains the KeyManagers provider name.
Stringpublic void setProvider(java.lang.String value)
value - allowed object is
StringgetProvider()public boolean isSetProvider()
public java.lang.String getFactoryAlgorithm()
This attribute contains the algorithm the KeyManagers Factory will use in creating the KeyManagers from the KeyStore. Most common examples are "PKIX".
Stringpublic void setFactoryAlgorithm(java.lang.String value)
value - allowed object is
StringgetFactoryAlgorithm()public boolean isSetFactoryAlgorithm()
public java.lang.String getRef()
This attribute contains the reference to the KeyManagers bean. This attribute allows the KeyManagers instance to be constructed by other means and referenced from this object.
Stringpublic void setRef(java.lang.String value)
value - allowed object is
StringgetRef()public boolean isSetRef()