| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb.keytab |
| Modifier and Type | Method and Description |
|---|---|
List<KeytabEntry> |
KrbKeytab.getKeytabEntries(PrincipalName principal) |
List<KeytabEntry> |
Keytab.getKeytabEntries(PrincipalName principal) |
| Modifier and Type | Method and Description |
|---|---|
void |
KrbKeytab.addEntry(KeytabEntry entry) |
void |
Keytab.addEntry(KeytabEntry entry) |
void |
KrbKeytab.removeKeytabEntry(KeytabEntry entry) |
void |
Keytab.removeKeytabEntry(KeytabEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
KrbKeytab.addKeytabEntries(List<KeytabEntry> entries) |
void |
Keytab.addKeytabEntries(List<KeytabEntry> entries) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.