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
- Version:
- $Header: Role.java 05-may-2005.05:19:19 bhusingh Exp $
- Author:
- Bhupindra Singh
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 2013, 2015, Oracle and/or its affiliates. All Rights Reserved.