sun.security.krb5.internal |
|
Java Source File Name | Type | Comment |
APOptions.java | Class | Implements the ASN.1 APOptions type. |
APRep.java | Class | Implements the ASN.1 AP-REP type. |
APReq.java | Class | Implements the ASN.1 AP-REQ type. |
ASRep.java | Class | |
ASReq.java | Class | |
AuthContext.java | Class | |
Authenticator.java | Class | Implements the ASN.1 Authenticator type. |
AuthorizationData.java | Class | |
AuthorizationDataEntry.java | Class | |
CredentialsUtil.java | Class | This class is a utility that contains much of the TGS-Exchange
protocol. |
EncAPRepPart.java | Class | Implements the ASN.1 EncAPRepPart type. |
EncASRepPart.java | Class | |
EncKDCRepPart.java | Class | Implements the ASN.1 EncKDCRepPart type. |
EncKrbCredPart.java | Class | Implements the ASN.1 EncKrbCredPart type. |
EncKrbPrivPart.java | Class | Implements the ASN.1 EncKrbPrivPart type. |
EncTGSRepPart.java | Class | |
EncTicketPart.java | Class | Implements the ASN.1 EncTicketPart type. |
ETypeInfo.java | Class | Implements the ASN.1 ETYPE-INFO-ENTRY type. |
ETypeInfo2.java | Class | Implements the ASN.1 ETYPE-INFO-ENTRY type. |
HostAddress.java | Class | Implements the ASN.1 HostAddress type. |
HostAddresses.java | Class | Implements the ASN.1 HostAddresses type. |
KdcErrException.java | Class | |
KDCOptions.java | Class | Implements the ASN.1 KDCOptions type.
KDCOptions ::= KerberosFlags
-- reserved(0),
-- forwardable(1),
-- forwarded(2),
-- proxiable(3),
-- proxy(4),
-- allow-postdate(5),
-- postdated(6),
-- unused7(7),
-- renewable(8),
-- unused9(9),
-- unused10(10),
-- opt-hardware-auth(11),
-- unused12(12),
-- unused13(13),
-- 15 is reserved for canonicalize
-- unused15(15),
-- 26 was unused in 1510
-- disable-transited-check(26),
-- renewable-ok(27),
-- enc-tkt-in-skey(28),
-- renew(30),
-- validate(31)
KerberosFlags ::= BIT STRING (SIZE (32..MAX))
-- minimum number of bits shall be sent,
-- but no fewer than 32
This definition reflects the Network Working Group RFC 4120
specification available at
http://www.ietf.org/rfc/rfc4120.txt.
This class appears as data field in the initial request(KRB_AS_REQ)
or subsequent request(KRB_TGS_REQ) to the KDC and indicates the flags
that the client wants to set on the tickets.
The optional bits are:
- KDCOptions.RESERVED
- KDCOptions.FORWARDABLE
- KDCOptions.FORWARDED
- KDCOptions.PROXIABLE
- KDCOptions.PROXY
- KDCOptions.ALLOW_POSTDATE
- KDCOptions.POSTDATED
- KDCOptions.RENEWABLE
- KDCOptions.RENEWABLE_OK
- KDCOptions.ENC_TKT_IN_SKEY
- KDCOptions.RENEW
- KDCOptions.VALIDATE
Various checks must be made before honoring an option. |
KDCRep.java | Class | Implements the ASN.1 KDC-REP type. |
KDCReq.java | Class | Implements the ASN.1 KRB_KDC_REQ type. |
KDCReqBody.java | Class | Implements the ASN.1 KDC-REQ-BODY type. |
KerberosTime.java | Class | Implements the ASN.1 KerberosTime type.
KerberosTime ::= GeneralizedTime -- with no fractional seconds
The timestamps used in Kerberos are encoded as GeneralizedTimes. |
Krb5.java | Class | |
KrbApErrException.java | Class | |
KRBCred.java | Class | Implements the ASN.1 Authenticator type. |
KrbCredInfo.java | Class | Implements the ASN.1 KrbCredInfo type. |
KrbErrException.java | Class | |
KRBError.java | Class | Implements the ASN.1 KRBError type. |
KRBPriv.java | Class | Implements the ASN.1 KRB-PRIV type. |
KRBSafe.java | Class | Implements the ASN.1 KRBSafe type. |
KRBSafeBody.java | Class | Implements the ASN.1 KRBSafeBody type. |
LastReq.java | Class | Implements the ASN.1 LastReq type. |
LastReqEntry.java | Class | |
LocalSeqNumber.java | Class | |
LoginOptions.java | Class | Implements the ASN.1 KDCOptions type. |
MethodData.java | Class | Implements the ASN.1 EncKrbPrivPart type. |
PAData.java | Class | Implements the ASN.1 PA-DATA type. |
PAEncTSEnc.java | Class | Implements the ASN.1 PAEncTSEnc type. |
SeqNumber.java | Interface | |
TCPClient.java | Class | |
TGSRep.java | Class | |
TGSReq.java | Class | |
Ticket.java | Class | Implements the ASN.1 Ticket type. |
TicketFlags.java | Class | Implements the ASN.1TicketFlags type. |
TransitedEncoding.java | Class | Implements the ASN.1 TransitedEncoding type. |
UDPClient.java | Class | |