Class KeyManagersType
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThis attribute contains the algorithm the KeyManagers Factory will use in creating the KeyManagers from the KeyStore.protected StringThis attribute contains the password that unlocks the keys within the keystore.protected StringThis attribute contains the name of the class implementing password callback handler to unlock the keys withing the keystore.protected KeyStoreTypeThis element specified the Keystore for these JSSE KeyManagers.protected StringThis attribute contains the KeyManagers provider name.protected StringThis attribute contains the reference to the KeyManagers bean. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the factoryAlgorithm property.Gets the value of the keyPassword property.Gets the value of the keyPasswordCallbackHandler property.Gets the value of the keyStore property.Gets the value of the provider property.getRef()Gets the value of the ref property.booleanbooleanbooleanbooleanbooleanbooleanisSetRef()voidsetFactoryAlgorithm(String value) Sets the value of the factoryAlgorithm property.voidsetKeyPassword(String value) Sets the value of the keyPassword property.voidSets the value of the keyPasswordCallbackHandler property.voidsetKeyStore(KeyStoreType value) Sets the value of the keyStore property.voidsetProvider(String value) Sets the value of the provider property.voidSets the value of the ref property.
-
Field Details
-
keyStore
This element specified the Keystore for these JSSE KeyManagers. -
keyPassword
This attribute contains the password that unlocks the keys within the keystore. -
keyPasswordCallbackHandler
This attribute contains the name of the class implementing password callback handler to unlock the keys withing the keystore. Alternative to keyPassword attribute. -
provider
This attribute contains the KeyManagers provider name. -
factoryAlgorithm
This attribute contains the algorithm the KeyManagers Factory will use in creating the KeyManagers from the KeyStore. Most common examples are "PKIX". -
ref
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.
-
-
Constructor Details
-
KeyManagersType
public KeyManagersType()
-
-
Method Details
-
getKeyStore
Gets the value of the keyStore property.This element specified the Keystore for these JSSE KeyManagers.
- Returns:
- possible object is
KeyStoreType
-
setKeyStore
Sets the value of the keyStore property.- Parameters:
value- allowed object isKeyStoreType- See Also:
-
isSetKeyStore
public boolean isSetKeyStore() -
getKeyPassword
Gets the value of the keyPassword property.This attribute contains the password that unlocks the keys within the keystore.
- Returns:
- possible object is
String
-
setKeyPassword
Sets the value of the keyPassword property.- Parameters:
value- allowed object isString- See Also:
-
isSetKeyPassword
public boolean isSetKeyPassword() -
getKeyPasswordCallbackHandler
Gets the value of the keyPasswordCallbackHandler property.This attribute contains the name of the class implementing password callback handler to unlock the keys withing the keystore. Alternative to keyPassword attribute.
- Returns:
- possible object is
String
-
setKeyPasswordCallbackHandler
Sets the value of the keyPasswordCallbackHandler property.- Parameters:
value- allowed object isString- See Also:
-
isSetKeyPasswordCallbackHandler
public boolean isSetKeyPasswordCallbackHandler() -
getProvider
Gets the value of the provider property.This attribute contains the KeyManagers provider name.
- Returns:
- possible object is
String
-
setProvider
Sets the value of the provider property.- Parameters:
value- allowed object isString- See Also:
-
isSetProvider
public boolean isSetProvider() -
getFactoryAlgorithm
Gets the value of the factoryAlgorithm property.This attribute contains the algorithm the KeyManagers Factory will use in creating the KeyManagers from the KeyStore. Most common examples are "PKIX".
- Returns:
- possible object is
String
-
setFactoryAlgorithm
Sets the value of the factoryAlgorithm property.- Parameters:
value- allowed object isString- See Also:
-
isSetFactoryAlgorithm
public boolean isSetFactoryAlgorithm() -
getRef
Gets the value of the ref property.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.
- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property. -
isSetRef
public boolean isSetRef()
-