|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.session.GrouperSessionResult
public class GrouperSessionResult
result contains the session and if created
Constructor Summary | |
---|---|
GrouperSessionResult()
|
Method Summary | |
---|---|
GrouperSession |
getGrouperSession()
grouper session |
boolean |
isCreated()
|
void |
setCreated(boolean created)
|
void |
setGrouperSession(GrouperSession grouperSession)
grouper session |
void |
stopQuietlyIfCreated()
if this was just created, close it, otherwise, let the calling creator close it |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrouperSessionResult()
Method Detail |
---|
public boolean isCreated()
public void setCreated(boolean created)
created
- the created to setpublic GrouperSession getGrouperSession()
public void setGrouperSession(GrouperSession grouperSession)
grouperSession
- the grouperSession to setpublic void stopQuietlyIfCreated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |