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 User

All Superinterfaces:
Identity
All Known Subinterfaces:
UserProfile

public interface User
extends Identity

This interface represents a user in the identity store.

Since:
10.1.3

Method Summary
 UserProfile getUserProfile()
          Get the complete profile for this user.

 

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

 

Method Detail

getUserProfile

UserProfile getUserProfile()
                           throws IMException
Get the complete profile for this user.
Returns:
UserProfile instance representing profile of this user.
Throws:
OperationNotSupportedException - Thrown by the service provider if it doesn't support user 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.