Class JitsiContextResource.InitContext
- java.lang.Object
-
- org.exoplatform.webconferencing.jitsi.rest.JitsiContextResource.InitContext
-
- Enclosing class:
- JitsiContextResource
public class JitsiContextResource.InitContext extends Object
The Class Context.
-
-
Constructor Summary
Constructors Constructor Description InitContext(String username, org.exoplatform.webconferencing.UserInfo userInfo, org.exoplatform.webconferencing.ContextInfo context)Instantiates a new context.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.webconferencing.ContextInfogetContext()Gets the context.org.exoplatform.webconferencing.UserInfogetUserInfo()Gets the user info.StringgetUsername()Gets the username.
-
-
-
Constructor Detail
-
InitContext
public InitContext(String username, org.exoplatform.webconferencing.UserInfo userInfo, org.exoplatform.webconferencing.ContextInfo context)
Instantiates a new context.- Parameters:
username- the usernameuserInfo- the user infocontext- the context
-
-
Method Detail
-
getUsername
public String getUsername()
Gets the username.- Returns:
- the username
-
getUserInfo
public org.exoplatform.webconferencing.UserInfo getUserInfo()
Gets the user info.- Returns:
- the user info
-
getContext
public org.exoplatform.webconferencing.ContextInfo getContext()
Gets the context.- Returns:
- the context
-
-