Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11 g Release 2 (11.1.2)

E27140-01


oracle.igf.ids
Class OperationOptions

java.lang.Object
  extended by oracle.igf.ids.OperationOptions

Direct Known Subclasses:
CreateOptions, DeleteOptions, ModifyOptions, ReadOptions

public class OperationOptions
extends java.lang.Object

This is the base class for the Entity Operation options. Create, Modify, Delete, Read and Search operation options extend this base class The only option that can be set in this base class is authuser for performing the operations as this user


Constructor Summary
OperationOptions()
           

 

Method Summary
 OperationOptions clone()
          Clones this object
 javax.security.auth.Subject getAuthUser()
          Gets the authusers's subject
 void setAuthUser(java.security.Principal principal)
          Sets the authuser's principal to perform the entity operations as this user Alternative method setAuthUser(Subject)
 void setAuthUser(javax.security.auth.Subject authUser)
          Sets the authuser's subject to perform the entity operations as this user.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

OperationOptions

public OperationOptions()

Method Detail

setAuthUser

public void setAuthUser(java.security.Principal principal)
Sets the authuser's principal to perform the entity operations as this user Alternative method setAuthUser(Subject)
Parameters:
principal -

setAuthUser

public void setAuthUser(javax.security.auth.Subject authUser)
Sets the authuser's subject to perform the entity operations as this user. Alternative method setAuthUser(Principal)
Parameters:
authUser -

getAuthUser

public javax.security.auth.Subject getAuthUser()
Gets the authusers's subject
Returns:
authuser subject

clone

public OperationOptions clone()
Clones this object
Overrides:
clone in class java.lang.Object
Returns:
cloned object

Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11 g Release 2 (11.1.2)

E27140-01


Copyright © 2012 Oracle. All Rights Reserved.