Name

Package javax.security.auth.kerberos

Synopsis

This package defines classes for use with Kerberos: a secure network authentication protocol. They are primarily of interest to system-level programmers writing Kerberos-based javax.security.auth.spi.LoginModule implementations. Developers writing Kerberos-enabled applications should use the org.ietf.jgss package. A full description of Kerberos is beyond the scope of this book; so it is assumed that the reader is familar with Kerberos authentication.

Classes

public final class DelegationPermission extends java.security.BasicPermission 
        implements Serializable;
public class KerberosKey implements javax.security.auth.Destroyable, 
        javax.crypto.SecretKey;
public final class KerberosPrincipal implements java.security.Principal, 
        Serializable;
public class KerberosTicket implements javax.security.auth.Destroyable, 
        javax.security.auth.Refreshable, Serializable;
public final class ServicePermission extends java.security.Permission 
        implements Serializable;

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.