|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.wsrp.model.markup.UserProfile
public abstract class UserProfile
A simple user profile class that encapsulates a user name and an assoicated group name.
| Constructor Summary | |
|---|---|
protected |
UserProfile() |
|
UserProfile(String userName, String groupName)Creates a user profile with the supplied user name and group name. |
| Method Summary | |
|---|---|
String |
getGroupName()Returns the associated group's name. |
String |
getUserName()Returns the user's name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.bea.wsrp.model.markup.IUserProfile |
|---|
addUserProperty, getUserProperties |
| Constructor Detail |
|---|
protected UserProfile()
public UserProfile(String userName,
String groupName)
userName - a user's name.groupName - an associated group's name.| Method Detail |
|---|
public String getUserName()
getUserName in interface IUserProfilepublic String getGroupName()
getGroupName in interface IUserProfile
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.