
org.yamcs.sle.AuthLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsle Show documentation
Show all versions of jsle Show documentation
Java implementation for the SLE (Space Link Extension) protocol.
package org.yamcs.sle;
public enum AuthLevel {
NONE, BIND, ALL;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy