|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
weblogic.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".
| 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 |
| Method Detail |
|---|
public long getID()
ResourcegetID in interface Resourcepublic String[] getKeys()
ResourcegetKeys 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()
ResourcegetType in interface Resourcepublic String[] getValues()
ResourcegetKeys because the latter depends only on the type of the resource.getValues in interface Resourcepublic String toString()
ResourcetoString in interface ResourcetoString in class Object
|
Copyright 1996, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||