package at.gv.egiz.eaaf.modules.auth.sl20; /** * Set of event codes uses in Auth-Handler implementation * * @author tlenz * */ public class EventCodes { public static final int AUTHPROCESS_SL20_SELECTED = 4111; public static final int AUTHPROCESS_SL20_ENDPOINT_URL = 4112; public static final int AUTHPROCESS_SL20_DATAURL_IP = 4113; public static final int AUTHPROCESS_SL20_CONSENT_VALID = 4113; }