Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Uses of Class
oracle.irm.engine.system.general.AuthorizationDeniedException

Packages that use AuthorizationDeniedException
oracle.irm.engine.content.sealing Content sealing, unsealing, resealing, peeking and verification. 
oracle.irm.engine.core.account Users and groups. 
oracle.irm.engine.rights.context Content classification system rights provisioning. 

 

Uses of AuthorizationDeniedException in oracle.irm.engine.content.sealing

 

Methods in oracle.irm.engine.content.sealing that throw AuthorizationDeniedException
static InputStream SealingServicesInstance.reclassify(InputStream input, Classification classification)
          Re-classify sealed content.
 InputStream SealingServices.reclassify(InputStream input, Classification classification)
          Re-classify sealed content.
static void SealingOperationsInstance.reclassify(InputStream input, OutputStream output, Classification classification)
          Re-classify sealed content.
 void SealingOperations.reclassify(InputStream input, OutputStream output, Classification classification)
          Re-classify sealed content.
static InputStream SealingServicesInstance.reseal(InputStream input, Collection<CustomData> customData)
          Reseal content with new custom data.
 InputStream SealingServices.reseal(InputStream input, Collection<CustomData> customData)
          Reseal content with new custom data.
static void SealingOperationsInstance.reseal(InputStream input, OutputStream output, Collection<CustomData> customData)
          Reseal content with new custom data.
 void SealingOperations.reseal(InputStream input, OutputStream output, Collection<CustomData> customData)
          Reseal content with new custom data.
static InputStream SealingServicesInstance.seal(InputStream stream, String mimeType, SealingOptions options)
          Seal content.
 InputStream SealingServices.seal(InputStream stream, String mimeType, SealingOptions options)
          Seal content.
static void SealingOperationsInstance.seal(Source source, OutputStream output, SealingOptions options)
          Seal content.
 void SealingOperations.seal(Source source, OutputStream output, SealingOptions options)
          Seal content.
static InputStream SealingServicesInstance.unseal(InputStream input)
          Unseal a stream into an output stream.
 InputStream SealingServices.unseal(InputStream input)
          Unseal a stream into an output stream.
static ContentDescription SealingOperationsInstance.unseal(InputStream input, OutputStream output)
          Unseal a stream into an output stream.
 ContentDescription SealingOperations.unseal(InputStream input, OutputStream output)
          Unseal a stream into an output stream.
static ContentDescription SealingServicesInstance.validatedPeek(InputStream input)
          Peek sealed content (with validation of the signature).
 ContentDescription SealingServices.validatedPeek(InputStream input)
          Peek sealed content (with validation of the signature).
static ContentDescription SealingOperationsInstance.validatedPeek(InputStream input)
          Peek sealed content (with validation of the signature).
 ContentDescription SealingOperations.validatedPeek(InputStream input)
          Peek sealed content (with validation of the signature).
static void SealingOperationsInstance.verify(InputStream input, SealingOperations.Section section)
          Verify content is sealed.
 void SealingOperations.verify(InputStream input, SealingOperations.Section section)
          Verify content is sealed.

 

Uses of AuthorizationDeniedException in oracle.irm.engine.core.account

 

Methods in oracle.irm.engine.core.account that throw AuthorizationDeniedException
static Account AccountOperationsInstance.getAuthenticatedAccount()
          Get the authenticated account.
 Account AccountOperations.getAuthenticatedAccount()
          Get the authenticated account.

 

Uses of AuthorizationDeniedException in oracle.irm.engine.rights.context

 

Methods in oracle.irm.engine.rights.context that throw AuthorizationDeniedException
static void ContextOperationsInstance.addContextManagers(ContextInstance context, Collection<Account> accounts)
          Add one or managers to a context.
 void ContextOperations.addContextManagers(ContextInstance context, Collection<Account> accounts)
          Add one or managers to a context.
static void DomainOperationsInstance.addDomainAdministrators(Domain domain, Collection<Account> accounts)
          Add one or more administrators to a domain.
 void DomainOperations.addDomainAdministrators(Domain domain, Collection<Account> accounts)
          Add one or more administrators to a domain.
static void DomainOperationsInstance.addDomainManagers(Domain domain, Collection<Account> accounts)
          Add one or more managers to a domain.
 void DomainOperations.addDomainManagers(Domain domain, Collection<Account> accounts)
          Add one or more managers to a domain.
