public class KerberosOperationHandlerFactory extends Object
| Constructor and Description |
|---|
KerberosOperationHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
KerberosOperationHandler |
getKerberosOperationHandler(KDCType kdcType)
Gets the relevant KerberosOperationHandler for some KDCType.
|
public KerberosOperationHandler getKerberosOperationHandler(KDCType kdcType)
KDCType.MIT_KDC
will be assumed.kdcType - the relevant KDCTypeIllegalArgumentException - if kdcType is null or the KDCType is an unexpected valueCopyright © 2022 Apache Software Foundation. All rights reserved.