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 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
.AuthenticatedEntity
AuthenticationResult. 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 varificatorsAuthenticationResult(AuthenticationResult.Status status, RemotelyAuthenticatedContext remoteAuthnContext, AuthenticatedEntity authenticatedEntity)
Used by remote verificators
-