static void ContextOperationsInstance.addInspectors(Domain domain, Collection<Account> accounts)
          Add one or inspectors to a domain.
 void ContextOperations.addInspectors(Domain domain, Collection<Account> accounts)
          Add one or inspectors to a domain.
static Collection<DocumentRight> DocumentRightOperationsInstance.assignRole(ContextInstance context, DocumentRole role, Collection<Account> accounts, Collection<ItemCode> items)
          Assign a document role.
 Collection<DocumentRight> DocumentRightOperations.assignRole(ContextInstance context, DocumentRole role, Collection<Account> accounts, Collection<ItemCode> items)
          Assign a document role.
static Collection<DocumentRight> DocumentRightOperationsInstance.checkInRightsForAccount(Account account)
          Check all rights in use by an account.
 Collection<DocumentRight> DocumentRightOperations.checkInRightsForAccount(Account account)
          Check all rights in use by an account.
static ContextTemplate ContextTemplateOperationsInstance.copyContextTemplate(Domain domain, ContextTemplate template)
          Copy a context template.
 ContextTemplate ContextTemplateOperations.copyContextTemplate(Domain domain, ContextTemplate template)
          Copy a context template.
static Collection<DocumentRole> DocumentRoleOperationsInstance.copyRoles(Collection<DocumentRole> roles, Domain domain)
          Copy a set of roles.
 Collection<DocumentRole> DocumentRoleOperations.copyRoles(Collection<DocumentRole> roles, Domain domain)
          Copy a set of roles.
static ContextInstance ContextOperationsInstance.createContextFromTemplate(UUID uuid, ContextTemplate template, Collection<Label> labels, ContextInstance.Visibility visibility, Collection<Account> managers)
          Create a context.
 ContextInstance ContextOperations.createContextFromTemplate(UUID uuid, ContextTemplate template, Collection<Label> labels, ContextInstance.Visibility visibility, Collection<Account> managers)
          Create a context.
static void ContextOperationsInstance.deleteContext(ContextInstance context)
          Delete a context.
 void ContextOperations.deleteContext(ContextInstance context)
          Delete a context.
static void ContextTemplateOperationsInstance.deleteContextTemplates(Collection<ContextTemplate> templates)
          Delete a set of context template.
 void ContextTemplateOperations.deleteContextTemplates(Collection<ContextTemplate> templates)
          Delete a set of context template.
static void DomainOperationsInstance.deleteDomain(Domain domain)
          Delete a domain.
 void DomainOperations.deleteDomain(Domain domain)
          Delete a domain.
static void DocumentRoleOperationsInstance.deleteRoles(Collection<DocumentRole> roles)
          Delete a set of roles.
 void DocumentRoleOperations.deleteRoles(Collection<DocumentRole> roles)
          Delete a set of roles.
static Collection<DocumentRight> DocumentRightOperationsInstance.filterRightsByAccounts(ContextInstance context, Collection<Account> accounts)
          List a filtered set of rights assigned within a context based on account details.
 Collection<DocumentRight> DocumentRightOperations.filterRightsByAccounts(ContextInstance context, Collection<Account> accounts)
          List a filtered set of rights assigned within a context based on account details.
static Collection<Label> ContextTemplateOperationsInstance.getContextTemplateLabels(ContextInstance context)
          Get the context template labels for a context.
 Collection<Label> ContextTemplateOperations.getContextTemplateLabels(ContextInstance context)
          Get the context template labels for a context.
static Domain DomainOperationsInstance.getDomain()
          Get a domain.
 Domain DomainOperations.getDomain()
          Get a domain.
static Collection<Account> DomainOperationsInstance.listAccountDetails(Collection<Account> accounts)
          Retrieve the name and account type from one or more account UUID values.
 Collection<Account> DomainOperations.listAccountDetails(Collection<Account> accounts)
          Retrieve the name and account type from one or more account UUID values.
static Collection<ContextTemplate> ContextTemplateOperationsInstance.listActiveTemplates(Domain domain)
          List active templates.
 Collection<ContextTemplate> ContextTemplateOperations.listActiveTemplates(Domain domain)
          List active templates.
static Collection<Account> ContextOperationsInstance.listContextManagers(ContextInstance context)
          List context managers.
 Collection<Account> ContextOperations.listContextManagers(ContextInstance context)
          List context managers.
static Collection<ContextInstance> ContextOperationsInstance.listContexts(PageRange pageRange)
          List contexts that the authenticated principal is authorized to access.
 Collection<ContextInstance> ContextOperations.listContexts(PageRange pageRange)
          List contexts that the authenticated principal is authorized to access.
