Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

oracle.adf.share.security.identitymanagement
Class AttributeFilter

java.lang.Object
  extended by oracle.adf.share.security.identitymanagement.AttributeFilter

public class AttributeFilter
extends java.lang.Object

Internal: Applications should not use this class. This Class provides the ability to set an attribute filter for use in doing a user or group list query. The setAttribute method lets you specify the name of an attribute on which to apply a filter. The setValue method is used to set the value pattern to filter with.

For example, to search for users with names starting with 'P', the filter could be setup as:

AttributeFilter f = new AttributeFilter(UserProfileCapable.USER_NAME, "P*");


Constructor Summary
AttributeFilter()
          Internal: Applications should not use this method.
AttributeFilter(java.lang.String attribute)
          Internal: Applications should not use this method.
AttributeFilter(java.lang.String attribute, java.lang.String valuePattern)
          Internal: Applications should not use this method.
 
Method Summary
 java.lang.String getAttribute()
          Internal: Applications should not use this method.
 java.lang.String getValue()
          Internal: Applications should not use this method.
 void setAttribute(java.lang.String attribute)
          Internal: Applications should not use this method.
 void setValue(java.lang.String valuePattern)
          Internal: Applications should not use this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeFilter

public AttributeFilter()
Internal: Applications should not use this method.


AttributeFilter

public AttributeFilter(java.lang.String attribute)
Internal: Applications should not use this method.


AttributeFilter

public AttributeFilter(java.lang.String attribute,
                       java.lang.String valuePattern)
Internal: Applications should not use this method.

Method Detail

getAttribute

public java.lang.String getAttribute()
Internal: Applications should not use this method.


setAttribute

public void setAttribute(java.lang.String attribute)
Internal: Applications should not use this method.


getValue

public java.lang.String getValue()
Internal: Applications should not use this method.


setValue

public void setValue(java.lang.String valuePattern)
Internal: Applications should not use this method.


Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

Copyright © 1997, 2011, Oracle. All rights reserved.