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.types.rights.context.Domain.Role

Packages that use Domain.Role
oracle.irm.engine.types.rights.context Context Rights related objects, enumerations and exceptions. 

 

Uses of Domain.Role in oracle.irm.engine.types.rights.context

 

Methods in oracle.irm.engine.types.rights.context that return Domain.Role
static Domain.Role Domain.Role.fromValue(String value)
          Get the enumeration value from a string.
 Domain.Role DomainAccount.getRole()
          The domain role.
static Domain.Role Domain.Role.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Domain.Role[] Domain.Role.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.irm.engine.types.rights.context with parameters of type Domain.Role
 void DomainAccount.setRole(Domain.Role value)
          The domain role.

 

Constructors in oracle.irm.engine.types.rights.context with parameters of type Domain.Role
DomainAccount(Domain.Role role, AccountRef account)
          Constructor.

 


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.