Uses of Class
pl.edu.icm.unity.engine.api.authn.RemoteAuthnMetadata
Packages that use RemoteAuthnMetadata
Package
Description
Authentication related API and utilities
Remote authentication API
Unity login session API
-
Uses of RemoteAuthnMetadata in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return RemoteAuthnMetadataMethods in pl.edu.icm.unity.engine.api.authn with parameters of type RemoteAuthnMetadataModifier and TypeMethodDescriptionvoid
LoginSession.setFirstFactorRemoteIdPAuthnContext
(RemoteAuthnMetadata firstFactorRemoteIdPAuthnContext) void
InteractiveAuthenticationProcessor.syntheticAuthenticate
(RemoteAuthnMetadata authnContext, AuthenticatedEntity authenticatedEntity, List<SessionParticipant> participants, AuthenticationOptionKey authnOptionKey, AuthenticationRealm realm, RememberMeToken.LoginMachineDetails machineDetails, boolean setRememberMe, javax.servlet.http.HttpServletResponse httpResponse, InteractiveAuthenticationProcessor.SessionReinitializer sessionReinitializer) -
Uses of RemoteAuthnMetadata in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote that return RemoteAuthnMetadataMethods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type RemoteAuthnMetadataModifier and TypeMethodDescriptionvoid
RemotelyAuthenticatedInput.setRemoteAuthnMetadata
(RemoteAuthnMetadata authnContext) -
Uses of RemoteAuthnMetadata in pl.edu.icm.unity.engine.api.session
Methods in pl.edu.icm.unity.engine.api.session with parameters of type RemoteAuthnMetadataModifier and TypeMethodDescriptionSessionManagement.createSession
(long loggedEntity, AuthenticationRealm realm, String label, String outdatedCredentialId, LoginSession.RememberMeInfo rememberMeInfo, AuthenticationOptionKey firstFactorOptionId, AuthenticationOptionKey secondFactorOptionId, RemoteAuthnMetadata authnContext) Creates new sessionSessionManagement.getCreateSession
(long loggedEntity, AuthenticationRealm realm, String label, String outdatedCredentialId, LoginSession.RememberMeInfo rememberMeInfo, AuthenticationOptionKey firstFactorOptionId, AuthenticationOptionKey secondFactorOptionId, RemoteAuthnMetadata authnContext) Tries to find a session for the entity in the given realm.