Skip navigation links

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

E12907-02


oracle.irm.engine.rights.context
Class DomainAccountFactory

java.lang.Object
  extended by oracle.irm.engine.rights.context.DomainAccountFactory


public final class DomainAccountFactory
extends Object

Domain Account factory. This class provides methods for creating new instances of DomainAccount objects.


Method Summary
static DomainAccount createDomainAccount(Domain.Role role, Account account)
          Create a domain account.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

createDomainAccount

public static DomainAccount createDomainAccount(Domain.Role role,
                                                Account account)
Create a domain account.
Parameters:
role - the domain role.
account - the account.
Returns:
a new Domain Account instance.

Skip navigation links

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

E12907-02


Copyright © 2010, Oracle. All rights reserved.