Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


oracle.security.idm
Interface Role

All Superinterfaces:
Identity
All Known Subinterfaces:
RoleProfile

public interface Role
extends Identity

This interface represents a role in the identity store.

Since:
10.1.3

Field Summary
static int SCOPE_ANY
           
static int SCOPE_APPLICATION
           
static int SCOPE_ENTERPRISE
           

 

Method Summary
 RoleProfile getRoleProfile()
          Get the complete profile for this Role.

 

Methods inherited from interface oracle.security.idm.Identity
getDisplayName, getGUID, getName, getPrincipal, getUniqueName

 

Field Detail

SCOPE_APPLICATION

static final int SCOPE_APPLICATION
See Also:
Constant Field Values

SCOPE_ENTERPRISE

static final int SCOPE_ENTERPRISE
See Also:
Constant Field Values

SCOPE_ANY

static final int SCOPE_ANY
See Also:
Constant Field Values

Method Detail

getRoleProfile

RoleProfile getRoleProfile()
                           throws IMException
Get the complete profile for this Role.
Returns:
RoleProfile instance representing profile of this role.
Throws:
OperationNotSupportedException - Thrown by the service provider if it doesn't support role profiles.
IMException - Thrown by the service provider in case of any other problem.

Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


Copyright © 2005, 2009, Oracle. All rights reserved.