|
Oracle | ||||||||||
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 Resource object 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 Resource
public String[] getKeys()
Resource
getKeys
in interface Resource
public Resource getParentResource()
Resource
Resource
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 Resource
Resource
object of the parent resource.public String getType()
Resource
getType
in interface Resource
public String[] getValues()
Resource
getKeys
because the latter depends only on the type of the
resource.
getValues
in interface Resource
public String toString()
Resource
toString
in interface Resource
toString
in class Object
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |