com.kerb4j.common.marshall.pac.PacConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kerb4j Show documentation
Show all versions of kerb4j Show documentation
Helper classes for working with Kerberos and SPNEGO in Java
package com.kerb4j.common.marshall.pac;
public interface PacConstants {
int PAC_VERSION = 0;
int LOGON_INFO = 1;
int SERVER_CHECKSUM = 6;
int PRIVSVR_CHECKSUM = 7;
int LOGON_EXTRA_SIDS = 0x20;
int LOGON_RESOURCE_GROUPS = 0x200;
long FILETIME_BASE = -11644473600000L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy