Skip navigation links 
 
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
 
  
 
 
 
 
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
 
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 
 
Copyright © 2005, 2009, Oracle. All rights reserved.