| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.security.service.KerberosServiceResource
public class KerberosServiceResource
The 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".
| Constructor Summary | |
|---|---|
| KerberosServiceResource(String serviceName)Constructor for KerberosServiceResource. | |
| Method Summary | |
|---|---|
|  long | getID()Gets a 64-bit hashcode for a resource. | 
|  String[] | getKeys()Gets keys for the resource. | 
|  Resource | getParentResource()Gets a Resourceobject that represents the parent of the current
 resource. | 
|  String | getType()Gets the type of this resource. | 
|  String[] | getValues()Gets the values corresponding to the keys of this resource's type. | 
|  String | toString()Returns a string representation of this resource. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface weblogic.security.spi.Resource | 
|---|
| equals, hashCode | 
| Constructor Detail | 
|---|
public KerberosServiceResource(String serviceName)
serviceName - Kerberos service name presented as "service@host"| Method Detail | 
|---|
public long getID()
Resource
getID in interface Resourcepublic String[] getKeys()
Resource
getKeys in interface 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 String getType()
Resource
getType in interface Resourcepublic String[] getValues()
ResourcegetKeys because the latter depends only on the type of the
 resource.
getValues in interface Resourcepublic String toString()
Resource
toString in interface ResourcetoString in class Object| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||