Skip navigation links

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

E56885-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
Version:
$Header: Role.java 05-may-2005.05:19:19 bhusingh Exp $
Author:
Bhupindra Singh

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 Java API Reference for Oracle Platform Security Services User and Role
11g Release 1 (11.1.1.9)

E56885-01


Copyright 2013, 2015, Oracle and/or its affiliates. All Rights Reserved.