|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.portal.wsrp.common.stubs.UserContext
Constructor Summary | |
UserContext()
|
|
UserContext(String userContextKey,
String[] userCategories,
UserProfile profile,
Extension[] extensions)
|
Method Summary | |
Extension[] |
getExtensions()
|
UserProfile |
getProfile()
|
String[] |
getUserCategories()
|
String |
getUserContextKey()
|
void |
setExtensions(Extension[] extensions)
|
void |
setProfile(UserProfile profile)
|
void |
setUserCategories(String[] userCategories)
|
void |
setUserContextKey(String userContextKey)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserContext()
public UserContext(String userContextKey, String[] userCategories, UserProfile profile, Extension[] extensions)
Method Detail |
public String getUserContextKey()
public void setUserContextKey(String userContextKey)
public String[] getUserCategories()
public void setUserCategories(String[] userCategories)
public UserProfile getProfile()
public void setProfile(UserProfile profile)
public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |