|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.sdk.security.SecurityAttributeInfo
A class that contains a security attribute name and type, either grant or deny.
Constructor Summary | |
SecurityAttributeInfo(String name, boolean isGrant) |
Method Summary | |
String |
getName() Returns the name of the security attribute. |
boolean |
isGrant() Returns true if the security attribute is a Grant attribute. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SecurityAttributeInfo(String name, boolean isGrant)
Method Detail |
public String getName()
public boolean isGrant()
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |