Package oracle.iam.grc.sod.vo
Class Attribute
java.lang.Object
oracle.iam.grc.sod.vo.Attribute
- All Implemented Interfaces:
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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
getName
- Returns:
- Returns the name.
-
setName
- 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
- Returns:
- Returns the source.
-
setSource
- 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
- Returns:
- Returns the value.
-
setValue
- Parameters:
value
- The value to set.
-