Allgemein
Regeln des Typs "AuthenticationRule" müssen das Interface "AuthenticationRule" implementieren.
Innerhalb des Baums mit der Regelbibliothek werden sie dem Knoten "AuthenticationRule" zugeschrieben.
Struktur
Quellcode einer Klasse des Typs "Aktualisieren":
package org.nuclet.handel; import org.nuclos.api.rule.AuthenticationRule; import org.nuclos.api.context.AuthenticationContext; import org.nuclos.api.context.RefreshAuthenticationContext; import org.nuclos.api.annotation.Rule; import org.nuclos.api.exception.BusinessException; import org.nuclos.api.authentication.*; /** @name * @description * @usage * @change */ @Rule(name="wer", description="werwr") public class wer implements AuthenticationRule { public AuthenticationResult authenticate(AuthenticationContext context) throws BusinessException { } public boolean refreshAuthentication(RefreshAuthenticationContext context) throws BusinessException { } }
TODO Beschreibung
Überblick
Inhalte