| Constructor and Description |
|---|
KdcHandler(KdcContext kdcContext)
Constructor with kdc context.
|
| Constructor and Description |
|---|
DefaultKdcHandler(KdcContext kdcContext,
KrbTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
void |
PreauthHandler.initWith(KdcContext context)
Should be called per realm
|
void |
AbstractPreauthPlugin.initWith(KdcContext kdcContext) |
void |
KdcPreauth.initWith(KdcContext context)
Initializing plugin context for each realm
|
| Modifier and Type | Method and Description |
|---|---|
void |
PkinitPreauth.initWith(KdcContext kdcContext) |
| Modifier and Type | Method and Description |
|---|---|
KdcContext |
KdcRequest.getKdcContext()
Get kdc context.
|
protected KdcContext |
TicketIssuer.getKdcContext() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.kerby.kerberos.kerb.type.base.KrbError |
KdcRequest.makePreAuthenticationError(KdcContext kdcContext,
org.apache.kerby.kerberos.kerb.type.kdc.KdcReq request,
KrbErrorCode errorCode,
boolean pkinit)
Make preauthentication error.
|
| Constructor and Description |
|---|
AsRequest(org.apache.kerby.kerberos.kerb.type.kdc.AsReq asReq,
KdcContext kdcContext) |
KdcRequest(org.apache.kerby.kerberos.kerb.type.kdc.KdcReq kdcReq,
KdcContext kdcContext)
kdc request constructor
|
TgsRequest(org.apache.kerby.kerberos.kerb.type.kdc.TgsReq tgsReq,
KdcContext kdcContext) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.