Package javax.security.auth.kerberos


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; 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net