static Collection<DomainAccount> DomainOperationsInstance.listDomainAccounts(Domain domain)
          Find out what accounts have a role within this domain.
 Collection<DomainAccount> DomainOperations.listDomainAccounts(Domain domain)
          Find out what accounts have a role within this domain.
static Collection<Account> DomainOperationsInstance.listDomainAdministrators(Domain domain)
          List domain administrators.
 Collection<Account> DomainOperations.listDomainAdministrators(Domain domain)
          List domain administrators.
static Collection<Account> DomainOperationsInstance.listDomainManagers(Domain domain)
          List domain managers.
 Collection<Account> DomainOperations.listDomainManagers(Domain domain)
          List domain managers.
static Collection<Domain> DomainOperationsInstance.listDomains()
          List domains that the calling principal is authorized to access.
 Collection<Domain> DomainOperations.listDomains()
          List domains that the calling principal is authorized to access.
static Collection<Account> ContextOperationsInstance.listInspectors(Domain domain)
          List inspectors.
 Collection<Account> ContextOperations.listInspectors(Domain domain)
          List inspectors.
static Collection<ContextInstance> ContextOperationsInstance.listOrphanedContexts(Domain domain)
          List orphaned contexts.
 Collection<ContextInstance> ContextOperations.listOrphanedContexts(Domain domain)
          List orphaned contexts.
static Collection<DocumentRight> DocumentRightOperationsInstance.listRightsByAccount(Account account)
          List rights for an account.
 Collection<DocumentRight> DocumentRightOperations.listRightsByAccount(Account account)
          List rights for an account.
static Collection<DocumentRight> DocumentRightOperationsInstance.listRightsByContext(ContextInstance context, PageRange pageRange)
          List rights assigned within a context.
 Collection<DocumentRight> DocumentRightOperations.listRightsByContext(ContextInstance context, PageRange pageRange)
          List rights assigned within a context.
static Collection<DocumentRole> DocumentRoleOperationsInstance.listRoles(Domain domain)
          List document roles owned by a domain.
 Collection<DocumentRole> DocumentRoleOperations.listRoles(Domain domain)
          List document roles owned by a domain.
static Collection<DocumentRole> DocumentRoleOperationsInstance.listRolesForContext(ContextInstance context)
          List document roles available to a context.
 Collection<DocumentRole> DocumentRoleOperations.listRolesForContext(ContextInstance context)
          List document roles available to a context.
static Collection<ContextTemplate> ContextTemplateOperationsInstance.listTemplates(Domain domain)
          List templates.
 Collection<ContextTemplate> ContextTemplateOperations.listTemplates(Domain domain)
          List templates.
static Collection<ContextInstance> ContextOperationsInstance.listTrustedContexts(ContextInstance context)
          List trusted contexts.
 Collection<ContextInstance> ContextOperations.listTrustedContexts(ContextInstance context)
          List trusted contexts.
static Collection<ContextInstance> ContextOperationsInstance.manageOrphanedContexts(Domain domain)
          Gain management rights for all orphaned contexts.
 Collection<ContextInstance> ContextOperations.manageOrphanedContexts(Domain domain)
          Gain management rights for all orphaned contexts.
static Collection<DocumentRight> DocumentRightOperationsInstance.reassignRole(Collection<DocumentRight> rights, DocumentRole role, Collection<ItemCode> items)
          Alter role assignments.
 Collection<DocumentRight> DocumentRightOperations.reassignRole(Collection<DocumentRight> rights, DocumentRole role, Collection<ItemCode> items)
          Alter role assignments.
static ContextInstance ContextOperationsInstance.refreshContext(ContextInstance context)
          Refresh a context's properties.
 ContextInstance ContextOperations.refreshContext(ContextInstance context)
          Refresh a context's properties.
static ContextTemplate ContextTemplateOperationsInstance.refreshContextTemplate(ContextTemplate template)
          Refresh a template's properties.
 ContextTemplate ContextTemplateOperations.refreshContextTemplate(ContextTemplate template)
          Refresh a template's properties.
static DocumentRight DocumentRightOperationsInstance.refreshDocumentRight(DocumentRight right)
          Refresh a right's properties.
 DocumentRight DocumentRightOperations.refreshDocumentRight(DocumentRight right)
          Refresh a right's properties.
static DocumentRole DocumentRoleOperationsInstance.refreshDocumentRole(DocumentRole role)
          Refresh a document role's properties.
 DocumentRole DocumentRoleOperations.refreshDocumentRole(DocumentRole role)
          Refresh a document role's properties.
