public final class KdcUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static IdentityBackend |
getBackend(BackendConfig backendConfig)
Init the identity backend from backend configuration.
|
static BackendConfig |
getBackendConfig(File confDir)
Get backend configuration
|
static KdcConfig |
getKdcConfig(File confDir)
Get kdc configuration
|
static TransportPair |
getTransportPair(KdcSetting setting)
Get KDC network transport addresses according to KDC setting.
|
public static KdcConfig getKdcConfig(File confDir) throws KrbException
confDir - configuration directoryKrbException - e.public static BackendConfig getBackendConfig(File confDir) throws KrbException
confDir - configuration directoryKrbException - e.public static IdentityBackend getBackend(BackendConfig backendConfig) throws KrbException
backendConfig - backend configuration informationKrbException - e.public static TransportPair getTransportPair(KdcSetting setting) throws KrbException
setting - kdc settingKrbException - eCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.