com.dstc.security.kerberos.creds
Interface KeyTabEntry
- public interface KeyTabEntry
- extends EncryptionKey
An interface to an entry in a Kerberos keytab.
A keytab entry contains a reference to a kerberos key and the
name of the Principal it belongs to.
- See Also:
KeyTab
,
PrincipalName
Method Summary |
String |
getPrincipalName()
Returns the "fully-qualified Kerberos name" for the principal
in this entry, ie. |
getPrincipalName
public String getPrincipalName()
- Returns the "fully-qualified Kerberos name" for the principal
in this entry, ie. the String representation of the PrincipalName
concatenated with the realm with a "@" separating them.