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 remoteSessionParticipant
s from theAuthenticationResult
s.Method parameters in pl.edu.icm.unity.engine.api.authn with type arguments of type SessionParticipant Modifier and Type Method Description void
InteractiveAuthenticationProcessor. 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 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
RemotelyAuthenticatedPrincipal. 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 SessionParticipant
SessionParticipantType. 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 void
SessionParticipants. addParticipant(SessionParticipant participant)
void
SessionManagement. addSessionParticipant(SessionParticipant... participant)
Adds given participants to the current login sessionvoid
SessionParticipants. removeParticipant(SessionParticipant participant)
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)
-