public class AbstractInternalAdminServer extends Object implements InternalAdminServer
| Constructor and Description |
|---|
AbstractInternalAdminServer(AdminServerSetting adminServerSetting) |
| 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() |
AdminServerSetting |
getSetting()
Get admin admin setting.
|
void |
init()
Initialize.
|
boolean |
isStarted() |
void |
start()
Start the KDC admin.
|
void |
stop()
Stop the KDC admin.
|
public AbstractInternalAdminServer(AdminServerSetting adminServerSetting)
public AdminServerSetting getSetting()
InternalAdminServergetSetting in interface InternalAdminServerpublic boolean isStarted()
protected String getServiceName()
protected IdentityService getIdentityService()
public void init()
throws KrbException
InternalAdminServerinit in interface InternalAdminServerKrbException - epublic void start()
throws KrbException
InternalAdminServerstart in interface InternalAdminServerKrbException - epublic boolean enableDebug()
public IdentityBackend getIdentityBackend()
InternalAdminServergetIdentityBackend in interface InternalAdminServerpublic void stop()
throws KrbException
InternalAdminServerstop in interface InternalAdminServerKrbException - eCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.