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.Account.Type

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

 

Uses of Account.Type in oracle.irm.engine.core.account

 

Methods in oracle.irm.engine.core.account that return Account.Type
 Account.Type Account.getType()
          The type of account.
static Account.Type Account.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Account.Type[] Account.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.irm.engine.core.account with parameters of type Account.Type
static Account AccountFactory.createAccount(String uuid, String name, Account.Type type)
          Create an account by specifying all the user or group details.
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.

 


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.