static Domain DomainOperationsInstance.refreshDomain(Domain domain)
          Refresh a domain's properties.
 Domain DomainOperations.refreshDomain(Domain domain)
          Refresh a domain's properties.
static void ContextOperationsInstance.removeContextManagers(ContextInstance context, Collection<Account> accounts)
          Remove one or managers from a context.
 void ContextOperations.removeContextManagers(ContextInstance context, Collection<Account> accounts)
          Remove one or managers from a context.
static void DomainOperationsInstance.removeDomainAccounts(Domain domain, Collection<DomainAccount> accounts)
          Remove domain accounts.
 void DomainOperations.removeDomainAccounts(Domain domain, Collection<DomainAccount> accounts)
          Remove domain accounts.
static void DomainOperationsInstance.removeDomainAdministrators(Domain domain, Collection<Account> accounts)
          Remove one or more administrators from a domain.
 void DomainOperations.removeDomainAdministrators(Domain domain, Collection<Account> accounts)
          Remove one or more administrators from a domain.
static void DomainOperationsInstance.removeDomainManagers(Domain domain, Collection<Account> accounts)
          Remove one or more domain managers from a domain.
 void DomainOperations.removeDomainManagers(Domain domain, Collection<Account> accounts)
          Remove one or more domain managers from a domain.
static void ContextOperationsInstance.removeInspectors(Domain domain, Collection<Account> accounts)
          Remove one or inspectors from a domain.
 void ContextOperations.removeInspectors(Domain domain, Collection<Account> accounts)
          Remove one or inspectors from a domain.
static ContextInstance ContextOperationsInstance.saveChangesToContext(ContextInstance context, ContextInstance delta)
          Save changes to a context.
 ContextInstance ContextOperations.saveChangesToContext(ContextInstance context, ContextInstance delta)
          Save changes to a context.
static ContextTemplate ContextTemplateOperationsInstance.saveChangesToContextTemplate(ContextTemplate template, ContextTemplate delta)
          Save changes to a context template.
 ContextTemplate ContextTemplateOperations.saveChangesToContextTemplate(ContextTemplate template, ContextTemplate delta)
          Save changes to a context template.
static Domain DomainOperationsInstance.saveChangesToDomain(Domain domain, Domain delta)
          Save changes to a domain.
 Domain DomainOperations.saveChangesToDomain(Domain domain, Domain delta)
          Save changes to a domain.
static Collection<DocumentRight> DocumentRightOperationsInstance.saveChangesToItems(Collection<DocumentRight> rights, Collection<ItemCode> itemCodes, Collection<ItemCode> delta)
          Alter the item restrictions for a set of rights.
 Collection<DocumentRight> DocumentRightOperations.saveChangesToItems(Collection<DocumentRight> rights, Collection<ItemCode> itemCodes, Collection<ItemCode> delta)
          Alter the item restrictions for a set of rights.
static DocumentRole DocumentRoleOperationsInstance.saveChangesToRole(DocumentRole role, DocumentRole delta)
          Save changes to a document role.
 DocumentRole DocumentRoleOperations.saveChangesToRole(DocumentRole role, DocumentRole delta)
          Save changes to a document role.
static ContextTemplate ContextTemplateOperationsInstance.saveNewContextTemplate(Domain domain, ContextTemplate template)
          Save a new context template.
 ContextTemplate ContextTemplateOperations.saveNewContextTemplate(Domain domain, ContextTemplate template)
          Save a new context template.
static DocumentRole DocumentRoleOperationsInstance.saveNewRole(Domain domain, DocumentRole role)
          Save a new document role.
 DocumentRole DocumentRoleOperations.saveNewRole(Domain domain, DocumentRole role)
          Save a new document role.
static Collection<ContextJournalEntry> ContextOperationsInstance.searchJournal(Collection<String> accountNames, Collection<ItemCode> items, TimeRange timeRange, PageRange pageRange, ContextJournalSorting sorting)
          Search the context journal.
 Collection<ContextJournalEntry> ContextOperations.searchJournal(Collection<String> accountNames, Collection<ItemCode> items, TimeRange timeRange, PageRange pageRange, ContextJournalSorting sorting)
          Search the context journal.
static void DocumentRightOperationsInstance.unassignRights(Collection<DocumentRight> rights)
          Un-assign a set of rights.
 void DocumentRightOperations.unassignRights(Collection<DocumentRight> rights)
          Un-assign a set of rights.

 


Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.