Uses of Interface
pl.edu.icm.unity.engine.api.endpoint.BindingAuthn
-
Packages that use BindingAuthn Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilities -
-
Uses of BindingAuthn in pl.edu.icm.unity.engine.api.authn
Subinterfaces of BindingAuthn in pl.edu.icm.unity.engine.api.authn Modifier and Type Interface Description interface
CredentialRetrieval
Retrieves credential, using a some binding specific method.Classes in pl.edu.icm.unity.engine.api.authn that implement BindingAuthn Modifier and Type Class Description class
AbstractCredentialRetrieval<T extends CredentialExchange>
Common code for allCredentialRetrieval
implementations.Methods in pl.edu.icm.unity.engine.api.authn that return BindingAuthn Modifier and Type Method Description BindingAuthn
PartialAuthnState. getSecondaryAuthenticator()
Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type BindingAuthn Constructor Description PartialAuthnState(AuthenticationOptionKey firstFactorOptionId, BindingAuthn secondaryAuthenticator, AuthenticationResult result, AuthenticationFlow flow)
-