| Constructor and Description |
|---|
KerberosKeyCallback(KerberosPrincipal owner)
Constructs this KerberosSubjectCallback with a KerberosPrincipal.
|
| Modifier and Type | Method and Description |
|---|---|
KerberosKey |
getKey()
Get the requested Kerberos key.
|
KerberosPrincipal |
getOwner()
Get the owner.
|
void |
setKey(KerberosKey key)
Set the requested Kerberos key.
|
public KerberosKeyCallback(KerberosPrincipal owner)
The owner input parameter specifies the owner of the KerberosKey to be returned.
owner - the owner of the KerberosKey to be returnedpublic KerberosPrincipal getOwner()
public void setKey(KerberosKey key)
key - the Kerberos keypublic KerberosKey getKey()
Copyright © 2019. All rights reserved.