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.core.account.UnknownAccountException

Packages that use UnknownAccountException
oracle.irm.engine.core.account Users and groups. 

 

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

 

Methods in oracle.irm.engine.core.account that throw UnknownAccountException
static void AccountOperationsInstance.copy(Account source, Account destination)
          Copy the information relating to an account to another account.
 void AccountOperations.copy(Account source, Account destination)
          Copy the information relating to an account to another account.
static Account AccountFactory.createAccount(String uuid)
          Create an account from an UUID.
static Account AccountOperationsInstance.getAccountByName(String name, Account.Type type)
          Get a user or group by name.
 Account AccountOperations.getAccountByName(String name, Account.Type type)
          Get a user or group by name.
static String AccountOperationsInstance.getEmailAddress(Account account)
          Get an user's email address.
 String AccountOperations.getEmailAddress(Account account)
          Get an user's email address.
static Collection<Account> AccountOperationsInstance.listMembership(Account account)
          List account group membership.
 Collection<Account> AccountOperations.listMembership(Account account)
          List account group membership.
static void AccountOperationsInstance.transfer(Account source, Account destination)
          Transfer all information relating to an account to another account.
 void AccountOperations.transfer(Account source, Account destination)
          Transfer all information relating to an account to another account.

 


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.