Team LiB
Previous Section Next Section

Package javax.security.auth.kerberos

Java 1.4

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;

    Team LiB
    Previous Section Next Section