Class JitsiContextResource.InitContext
java.lang.Object
org.exoplatform.webconferencing.jitsi.rest.JitsiContextResource.InitContext
- Enclosing class:
JitsiContextResource
The Class Context.
-
Constructor Summary
ConstructorsConstructorDescriptionInitContext(String username, org.exoplatform.webconferencing.UserInfo userInfo, org.exoplatform.webconferencing.ContextInfo context) Instantiates a new context. -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.webconferencing.ContextInfoGets the context.org.exoplatform.webconferencing.UserInfoGets the user info.Gets the username.
-
Constructor Details
-
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 Details
-
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
-