Constructs this KerberosSubjectCallback with a KerberosPrincipal. The owner input parameter specifies the owner of the KerberosKey to be returned.paramowner the owner of the KerberosKey to be returned this.owner = owner;
The owner input parameter specifies the owner of the KerberosKey to be returned.
this.owner = owner;
Get the requested Kerberos key.returnthe Kerberos key return key;
return key;
Get the owner.returnthe owner return owner;
return owner;
Set the requested Kerberos key.paramkey the Kerberos key this.key = key;
this.key = key;