Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


oracle.search.sdk.security
Class SecurityAttributeInfo

java.lang.Object
  extended by oracle.search.sdk.security.SecurityAttributeInfo


public class SecurityAttributeInfo
extends Object

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

SecurityAttributeInfo

public SecurityAttributeInfo(String name,
                             boolean isGrant)

Method Detail

getName

public String getName()
Returns the name of the security attribute.
Returns:
the name of the security attribute

isGrant

public boolean isGrant()
Returns true if the security attribute is a Grant attribute.
Returns:
true if Grant, false if Deny

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved.