Package | Description |
---|---|
org.apache.directory.server.changepw.service |
Provides the Change Password Service.
|
org.apache.directory.server.kerberos.kdc.ticketgrant |
Provides the KDC's Ticket-Granting Service (TGS).
|
org.apache.directory.server.kerberos.shared | |
org.apache.directory.server.kerberos.shared.io.decoder |
Provides the decoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.messages.components |
Provides major components of Kerberos messages.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
ChangePasswordContext.getAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
ChangePasswordContext.setAuthenticator(Authenticator authenticator) |
Modifier and Type | Method and Description |
---|---|
Authenticator |
TicketGrantingContext.getAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
TicketGrantingContext.setAuthenticator(Authenticator authenticator) |
Modifier and Type | Method and Description |
---|---|
static Authenticator |
KerberosUtils.verifyAuthHeader(ApplicationRequest authHeader,
Ticket ticket,
EncryptionKey serverKey,
long clockSkew,
ReplayCache replayCache,
boolean emptyAddressesAllowed,
InetAddress clientAddress,
CipherTextHandler lockBox,
KeyUsage authenticatorKeyUsage,
boolean isValidate)
Verifies an AuthHeader using guidelines from RFC 1510 section A.10., "KRB_AP_REQ verification."
|
Modifier and Type | Method and Description |
---|---|
protected static Authenticator |
AuthenticatorDecoder.decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
-- Unencrypted authenticator
Authenticator ::= [APPLICATION 2] SEQUENCE
{
authenticator-vno[0] INTEGER,
crealm[1] Realm,
cname[2] PrincipalName,
cksum[3] Checksum OPTIONAL,
cusec[4] INTEGER,
ctime[5] KerberosTime,
subkey[6] EncryptionKey OPTIONAL,
seq-number[7] INTEGER OPTIONAL,
authorization-data[8] AuthorizationData OPTIONAL
}
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
AuthenticatorModifier.getAuthenticator()
Returns the
Authenticator . |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.