|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.coweb.admin.acls.SessionAcls
public class SessionAcls
| Field Summary | |
|---|---|
static int |
ROLE_GUEST
|
static int |
ROLE_MODERATOR
|
static int |
ROLE_PARTICIPANT
|
static int |
ROLE_UNINVITED
|
static int |
SESS_ACCESS_BIT
|
static int |
SESS_ACTIVITY_ACTIVE
|
static int |
SESS_ACTIVITY_ANYTIME
|
static int |
SESS_ALL
|
static int |
SESS_CHANGE_BIT
|
static int |
SESS_CONTROL_BIT
|
static int |
SESS_PRIVACY_CUSTOM
|
static int |
SESS_PRIVACY_INVITE
|
static int |
SESS_PRIVACY_PRIVATE
|
static int |
SESS_PRIVACY_PUBLIC
|
static int |
SESS_SEE_BIT
|
| Constructor Summary | |
|---|---|
SessionAcls(int bits)
|
|
| Method Summary | |
|---|---|
boolean |
canAccessSession()
Gets if a user can access/join this session. |
boolean |
canChangeSession(boolean value)
Gets if a user can change the details of this session. |
boolean |
canControlSession(boolean value)
Gets if a user can control in this session. |
boolean |
canSeeSession()
Gets if a user can see session metadata. |
int |
getAcls()
|
void |
setAccessSession(boolean value)
|
void |
setAll()
Sets all acls. |
void |
setSeeSession(boolean value)
Sets if a user can see session metadata. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SESS_SEE_BIT
public static final int SESS_ACCESS_BIT
public static final int SESS_CONTROL_BIT
public static final int SESS_CHANGE_BIT
public static final int SESS_ALL
public static final int ROLE_UNINVITED
public static final int ROLE_GUEST
public static final int ROLE_PARTICIPANT
public static final int ROLE_MODERATOR
public static final int SESS_PRIVACY_PRIVATE
public static final int SESS_PRIVACY_PUBLIC
public static final int SESS_PRIVACY_INVITE
public static final int SESS_PRIVACY_CUSTOM
public static final int SESS_ACTIVITY_ANYTIME
public static final int SESS_ACTIVITY_ACTIVE
| Constructor Detail |
|---|
public SessionAcls(int bits)
| Method Detail |
|---|
public void setAll()
public int getAcls()
public boolean canSeeSession()
public void setSeeSession(boolean value)
value - True to set, false to unset, None to leave unchangedpublic boolean canAccessSession()
public void setAccessSession(boolean value)
public boolean canControlSession(boolean value)
value - True to set, false to unset, None to leave unchanged
public boolean canChangeSession(boolean value)
value - True to set, false to unset, None to leave unchanged
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||