public class AbstractInternalKdcServer extends Object implements InternalKdcServer
| Constructor and Description |
|---|
AbstractInternalKdcServer(KdcSetting kdcSetting) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
boolean |
enableDebug() |
IdentityBackend |
getIdentityBackend()
Get identity backend.
|
protected IdentityService |
getIdentityService() |
protected String |
getServiceName() |
KdcSetting |
getSetting()
Get KDC setting.
|
void |
init()
Initialize.
|
boolean |
isStarted() |
void |
start()
Start the KDC server.
|
void |
stop()
Stop the KDC server.
|
public AbstractInternalKdcServer(KdcSetting kdcSetting)
public KdcSetting getSetting()
InternalKdcServergetSetting in interface InternalKdcServerpublic boolean isStarted()
protected String getServiceName()
protected IdentityService getIdentityService()
public void init()
throws KrbException
InternalKdcServerinit in interface InternalKdcServerKrbException - epublic void start()
throws KrbException
InternalKdcServerstart in interface InternalKdcServerKrbException - epublic boolean enableDebug()
public IdentityBackend getIdentityBackend()
InternalKdcServergetIdentityBackend in interface InternalKdcServerpublic void stop()
throws KrbException
InternalKdcServerstop in interface InternalKdcServerKrbException - eCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.