Class KerberosAuthProvider
java.lang.Object
org.pentaho.ui.xul.XulEventSourceAdapter
org.pentaho.di.ui.core.auth.model.AbstractAuthProvider
org.pentaho.di.ui.core.auth.model.BasicAuthProvider
org.pentaho.di.ui.core.auth.model.KerberosAuthProvider
- All Implemented Interfaces:
Cloneable
,AuthProvider
,org.pentaho.ui.xul.XulEventSource
-
Field Summary
Fields inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
changeSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addBindings
(List<org.pentaho.ui.xul.binding.Binding> bindings, org.pentaho.ui.xul.binding.BindingFactory bf) boolean
void
setKeytabFile
(String keytabFile) void
setUseKeytab
(boolean useKeytab) Methods inherited from class org.pentaho.di.ui.core.auth.model.BasicAuthProvider
getPassword, setPassword
Methods inherited from class org.pentaho.di.ui.core.auth.model.AbstractAuthProvider
bind, clone, fireBindingsChanged, getOverlay, getPrincipal, setPrincipal, toString, unbind
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
-
Constructor Details
-
KerberosAuthProvider
public KerberosAuthProvider(org.pentaho.ui.xul.binding.BindingFactory bf)
-
-
Method Details
-
isUseKeytab
public boolean isUseKeytab() -
setUseKeytab
public void setUseKeytab(boolean useKeytab) -
getKeytabFile
-
setKeytabFile
-
getProviderDescription
- Specified by:
getProviderDescription
in interfaceAuthProvider
- Overrides:
getProviderDescription
in classBasicAuthProvider
-
addBindings
protected void addBindings(List<org.pentaho.ui.xul.binding.Binding> bindings, org.pentaho.ui.xul.binding.BindingFactory bf) - Overrides:
addBindings
in classBasicAuthProvider
-