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 interfaceCredentialRetrievalRetrieves credential, using a some binding specific method.Classes in pl.edu.icm.unity.engine.api.authn that implement BindingAuthn Modifier and Type Class Description classAbstractCredentialRetrieval<T extends CredentialExchange>Common code for allCredentialRetrievalimplementations.Methods in pl.edu.icm.unity.engine.api.authn that return BindingAuthn Modifier and Type Method Description BindingAuthnPartialAuthnState. getSecondaryAuthenticator()Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type BindingAuthn Constructor Description PartialAuthnState(java.lang.String firstFactorOptionId, BindingAuthn secondaryAuthenticator, AuthenticationResult result, AuthenticationFlow flow)
-