Package com.okta.sdk.resource.model
Class IdpPolicyRuleActionMatchCriteria
java.lang.Object
com.okta.sdk.resource.model.IdpPolicyRuleActionMatchCriteria
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class IdpPolicyRuleActionMatchCriteria
extends Object
implements Serializable
IdpPolicyRuleActionMatchCriteria
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The IdP property that the evaluated string should match toYou can provide an Okta Expression Language expression with the Login Context that's evaluated with the IdP.int
hashCode()
propertyName
(String propertyName) providerExpression
(String providerExpression) void
setPropertyName
(String propertyName) void
setProviderExpression
(String providerExpression) toString()
-
Field Details
-
JSON_PROPERTY_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PROVIDER_EXPRESSION
- See Also:
-
-
Constructor Details
-
IdpPolicyRuleActionMatchCriteria
public IdpPolicyRuleActionMatchCriteria()
-
-
Method Details
-
propertyName
-
getPropertyName
The IdP property that the evaluated string should match to- Returns:
- propertyName
-
setPropertyName
-
providerExpression
-
getProviderExpression
You can provide an Okta Expression Language expression with the Login Context that's evaluated with the IdP. For example, the value `login.identifier` refers to the user's username. If the user is signing in with the username `john.doe@mycompany.com`, the expression `login.identifier.substringAfter(@))` is evaluated to the domain name of the user, for example: `mycompany.com`.- Returns:
- providerExpression
-
setProviderExpression
-
equals
-
hashCode
public int hashCode() -
toString
-