Skip navigation links


oracle.iam.platform.authz.vo
Class Obligation

java.lang.Object
  extended by oracle.iam.platform.authz.vo.Obligation

All Implemented Interfaces:
java.io.Serializable

public class Obligation
extends java.lang.Object
implements java.io.Serializable

Represents an obligation entry that can be passed to the OIM Authorization layer. The obligation is returned in the AuthorizationResult which must be processed by the caller to arrive at the final access check result.

See Also:
Serialized Form

Constructor Summary
Obligation(java.lang.String name, java.util.List values)
          Cosntructs an Obligation with the specified name and values

 

Method Summary
 java.lang.String getName()
          Gets the Obligation name
 java.util.List getValues()
          Gets the List of obligation values
 void setName(java.lang.String name)
          Sets the Obligation name
 void setValues(java.util.List values)
          Sets the List of obligation values
 java.lang.String toString()
           

 

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

 

Constructor Detail

Obligation

public Obligation(java.lang.String name,
                  java.util.List values)
Cosntructs an Obligation with the specified name and values
Parameters:
name - the obligation name
values - the obligation values

Method Detail

getName

public java.lang.String getName()
Gets the Obligation name
Returns:
the name

getValues

public java.util.List getValues()
Gets the List of obligation values
Returns:
the values

setName

public void setName(java.lang.String name)
Sets the Obligation name
Parameters:
name - the name

setValues

public void setValues(java.util.List values)
Sets the List of obligation values
Parameters:
values - the values

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links


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