Package org.apache.syncope.common.lib.to
Class AuthProfileTO.Builder
java.lang.Object
org.apache.syncope.common.lib.to.AuthProfileTO.Builder
- Enclosing class:
AuthProfileTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()consentDecision(WAConsentDecision consentDecision) consentDecisions(Collection<WAConsentDecision> consentDecisions) consentDecisions(WAConsentDecision... consentDecisions) googleMfaAuthAccount(GoogleMfaAuthAccount account) googleMfaAuthAccounts(Collection<GoogleMfaAuthAccount> accounts) googleMfaAuthAccounts(GoogleMfaAuthAccount... accounts) googleMfaAuthTokens(GoogleMfaAuthToken... tokens) impersonationAccount(ImpersonationAccount impersonationAccount) impersonationAccounts(Collection<ImpersonationAccount> impersonationAccounts) impersonationAccounts(ImpersonationAccount... impersonationAccounts) mfaTrustedDevice(MfaTrustedDevice device) mfaTrustedDevices(Collection<MfaTrustedDevice> devices) mfaTrustedDevices(MfaTrustedDevice... devices) webAuthnDeviceCredential(WebAuthnDeviceCredential credential) webAuthnDeviceCredentials(Collection<WebAuthnDeviceCredential> credentials) webAuthnDeviceCredentials(WebAuthnDeviceCredential... credentials)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
-
owner
-
impersonationAccount
-
impersonationAccounts
-
impersonationAccounts
public AuthProfileTO.Builder impersonationAccounts(Collection<ImpersonationAccount> impersonationAccounts) -
googleMfaAuthToken
-
googleMfaAuthTokens
-
googleMfaAuthTokens
-
googleMfaAuthAccount
-
googleMfaAuthAccounts
-
googleMfaAuthAccounts
-
mfaTrustedDevice
-
mfaTrustedDevices
-
mfaTrustedDevices
-
webAuthnDeviceCredential
-
webAuthnDeviceCredentials
-
webAuthnDeviceCredentials
public AuthProfileTO.Builder webAuthnDeviceCredentials(Collection<WebAuthnDeviceCredential> credentials) -
consentDecision
-
consentDecisions
-
consentDecisions
-
build
-