|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
de.willuhn.jameica.hbci.passports.rdh.server.RDHKeyImpl
public class RDHKeyImpl
Implementierung eines in Hibiscus existierenden RDH-Schluessels.
| Field Summary |
|---|
| Fields inherited from class java.rmi.server.RemoteObject |
|---|
ref |
| Constructor Summary | |
|---|---|
RDHKeyImpl(java.io.File file)
ct. |
|
| Method Summary | |
|---|---|
boolean |
equals(de.willuhn.datasource.GenericObject other)
|
java.lang.String |
getAlias()
Liefert einen optionalen Alias-Namen fuer den Schluessel. |
java.lang.Object |
getAttribute(java.lang.String attribute)
|
java.lang.String[] |
getAttributeNames()
|
java.lang.String |
getFilename()
Liefert Pfad- und Dateiname des Schluessels. |
java.lang.String |
getHBCIVersion()
Liefert die HBCI-Version des Schluessels. |
java.lang.String |
getID()
|
de.willuhn.jameica.hbci.rmi.Konto[] |
getKonten()
Liefert eine optionale Liste von hart verdrahteten Konten. |
java.lang.String |
getPrimaryAttribute()
|
boolean |
isEnabled()
Prueft, ob der Schluessel zum aktiven Datenbestand gehoert und somit benutzt werden kann. |
org.kapott.hbci.passport.HBCIPassport |
load()
Liefert den Passport des Schluessels. |
void |
setAlias(java.lang.String alias)
Speichert einen zusaetzlichen Alias-Namen fuer den Schluessel. |
void |
setEnabled(boolean enabled)
Aktiviert oder deaktiviert den Schluessel fuer die Verwendung. |
void |
setFilename(java.lang.String filename)
Speichert den Pfad- und Dateinamen des Schluessels. |
void |
setFormat(KeyFormat format)
Speichert das Format des Schluessels. |
void |
setHBCIVersion(java.lang.String version)
Speichert die zu verwendende HBCI-Version. |
void |
setKonten(de.willuhn.jameica.hbci.rmi.Konto[] k)
Speichert eine optionale Liste von festzugeordneten Konten. |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
|---|
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
|---|
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
|---|
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RDHKeyImpl(java.io.File file)
throws java.rmi.RemoteException
file - Die Schluesseldatei.
java.rmi.RemoteException| Method Detail |
|---|
public java.lang.Object getAttribute(java.lang.String attribute)
throws java.rmi.RemoteException
getAttribute in interface de.willuhn.datasource.GenericObjectjava.rmi.RemoteExceptionGenericObject.getAttribute(java.lang.String)
public java.lang.String[] getAttributeNames()
throws java.rmi.RemoteException
getAttributeNames in interface de.willuhn.datasource.GenericObjectjava.rmi.RemoteExceptionGenericObject.getAttributeNames()
public java.lang.String getID()
throws java.rmi.RemoteException
getID in interface de.willuhn.datasource.GenericObjectjava.rmi.RemoteExceptionGenericObject.getID()
public java.lang.String getPrimaryAttribute()
throws java.rmi.RemoteException
getPrimaryAttribute in interface de.willuhn.datasource.GenericObjectjava.rmi.RemoteExceptionGenericObject.getPrimaryAttribute()
public boolean equals(de.willuhn.datasource.GenericObject other)
throws java.rmi.RemoteException
equals in interface de.willuhn.datasource.GenericObjectjava.rmi.RemoteExceptionGenericObject.equals(de.willuhn.datasource.GenericObject)
public java.lang.String getFilename()
throws java.rmi.RemoteException
RDHKey
getFilename in interface RDHKeyjava.rmi.RemoteExceptionRDHKey.getFilename()
public java.lang.String getHBCIVersion()
throws java.rmi.RemoteException
RDHKey
getHBCIVersion in interface RDHKeyjava.rmi.RemoteExceptionRDHKey.getHBCIVersion()
public void setHBCIVersion(java.lang.String version)
throws java.rmi.RemoteException
RDHKey
setHBCIVersion in interface RDHKeyversion - HBCI-Version.
java.rmi.RemoteExceptionRDHKey.setHBCIVersion(java.lang.String)
public boolean isEnabled()
throws java.rmi.RemoteException
RDHKey
isEnabled in interface RDHKeyjava.rmi.RemoteExceptionRDHKey.isEnabled()
public void setEnabled(boolean enabled)
throws java.rmi.RemoteException
RDHKey
setEnabled in interface RDHKeyenabled - true, wenn der Schluessel aktiv ist
java.rmi.RemoteExceptionRDHKey.setEnabled(boolean)
public void setFilename(java.lang.String filename)
throws java.rmi.RemoteException
RDHKey
setFilename in interface RDHKeyfilename - Pfad- und Dateiname des Schluessels.
java.rmi.RemoteExceptionRDHKey.setFilename(java.lang.String)
public java.lang.String getAlias()
throws java.rmi.RemoteException
RDHKey
getAlias in interface RDHKeyjava.rmi.RemoteExceptionRDHKey.getAlias()
public void setAlias(java.lang.String alias)
throws java.rmi.RemoteException
RDHKey
setAlias in interface RDHKeyalias - Alias-Name.
java.rmi.RemoteExceptionRDHKey.setAlias(java.lang.String)
public de.willuhn.jameica.hbci.rmi.Konto[] getKonten()
throws java.rmi.RemoteException
RDHKey
getKonten in interface RDHKeynull
BUGZILLA 173
BUGZILLA 314
java.rmi.RemoteExceptionRDHKey.getKonten()
public void setKonten(de.willuhn.jameica.hbci.rmi.Konto[] k)
throws java.rmi.RemoteException
RDHKey
setKonten in interface RDHKeyk - Liste der Konten.
java.rmi.RemoteExceptionRDHKey.setKonten(de.willuhn.jameica.hbci.rmi.Konto[])
public org.kapott.hbci.passport.HBCIPassport load()
throws java.rmi.RemoteException,
de.willuhn.util.ApplicationException,
de.willuhn.jameica.system.OperationCanceledException
RDHKey
load in interface RDHKeyjava.rmi.RemoteException
de.willuhn.util.ApplicationException
de.willuhn.jameica.system.OperationCanceledExceptionRDHKey.load()
public void setFormat(KeyFormat format)
throws java.rmi.RemoteException
format - Format des Schluessels.
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||