Uses of Class
org.apache.syncope.common.lib.to.AuthProfileTO.Builder
Packages that use AuthProfileTO.Builder
-
Uses of AuthProfileTO.Builder in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return AuthProfileTO.BuilderModifier and TypeMethodDescriptionAuthProfileTO.Builder.credential(WebAuthnDeviceCredential credential) AuthProfileTO.Builder.credentials(Collection<WebAuthnDeviceCredential> credentials) AuthProfileTO.Builder.credentials(WebAuthnDeviceCredential... credentials) AuthProfileTO.Builder.googleMfaAuthAccount(GoogleMfaAuthAccount account) AuthProfileTO.Builder.googleMfaAuthAccounts(Collection<GoogleMfaAuthAccount> accounts) AuthProfileTO.Builder.googleMfaAuthAccounts(GoogleMfaAuthAccount... accounts) AuthProfileTO.Builder.googleMfaAuthToken(GoogleMfaAuthToken token) AuthProfileTO.Builder.googleMfaAuthTokens(Collection<GoogleMfaAuthToken> tokens) AuthProfileTO.Builder.googleMfaAuthTokens(GoogleMfaAuthToken... tokens) AuthProfileTO.Builder.mfaTrustedDevice(MfaTrustedDevice device) AuthProfileTO.Builder.mfaTrustedDevices(Collection<MfaTrustedDevice> devices) AuthProfileTO.Builder.mfaTrustedDevices(MfaTrustedDevice... devices)