Class DynamicPolicy
java.lang.Object
com.yoti.api.client.shareurl.policy.DynamicPolicy
Set of data required to request a sharing transaction
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DynamicPolicy.Builderbuilder()Defines a required identity profile within the scope of a trust framework and scheme.Set of requiredWantedAttributeType of authenticationsbooleanAllows to remember theDynamicPolicybooleanDefines theisWantedRememberMe()optional for the sharing
-
Method Details
-
builder
-
getWantedAttributes
Set of requiredWantedAttribute- Returns:
- attributes
-
getWantedAuthTypes
Type of authentications- Returns:
- authentication types
-
isWantedRememberMe
public boolean isWantedRememberMe()Allows to remember theDynamicPolicy- Returns:
- RememberMe
-
isWantedRememberMeOptional
public boolean isWantedRememberMeOptional()Defines theisWantedRememberMe()optional for the sharing- Returns:
- RememberMeOptional
-
getIdentityProfile
Defines a required identity profile within the scope of a trust framework and scheme.- Returns:
- IdentityProfile
-