Class KeyManagersType


  • public class KeyManagersType
    extends Object
    This structure specifies the JSSE based KeyManagers for a single Keystore.

    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 Detail

      • keyPassword

        protected String keyPassword
      • keyPasswordCallbackHandler

        protected String keyPasswordCallbackHandler
      • provider

        protected String provider
      • factoryAlgorithm

        protected String factoryAlgorithm
    • Constructor Detail

      • KeyManagersType

        public KeyManagersType()
    • Method Detail

      • getKeyStore

        public KeyStoreType getKeyStore()
        Gets the value of the keyStore property.
        Returns:
        possible object is KeyStoreType
      • setKeyStore

        public void setKeyStore​(KeyStoreType value)
        Sets the value of the keyStore property.
        Parameters:
        value - allowed object is KeyStoreType
      • isSetKeyStore

        public boolean isSetKeyStore()
      • getKeyPassword

        public String getKeyPassword()
        Gets the value of the keyPassword property.
        Returns:
        possible object is String
      • setKeyPassword

        public void setKeyPassword​(String value)
        Sets the value of the keyPassword property.
        Parameters:
        value - allowed object is String
      • isSetKeyPassword

        public boolean isSetKeyPassword()
      • getKeyPasswordCallbackHandler

        public String getKeyPasswordCallbackHandler()
        Gets the value of the keyPasswordCallbackHandler property.
        Returns:
        possible object is String
      • setKeyPasswordCallbackHandler

        public void setKeyPasswordCallbackHandler​(String value)
        Sets the value of the keyPasswordCallbackHandler property.
        Parameters:
        value - allowed object is String
      • isSetKeyPasswordCallbackHandler

        public boolean isSetKeyPasswordCallbackHandler()
      • getProvider

        public String getProvider()
        Gets the value of the provider property.
        Returns:
        possible object is String
      • setProvider

        public void setProvider​(String value)
        Sets the value of the provider property.
        Parameters:
        value - allowed object is String
      • isSetProvider

        public boolean isSetProvider()
      • getFactoryAlgorithm

        public String getFactoryAlgorithm()
        Gets the value of the factoryAlgorithm property.
        Returns:
        possible object is String
      • setFactoryAlgorithm

        public void setFactoryAlgorithm​(String value)
        Sets the value of the factoryAlgorithm property.
        Parameters:
        value - allowed object is String
      • isSetFactoryAlgorithm

        public boolean isSetFactoryAlgorithm()
      • getRef

        public String getRef()
        Gets the value of the ref property.
        Returns:
        possible object is String
      • setRef

        public void setRef​(String value)
        Sets the value of the ref property.
        Parameters:
        value - allowed object is String
      • isSetRef

        public boolean isSetRef()