public interface LocalKadmin extends Kadmin
| Modifier and Type | Method and Description |
|---|---|
void |
checkBuiltinPrincipals()
Check the built-in principals, will throw KrbException if not exist.
|
void |
createBuiltinPrincipals()
Create build-in principals.
|
void |
deleteBuiltinPrincipals()
Delete build-in principals.
|
org.apache.kerby.kerberos.kerb.identity.backend.BackendConfig |
getBackendConfig()
Get backend config.
|
org.apache.kerby.kerberos.kerb.identity.backend.IdentityBackend |
getIdentityBackend()
Get identity backend.
|
KdcConfig |
getKdcConfig()
Get kdc config.
|
org.apache.kerby.kerberos.kerb.request.KrbIdentity |
getPrincipal(String principalName)
Get the identity from backend.
|
int |
size() |
addPrincipal, addPrincipal, addPrincipal, addPrincipal, changePassword, deletePrincipal, exportKeytab, exportKeytab, exportKeytab, getKadminPrincipal, getPrincipals, getPrincipals, modifyPrincipal, release, removeKeytabEntriesOf, removeKeytabEntriesOf, removeOldKeytabEntriesOf, renamePrincipal, updateKeysvoid checkBuiltinPrincipals()
throws KrbException
KrbException - evoid createBuiltinPrincipals()
throws KrbException
KrbException - evoid deleteBuiltinPrincipals()
throws KrbException
KrbException - eKdcConfig getKdcConfig()
org.apache.kerby.kerberos.kerb.identity.backend.BackendConfig getBackendConfig()
org.apache.kerby.kerberos.kerb.identity.backend.IdentityBackend getIdentityBackend()
org.apache.kerby.kerberos.kerb.request.KrbIdentity getPrincipal(String principalName) throws KrbException
principalName - The principal nameKrbException - eint size()
throws KrbException
KrbExceptionCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.