Uses of Interface
pl.edu.icm.unity.engine.api.session.SessionParticipant
-
Packages that use SessionParticipant Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.authn.remote Remote authentication APIpl.edu.icm.unity.engine.api.session Unity login session API -
-
Uses of SessionParticipant in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return types with arguments of type SessionParticipant Modifier and Type Method Description static java.util.List<SessionParticipant>
AuthenticationProcessor. extractParticipants(AuthenticationResult... results)
Extracts and returns all remoteSessionParticipant
s from theAuthenticationResult
s. -
Uses of SessionParticipant in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote that return types with arguments of type SessionParticipant Modifier and Type Method Description java.util.Set<SessionParticipant>
RemotelyAuthenticatedContext. getSessionParticipants()
java.util.Set<SessionParticipant>
RemotelyAuthenticatedInput. getSessionParticipants()
Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type SessionParticipant Modifier and Type Method Description void
RemotelyAuthenticatedInput. addSessionParticipant(SessionParticipant sessionParticipant)
Method parameters in pl.edu.icm.unity.engine.api.authn.remote with type arguments of type SessionParticipant Modifier and Type Method Description void
RemotelyAuthenticatedContext. setSessionParticipants(java.util.Set<SessionParticipant> sessionParticipants)
-
Uses of SessionParticipant in pl.edu.icm.unity.engine.api.session
Methods in pl.edu.icm.unity.engine.api.session that return SessionParticipant Modifier and Type Method Description SessionParticipant
SessionParticipantType. getInstance(java.lang.String entryValue)
Methods in pl.edu.icm.unity.engine.api.session that return types with arguments of type SessionParticipant Modifier and Type Method Description java.util.Set<SessionParticipant>
SessionParticipants. getParticipants()
Methods in pl.edu.icm.unity.engine.api.session with parameters of type SessionParticipant Modifier and Type Method Description void
SessionParticipants. addParticipant(SessionParticipant participant)
void
SessionManagement. addSessionParticipant(SessionParticipant... participant)
Adds given participands to the current login sessionvoid
SessionParticipants. removeParticipant(SessionParticipant participant)
java.lang.String
SessionParticipantType. serialize(SessionParticipant participant)
Constructors in pl.edu.icm.unity.engine.api.session with parameters of type SessionParticipant Constructor Description AddParticipantToSessionTask(SessionParticipantTypesRegistry registry, SessionParticipant... toBeAdded)
-