Package oracle.iam.platform.authopss.vo
Interface Obligation
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
AllowUnlockUserIfFailedLoginObligation
,ApprovalObligation
,AttributeObligation
,OrganizationScopeObligation
,PolicyTypeAuthTypeObligation
,ScopeObligation
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.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the Obligation nameGets theList
of obligation valuesvoid
join
(Obligation obligation) Same type of obligation need to be able to join together.void
Sets the Obligation namevoid
Sets theList
of obligation values
-
Method Details
-
getName
String getName()Gets the Obligation name- Returns:
- the name
-
getValues
Gets theList
of obligation values- Returns:
- the values
-
setName
Sets the Obligation name- Parameters:
name
- the name
-
setValues
Sets theList
of obligation values- Parameters:
values
- the values
-
join
Same type of obligation need to be able to join together.
-