Package oracle.iam.platform.authopss.api
Interface AttributeObligation
- All Superinterfaces:
Obligation
,Serializable
-
Method Summary
-
Method Details
-
getAllowedAttributes
List<String> getAllowedAttributes(List<String> requiredAttributes, List<String> optionalAttributes) throws AccessDeniedException - Throws:
AccessDeniedException
-
getAllowedAttributes
List<String> getAllowedAttributes(List<String> requiredAttributes, List<String> optionalAttributes, boolean isApprovalRequested) throws AccessDeniedException - Throws:
AccessDeniedException
-