Uses of Class
com.kaltura.client.enums.SessionType
-
Packages that use SessionType Package Description com.kaltura.client com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of SessionType in com.kaltura.client
Methods in com.kaltura.client with parameters of type SessionType Modifier and Type Method Description StringClientBase. generateSession(String adminSecretForSigning, String userId, SessionType type, int partnerId)StringClientBase. generateSession(String adminSecretForSigning, String userId, SessionType type, int partnerId, int expiry)StringClientBase. generateSession(String adminSecretForSigning, String userId, SessionType type, int partnerId, int expiry, String privileges)generate "ks" to be used fro requests - OVPStringClientBase. generateSessionV2(String adminSecretForSigning, String userId, SessionType type, int partnerId, int expiry, String privileges) -
Uses of SessionType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return SessionType Modifier and Type Method Description static SessionTypeSessionType. get(Integer value)static SessionTypeSessionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionType[]SessionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SessionType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type SessionType Modifier and Type Method Description static SessionService.ImpersonateSessionBuilderSessionService. impersonate(String secret, int impersonatedPartnerId, String userId, SessionType type)static SessionService.ImpersonateSessionBuilderSessionService. impersonate(String secret, int impersonatedPartnerId, String userId, SessionType type, int partnerId)static SessionService.ImpersonateSessionBuilderSessionService. impersonate(String secret, int impersonatedPartnerId, String userId, SessionType type, int partnerId, int expiry)static SessionService.ImpersonateSessionBuilderSessionService. impersonate(String secret, int impersonatedPartnerId, String userId, SessionType type, int partnerId, int expiry, String privileges)Start an impersonated session with Kaltura's server.static SessionService.ImpersonateByKsSessionBuilderSessionService. impersonateByKs(String session, SessionType type)static SessionService.ImpersonateByKsSessionBuilderSessionService. impersonateByKs(String session, SessionType type, int expiry)static SessionService.ImpersonateByKsSessionBuilderSessionService. impersonateByKs(String session, SessionType type, int expiry, String privileges)Start an impersonated session with Kaltura's server.static SessionService.StartSessionBuilderSessionService. start(String secret, String userId, SessionType type)static SessionService.StartSessionBuilderSessionService. start(String secret, String userId, SessionType type, int partnerId)static SessionService.StartSessionBuilderSessionService. start(String secret, String userId, SessionType type, int partnerId, int expiry)static SessionService.StartSessionBuilderSessionService. start(String secret, String userId, SessionType type, int partnerId, int expiry, String privileges)Start a session with Kaltura's server.static AppTokenService.StartSessionAppTokenBuilderAppTokenService. startSession(String id, String tokenHash, String userId, SessionType type)static AppTokenService.StartSessionAppTokenBuilderAppTokenService. startSession(String id, String tokenHash, String userId, SessionType type, int expiry)static AppTokenService.StartSessionAppTokenBuilderAppTokenService. startSession(String id, String tokenHash, String userId, SessionType type, int expiry, String sessionPrivileges)Starts a new KS (kaltura Session) based on an application authentication token IDConstructors in com.kaltura.client.services with parameters of type SessionType Constructor Description ImpersonateByKsSessionBuilder(String session, SessionType type, int expiry, String privileges)ImpersonateSessionBuilder(String secret, int impersonatedPartnerId, String userId, SessionType type, int partnerId, int expiry, String privileges)StartSessionAppTokenBuilder(String id, String tokenHash, String userId, SessionType type, int expiry, String sessionPrivileges)StartSessionBuilder(String secret, String userId, SessionType type, int partnerId, int expiry, String privileges) -
Uses of SessionType in com.kaltura.client.types
Methods in com.kaltura.client.types that return SessionType Modifier and Type Method Description SessionTypeRecalculateResponseProfileCacheJobData. getKsType()SessionTypeAppToken. getSessionType()SessionTypeSessionInfo. getSessionType()Methods in com.kaltura.client.types with parameters of type SessionType Modifier and Type Method Description voidRecalculateResponseProfileCacheJobData. setKsType(SessionType ksType)voidAppToken. setSessionType(SessionType sessionType)
-