Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticatedEntity
-
Packages that use AuthenticatedEntity Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.authn.sandbox -
-
Uses of AuthenticatedEntity in pl.edu.icm.unity.engine.api.authn
Fields in pl.edu.icm.unity.engine.api.authn declared as AuthenticatedEntity Modifier and Type Field Description AuthenticatedEntity
AuthenticationResult.SuccessResult. authenticatedEntity
Methods in pl.edu.icm.unity.engine.api.authn that return AuthenticatedEntity Modifier and Type Method Description AuthenticatedEntity
AuthenticationProcessor. finalizeAfterPrimaryAuthentication(PartialAuthnState state, boolean skipSecondFactor)
Should be used if the second step authentication is not required: retrieve a finalAuthenticatedEntity
.AuthenticatedEntity
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
.Methods in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticatedEntity Modifier and Type Method Description static LocalAuthenticationResult
LocalAuthenticationResult. successful(AuthenticatedEntity authenticatedEntity)
static RemoteAuthenticationResult
RemoteAuthenticationResult. successful(RemotelyAuthenticatedPrincipal remotePrincipal, AuthenticatedEntity authenticatedEntity)
static RemoteAuthenticationResult
RemoteAuthenticationResult. successfulPartial(RemotelyAuthenticatedPrincipal remotePrincipal, AuthenticatedEntity authenticatedEntity)
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)
Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticatedEntity Constructor Description RemoteSuccessResult(AuthenticatedEntity authenticatedEntity, RemotelyAuthenticatedPrincipal remotePrincipal)
-
Uses of AuthenticatedEntity in pl.edu.icm.unity.engine.api.authn.sandbox
Fields in pl.edu.icm.unity.engine.api.authn.sandbox declared as AuthenticatedEntity Modifier and Type Field Description AuthenticatedEntity
SandboxAuthnEvent. entity
Constructors in pl.edu.icm.unity.engine.api.authn.sandbox with parameters of type AuthenticatedEntity Constructor Description SandboxAuthnEvent(SandboxAuthnContext ctx, AuthenticatedEntity entity, String callerId)
-