Package com.yubico.webauthn
Class RelyingParty.RelyingPartyBuilder.MandatoryStages.Step2
java.lang.Object
com.yubico.webauthn.RelyingParty.RelyingPartyBuilder.MandatoryStages.Step2
- Enclosing class:
- RelyingParty.RelyingPartyBuilder.MandatoryStages
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncredentialRepository(CredentialRepository credentialRepository) credentialRepositoryis a required parameter.<C extends CredentialRecord>
RelyingPartyV2.RelyingPartyV2Builder<C>credentialRepositoryV2(CredentialRepositoryV2<C> credentialRepository) Deprecated.EXPERIMENTAL: This is an experimental feature.
-
Constructor Details
-
Step2
public Step2()
-
-
Method Details
-
credentialRepository
public RelyingParty.RelyingPartyBuilder credentialRepository(CredentialRepository credentialRepository) credentialRepositoryis a required parameter. -
credentialRepositoryV2
@Deprecated public <C extends CredentialRecord> RelyingPartyV2.RelyingPartyV2Builder<C> credentialRepositoryV2(CredentialRepositoryV2<C> credentialRepository) Deprecated.EXPERIMENTAL: This is an experimental feature. It is likely to change or be deleted before reaching a mature release.credentialRepositoryis a required parameter. This setter differs fromcredentialRepository(CredentialRepository)in that it takes an instance ofCredentialRepositoryV2and converts the builder's return type toRelyingPartyV2.CredentialRepositoryV2does not require the application to support usernames, unlessusernameRepositoryis also set in a subsequent builder step.
-