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 utilities -
-
Uses of AuthenticatedEntity in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return AuthenticatedEntity Modifier and Type Method Description AuthenticatedEntityAuthenticationProcessor. finalizeAfterPrimaryAuthentication(PartialAuthnState state, boolean skipSecondFactor)Should be used if the second step authentication is not required: retrieve a finalAuthenticatedEntity.AuthenticatedEntityAuthenticationProcessor. finalizeAfterSecondaryAuthentication(PartialAuthnState state, AuthenticationResult result2)Should be used if the second step authentication is required to process second authenticator results and retrieve a finalAuthenticatedEntity.AuthenticatedEntityAuthenticationResult. getAuthenticatedEntity()Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticatedEntity Constructor Description AuthenticationResult(AuthenticationResult.Status status, AuthenticatedEntity authenticatedEntity)Used by local verificatorsAuthenticationResult(AuthenticationResult.Status status, RemotelyAuthenticatedContext remoteAuthnContext, AuthenticatedEntity authenticatedEntity)Used by remote verificators
-