Uses of Class
com.adyen.model.sessionauthentication.Policy
-
Packages that use Policy Package Description com.adyen.model.sessionauthentication -
-
Uses of Policy in com.adyen.model.sessionauthentication
Methods in com.adyen.model.sessionauthentication that return Policy Modifier and Type Method Description PolicyPolicy. addResourcesItem(Resource resourcesItem)PolicyPolicy. addRolesItem(String rolesItem)static PolicyPolicy. fromJson(String jsonString)Create an instance of Policy given an JSON stringPolicyAuthenticationSessionRequest. getPolicy()Get policyPolicyPolicy. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PolicyPolicy. resources(Set<Resource> resources)An object containing the type and the unique identifier of the user of the component.PolicyPolicy. roles(Set<String> roles)The name of the role required to use the component.Methods in com.adyen.model.sessionauthentication with parameters of type Policy Modifier and Type Method Description AuthenticationSessionRequestAuthenticationSessionRequest. policy(Policy policy)policyvoidAuthenticationSessionRequest. setPolicy(Policy policy)policy
-