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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddBindings(List<org.pentaho.ui.xul.binding.Binding> bindings, org.pentaho.ui.xul.binding.BindingFactory bf) voidsetPassword(String password) Methods inherited from class org.pentaho.di.ui.core.auth.model.AbstractAuthProvider
bind, clone, fireBindingsChanged, getOverlay, getPrincipal, setPrincipal, toString, unbindMethods 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:
addBindingsin classAbstractAuthProvider
-