de.bsvrz.dav.daf.main.impl.config.request.telegramManager
Class ConfigurationRequestUserAdministration
java.lang.Object
de.bsvrz.dav.daf.main.impl.config.request.telegramManager.AbstractSenderReceiverCommunication
de.bsvrz.dav.daf.main.impl.config.request.telegramManager.ConfigurationRequestUserAdministration
- All Implemented Interfaces:
- SenderReceiverCommunication
public class ConfigurationRequestUserAdministration
- extends AbstractSenderReceiverCommunication
- implements SenderReceiverCommunication
Ermöglicht es, Anfragen an di Konfiguration zu stellen, die die Benutzer der Konfiguration betreffen. Beispiele
hierfür sind, neue Benutzer anlegen, Passwörter ändern, Einmal-Passwörter erzeugen, usw.. Für die meisten Anfragen
sind spezielle Benutzerrechte erforderlich, die durch die Konfiguration vor der Ausführung automatisch geprüft
werden.
- Author:
- Achim Wullenkord (AW), Kappich Systemberatung
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_connection
private final ClientDavInterface _connection
_requestAspect
private final Aspect _requestAspect
_requestAtg
private final AttributeGroup _requestAtg
_responseAtg
private final AttributeGroup _responseAtg
_responseAspect
private final Aspect _responseAspect
ConfigurationRequestUserAdministration
public ConfigurationRequestUserAdministration(ClientDavInterface connection,
ConfigurationAuthority configurationAuthority,
SystemObject localApplication)
throws OneSubscriptionPerSendData
- Throws:
OneSubscriptionPerSendData