Registry / auth / kerb-util

kerb-util

JSON →
library2.1.1javamavenunverified

Utilities for the Apache Kerby Kerberos implementation, providing helper classes for Kerberos operations.

<dependency> <groupId>org.apache.kerby</groupId> <artifactId>kerb-util</artifactId> <version>2.1.1</version> </dependency>
INSTALL
IMPORT
SIG · KERB-UTIL
K
kerb-util
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

Minimal example showing usage of KrbException from Kerby Kerb Utilities.

import org.apache.kerby.kerberos.kerb.KrbException; public class Example { public static void main(String[] args) { try { throw new KrbException("Example Kerberos error"); } catch (KrbException e) { System.out.println("Caught: " + 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
12 hits · last 30 days
node
12
Resources
kerb-util — mvn dependency:get kerb-util · libregistry