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 List<SessionParticipant>AuthenticationProcessor. extractParticipants(AuthenticationResult... results)Extracts and returns all remoteSessionParticipants from theAuthenticationResults.Method parameters in pl.edu.icm.unity.engine.api.authn with type arguments of type SessionParticipant Modifier and Type Method Description voidInteractiveAuthenticationProcessor. syntheticAuthenticate(AuthenticatedEntity authenticatedEntity, List<SessionParticipant> participants, AuthenticationOptionKey authnOptionKey, AuthenticationRealm realm, RememberMeToken.LoginMachineDetails machineDetails, boolean setRememberMe, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer) -
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 Set<SessionParticipant>RemotelyAuthenticatedInput. getSessionParticipants()Set<SessionParticipant>RemotelyAuthenticatedPrincipal. getSessionParticipants()Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type SessionParticipant Modifier and Type Method Description voidRemotelyAuthenticatedInput. 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 voidRemotelyAuthenticatedPrincipal. setSessionParticipants(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 SessionParticipantSessionParticipantType. getInstance(String entryValue)Methods in pl.edu.icm.unity.engine.api.session that return types with arguments of type SessionParticipant Modifier and Type Method Description Set<SessionParticipant>SessionParticipants. getParticipants()Methods in pl.edu.icm.unity.engine.api.session with parameters of type SessionParticipant Modifier and Type Method Description voidSessionParticipants. addParticipant(SessionParticipant participant)voidSessionManagement. addSessionParticipant(SessionParticipant... participant)Adds given participants to the current login sessionvoidSessionParticipants. removeParticipant(SessionParticipant participant)StringSessionParticipantType. serialize(SessionParticipant participant)Constructors in pl.edu.icm.unity.engine.api.session with parameters of type SessionParticipant Constructor Description AddParticipantToSessionTask(SessionParticipantTypesRegistry registry, SessionParticipant... toBeAdded)
-