Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.attachments.webservices
Class Authorization

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.webservices.Authorization

@SecurityPolicy(uri="oracle/wss11_saml_token_with_message_protection_service_policy")
public class Authorization
extends java.lang.Object


Constructor Summary
Authorization()
           
 
Method Summary
 boolean docAccessAllowed(java.lang.String documentId, java.lang.String permission)
          docAccessAllowed - will attempt to identify whether the current user has the required permissions to access a document in UCM.
 boolean ping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authorization

public Authorization()
Method Detail

docAccessAllowed

public boolean docAccessAllowed(java.lang.String documentId,
                                java.lang.String permission)
docAccessAllowed - will attempt to identify whether the current user has the required permissions to access a document in UCM. Query is based on whether the user has been granted equivalent or greater access to one of the Entity instances the doc has been attached too.

Parameters:
documentId - - UCM Document ID
permission - - pemission requested (read, update or delete)
Returns:

ping

public boolean ping()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.