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

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 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.