public class KeytabEntry extends Object
| Constructor and Description |
|---|
KeytabEntry(String principalName,
int principalType,
KerberosTime timeStamp,
byte keyVersion,
EncryptionKey key)
Creates a new instance of Entry.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionKey |
getKey() |
byte |
getKeyVersion() |
String |
getPrincipalName() |
int |
getPrincipalType() |
KerberosTime |
getTimeStamp() |
public KeytabEntry(String principalName, int principalType, KerberosTime timeStamp, byte keyVersion, EncryptionKey key)
principalName - principalType - timeStamp - keyVersion - key - public EncryptionKey getKey()
public byte getKeyVersion()
public String getPrincipalName()
public int getPrincipalType()
public KerberosTime getTimeStamp()
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.