|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.ales.management.IdentityQueryContainer
This class is the place holder for both the UserQueryResult and GroupQueryResult. Certain queries like get group membership return both users and groups in one response. This class will hold both the UserQueryResult and GroupQueryResult that are returned as a response.
Method Summary | |
void |
close()
Close the container object. |
GroupQueryResult |
getGroupResult()
Get the group query result in the container. |
UserQueryResult |
getUserResult()
Get the user query result in the container. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public GroupQueryResult getGroupResult()
public UserQueryResult getUserResult()
public void close() throws ManagementException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |