Class Policy.Builder
java.lang.Object
com.yoti.api.client.identity.policy.Policy.Builder
- Enclosing class:
- Policy
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withAgeOver(boolean optional, int age) withAgeOver(int age) withAgeUnder(boolean optional, int age) withAgeUnder(int age) withDateOfBirth(boolean optional) withEmail(boolean optional) withFamilyName(boolean optional) withFullName(boolean optional) withGender(boolean optional) withGivenNames(boolean optional) withIdentityProfile(Object identityProfile) withNationality(boolean optional) withPhoneNumber(boolean optional) withPinAuthentication(boolean enabled) withPostalAddress(boolean optional) withSelfie(boolean optional) withSelfieAuthentication(boolean enabled) withStructuredPostalAddress(boolean optional) withWantedAttribute(boolean optional, String name) withWantedAttribute(boolean optional, String name, List<Constraint> constraints) withWantedAttribute(WantedAttribute wanted) withWantedAuthType(int wantedAuthType) withWantedAuthType(int wantedAuthType, boolean enabled) withWantedRememberMe(boolean wantedRememberMe) withWantedRememberMeOptional(boolean wantedRememberMeOptional)
-
Method Details
-
withWantedAttribute
-
withWantedAttribute
public Policy.Builder withWantedAttribute(boolean optional, String name, List<Constraint> constraints) -
withWantedAttribute
-
withFamilyName
-
withFamilyName
-
withGivenNames
-
withGivenNames
-
withFullName
-
withFullName
-
withDateOfBirth
-
withDateOfBirth
-
withAgeOver
-
withAgeOver
-
withAgeUnder
-
withAgeUnder
-
withGender
-
withGender
-
withPostalAddress
-
withPostalAddress
-
withStructuredPostalAddress
-
withStructuredPostalAddress
-
withNationality
-
withNationality
-
withPhoneNumber
-
withPhoneNumber
-
withSelfie
-
withSelfie
-
withEmail
-
withEmail
-
withSelfieAuthentication
-
withPinAuthentication
-
withWantedAuthType
-
withWantedAuthType
-
withWantedRememberMe
-
withWantedRememberMeOptional
-
withIdentityProfile
-
build
-