java.io.Serializable, Resourcepublic class KerberosServiceResource extends java.lang.Object implements Resource
KerberosServiceResource is used by the customer to define a resource for Kerberos service.
 
 The toString method should return the Kerberos service name presented as "service@host".
| Modifier and Type | Method | Description | 
|---|---|---|
| long | getID() | Gets a 64-bit hashcode for a resource. | 
| java.lang.String[] | getKeys() | Gets keys for the resource. | 
| Resource | getParentResource() | Gets a  Resourceobject that represents the parent of the current
 resource. | 
| java.lang.String | getType() | Gets the type of this resource. | 
| java.lang.String[] | getValues() | Gets the values corresponding to the keys of this resource's
 type. | 
| java.lang.String | toString() | Returns a string representation of this resource. | 
public long getID()
Resourcepublic java.lang.String[] getKeys()
Resourcepublic Resource getParentResource()
ResourceResource object that represents the parent of the current
 resource. If the resource does not have a parent, the value of
 null must be returned.getParentResource in interface ResourceResource object of the parent resource.public java.lang.String getType()
Resourcepublic java.lang.String[] getValues()
ResourcegetKeys because the latter depends only on the type of the
 resource.