Java in a Nutshell, 5th Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Java in a Nutshell, 5th Edition [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


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;


    / 1191