Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
Package
Description
Authentication related API and utilities
-
Uses of AuthenticatedEntity in pl.edu.icm.unity.engine.api.authn
Modifier and TypeFieldDescriptionfinal AuthenticatedEntity
AuthenticationResult.SuccessResult.authenticatedEntity
Modifier and TypeMethodDescriptionAuthenticationProcessor.finalizeAfterPrimaryAuthentication
(PartialAuthnState state, boolean skipSecondFactor) Should be used if the second step authentication is not required: retrieve a finalAuthenticatedEntity
.AuthenticationProcessor.finalizeAfterSecondaryAuthentication
(PartialAuthnState state, AuthenticationResult result2) Should be used if the second step authentication is required to process second authenticator results and retrieve a finalAuthenticatedEntity
.Modifier and TypeMethodDescriptionstatic LocalAuthenticationResult
LocalAuthenticationResult.successful
(AuthenticatedEntity authenticatedEntity) static RemoteAuthenticationResult
RemoteAuthenticationResult.successful
(RemotelyAuthenticatedPrincipal remotePrincipal, AuthenticatedEntity authenticatedEntity) static RemoteAuthenticationResult
RemoteAuthenticationResult.successfulPartial
(RemotelyAuthenticatedPrincipal remotePrincipal, AuthenticatedEntity authenticatedEntity) 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) ModifierConstructorDescriptionRemoteSuccessResult
(AuthenticatedEntity authenticatedEntity, RemotelyAuthenticatedPrincipal remotePrincipal) -
Uses of AuthenticatedEntity in pl.edu.icm.unity.engine.api.authn.sandbox
ModifierConstructorDescriptionSandboxAuthnEvent
(SandboxAuthnContext ctx, AuthenticatedEntity entity, String callerId)