Class AbstractAuthProvider
- java.lang.Object
-
- org.pentaho.ui.xul.XulEventSourceAdapter
-
- org.pentaho.di.ui.core.auth.model.AbstractAuthProvider
-
- All Implemented Interfaces:
Cloneable
,AuthProvider
,org.pentaho.ui.xul.XulEventSource
- Direct Known Subclasses:
BasicAuthProvider
,NoAuthAuthProvider
public abstract class AbstractAuthProvider extends org.pentaho.ui.xul.XulEventSourceAdapter implements AuthProvider
-
-
Constructor Summary
Constructors Constructor Description AbstractAuthProvider(org.pentaho.ui.xul.binding.BindingFactory bf)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
addBindings(List<org.pentaho.ui.xul.binding.Binding> bindings, org.pentaho.ui.xul.binding.BindingFactory bf)
void
bind()
AuthProvider
clone()
void
fireBindingsChanged()
String
getOverlay()
String
getPrincipal()
void
setPrincipal(String principal)
String
toString()
void
unbind()
-
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.pentaho.di.ui.core.auth.model.AuthProvider
getProviderDescription
-
-
-
-
Method Detail
-
getPrincipal
public String getPrincipal()
- Specified by:
getPrincipal
in interfaceAuthProvider
-
setPrincipal
public void setPrincipal(String principal)
- Specified by:
setPrincipal
in interfaceAuthProvider
-
getOverlay
public String getOverlay()
- Specified by:
getOverlay
in interfaceAuthProvider
-
bind
public void bind() throws org.pentaho.ui.xul.binding.BindingException, org.pentaho.ui.xul.XulException, InvocationTargetException
- Specified by:
bind
in interfaceAuthProvider
- Throws:
org.pentaho.ui.xul.binding.BindingException
org.pentaho.ui.xul.XulException
InvocationTargetException
-
addBindings
protected abstract void addBindings(List<org.pentaho.ui.xul.binding.Binding> bindings, org.pentaho.ui.xul.binding.BindingFactory bf)
-
unbind
public void unbind()
- Specified by:
unbind
in interfaceAuthProvider
-
fireBindingsChanged
public void fireBindingsChanged() throws org.pentaho.ui.xul.XulException, InvocationTargetException
- Specified by:
fireBindingsChanged
in interfaceAuthProvider
- Throws:
org.pentaho.ui.xul.XulException
InvocationTargetException
-
clone
public AuthProvider clone() throws CloneNotSupportedException
- Specified by:
clone
in interfaceAuthProvider
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
-