Class Kerberos

  • All Implemented Interfaces:
    Parameter

    public class Kerberos
    extends java.lang.Object
    implements Parameter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean krbMutualAuthentication
      This property is used to indicate that mutual authentication is to be used when Kerberos is enabled.
      protected java.lang.String krbServiceName
      This property is used to specify the ServiceName portion of the Service Principal Name (SPN) that has a format of ServiceName/ApplianceName@REALM.
    • Constructor Summary

      Constructors 
      Constructor Description
      Kerberos()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(com.solacesystems.jms.SolConnectionFactory cf)  
      java.lang.Boolean getKrbMutualAuthentication()
      This property is used to indicate that mutual authentication is to be used when Kerberos is enabled.
      java.lang.String getKrbServiceName()
      This property is used to specify the ServiceName portion of the Service Principal Name (SPN) that has a format of ServiceName/ApplianceName@REALM.
      void setKrbMutualAuthentication​(java.lang.Boolean krbMutualAuthentication)
      This property is used to indicate that mutual authentication is to be used when Kerberos is enabled.
      void setKrbServiceName​(java.lang.String krbServiceName)
      This property is used to specify the ServiceName portion of the Service Principal Name (SPN) that has a format of ServiceName/ApplianceName@REALM.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • krbMutualAuthentication

        protected java.lang.Boolean krbMutualAuthentication
        This property is used to indicate that mutual authentication is to be used when Kerberos is enabled.
      • krbServiceName

        protected java.lang.String krbServiceName
        This property is used to specify the ServiceName portion of the Service Principal Name (SPN) that has a format of ServiceName/ApplianceName@REALM.
    • Constructor Detail

      • Kerberos

        public Kerberos()
    • Method Detail

      • apply

        public void apply​(com.solacesystems.jms.SolConnectionFactory cf)
        Specified by:
        apply in interface Parameter
      • getKrbMutualAuthentication

        public java.lang.Boolean getKrbMutualAuthentication()
        This property is used to indicate that mutual authentication is to be used when Kerberos is enabled.
      • setKrbMutualAuthentication

        public void setKrbMutualAuthentication​(java.lang.Boolean krbMutualAuthentication)
        This property is used to indicate that mutual authentication is to be used when Kerberos is enabled.
      • getKrbServiceName

        public java.lang.String getKrbServiceName()
        This property is used to specify the ServiceName portion of the Service Principal Name (SPN) that has a format of ServiceName/ApplianceName@REALM.
      • setKrbServiceName

        public void setKrbServiceName​(java.lang.String krbServiceName)
        This property is used to specify the ServiceName portion of the Service Principal Name (SPN) that has a format of ServiceName/ApplianceName@REALM.