Skip navigation links


oracle.iam.platform.authopss.api
Interface AttributeObligation

All Superinterfaces:
Obligation, java.io.Serializable

public interface AttributeObligation
extends Obligation

Method Summary
 java.util.List getAllowedAttributes(java.util.List requiredAttributes, java.util.List optionalAttributes)
           
 java.util.List getAllowedAttributes(java.util.List requiredAttributes, java.util.List optionalAttributes, boolean isApprovalRequested)
           

 

Methods inherited from interface oracle.iam.platform.authopss.vo.Obligation
getName, getValues, join, setName, setValues

 

Method Detail

getAllowedAttributes

java.util.List getAllowedAttributes(java.util.List requiredAttributes,
                                    java.util.List optionalAttributes)
                                    throws AccessDeniedException
Throws:
AccessDeniedException

getAllowedAttributes

java.util.List getAllowedAttributes(java.util.List requiredAttributes,
                                    java.util.List optionalAttributes,
                                    boolean isApprovalRequested)
                                    throws AccessDeniedException
Throws:
AccessDeniedException

Skip navigation links


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