Registry / auth / kerb-core

kerb-core

JSON →
library2.1.1javamavenunverified

Core facilities for the Apache Kerby Kerberos implementation.

<dependency> <groupId>org.apache.kerby</groupId> <artifactId>kerb-core</artifactId> <version>2.1.1</version> </dependency>
INSTALL
IMPORT
SIG · KERB-CORE
K
kerb-core
authjavav2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KrbException
✓ org.apache.kerby.kerberos.kerb.KrbException

Demonstrates basic usage of KrbException from Kerby core.

import org.apache.kerby.kerberos.kerb.KrbException; public class Example { public static void main(String[] args) { try { throw new KrbException("Kerberos error"); } catch (KrbException e) { System.out.println(e.getMessage()); } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
Resources
kerb-core — mvn dependency:get kerb-core · libregistry