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.consentDecision(WAConsentDecision consentDecision) AuthProfileTO.Builder.consentDecisions(Collection<WAConsentDecision> consentDecisions) AuthProfileTO.Builder.consentDecisions(WAConsentDecision... consentDecisions) 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.impersonationAccount(ImpersonationAccount impersonationAccount) AuthProfileTO.Builder.impersonationAccounts(Collection<ImpersonationAccount> impersonationAccounts) AuthProfileTO.Builder.impersonationAccounts(ImpersonationAccount... impersonationAccounts) AuthProfileTO.Builder.mfaTrustedDevice(MfaTrustedDevice device) AuthProfileTO.Builder.mfaTrustedDevices(Collection<MfaTrustedDevice> devices) AuthProfileTO.Builder.mfaTrustedDevices(MfaTrustedDevice... devices) AuthProfileTO.Builder.webAuthnDeviceCredential(WebAuthnDeviceCredential credential) AuthProfileTO.Builder.webAuthnDeviceCredentials(Collection<WebAuthnDeviceCredential> credentials) AuthProfileTO.Builder.webAuthnDeviceCredentials(WebAuthnDeviceCredential... credentials)