Class BasicAuthProvider
java.lang.Object
org.pentaho.ui.xul.XulEventSourceAdapter
org.pentaho.di.ui.core.auth.model.AbstractAuthProvider
org.pentaho.di.ui.core.auth.model.BasicAuthProvider
- All Implemented Interfaces:
Cloneable
,AuthProvider
,org.pentaho.ui.xul.XulEventSource
- Direct Known Subclasses:
KerberosAuthProvider
-
Field Summary
Fields inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
changeSupport
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addBindings
(List<org.pentaho.ui.xul.binding.Binding> bindings, org.pentaho.ui.xul.binding.BindingFactory bf) void
setPassword
(String password) 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
-
BasicAuthProvider
public BasicAuthProvider(org.pentaho.ui.xul.binding.BindingFactory bf)
-
-
Method Details
-
getPassword
-
setPassword
-
getProviderDescription
-
addBindings
protected void addBindings(List<org.pentaho.ui.xul.binding.Binding> bindings, org.pentaho.ui.xul.binding.BindingFactory bf) - Specified by:
addBindings
in classAbstractAuthProvider
-