Skip navigation links


oracle.iam.grc.sod.vo
Class Attribute

java.lang.Object
  extended by oracle.iam.grc.sod.vo.Attribute

All Implemented Interfaces:
java.io.Serializable

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

This class is a representation of an attribute in SoD engine or IdM system for entities like user, duty or duty type. The case of handling multi-valued attributes is not being considered within the SoD analysis context. Current approach of modeling 'User' and its 'duties' as separate objects will take care of sufficiently capturing user duty assignments, which could have alternately be modeled as multivalued attributes. If the user metadata contains any multivalued attributes, which do not have any business relevance in terms of being modeled as 'duties', there presence will be completely ignored by the framework.

See Also:
Serialized Form

Constructor Summary
Attribute()
           

 

Method Summary
 java.lang.String getName()
           
 Attribute getSource()
           
 java.lang.String getValue()
           
 boolean isSensitive()
           
 boolean isUnique()
           
 void setName(java.lang.String name)
           
 void setSensitive(boolean sensitive)
           
 void setSource(Attribute source)
           
 void setUnique(boolean unique)
           
 void setValue(java.lang.String value)
           

 

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

 

Constructor Detail

Attribute

public Attribute()

Method Detail

getName

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

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

isSensitive

public boolean isSensitive()
Returns:
Returns the sensitive.

setSensitive

public void setSensitive(boolean sensitive)
Parameters:
sensitive - The sensitive to set.

getSource

public Attribute getSource()
Returns:
Returns the source.

setSource

public void setSource(Attribute source)
Parameters:
source - The source to set.

isUnique

public boolean isUnique()
Returns:
Returns the unique.

setUnique

public void setUnique(boolean unique)
Parameters:
unique - The unique to set.

getValue

public java.lang.String getValue()
Returns:
Returns the value.

setValue

public void setValue(java.lang.String value)
Parameters:
value - The value to set.

Skip navigation links


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