public class KeytabEntry extends Object
| Constructor and Description |
|---|
KeytabEntry() |
KeytabEntry(PrincipalName principal,
KerberosTime timestamp,
int kvno,
EncryptionKey key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EncryptionKey |
getKey() |
int |
getKvno() |
PrincipalName |
getPrincipal() |
KerberosTime |
getTimestamp() |
int |
hashCode() |
public KeytabEntry(PrincipalName principal, KerberosTime timestamp, int kvno, EncryptionKey key)
public KeytabEntry()
public EncryptionKey getKey()
public int getKvno()
public PrincipalName getPrincipal()
public KerberosTime getTimestamp()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.