Uses of Class
com.okta.sdk.resource.PolicyRuleAuthContextType
-
Packages that use PolicyRuleAuthContextType Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of PolicyRuleAuthContextType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return PolicyRuleAuthContextType Modifier and Type Method Description PolicyRuleAuthContextType
PolicyRuleAuthContextCondition. getAuthType()
static PolicyRuleAuthContextType
PolicyRuleAuthContextType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PolicyRuleAuthContextType[]
PolicyRuleAuthContextType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type PolicyRuleAuthContextType Modifier and Type Method Description PolicyRuleAuthContextCondition
PolicyRuleAuthContextCondition. setAuthType(PolicyRuleAuthContextType authType)
-
Uses of PolicyRuleAuthContextType in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type PolicyRuleAuthContextType Modifier and Type Method Description SignOnPolicyRuleBuilder
SignOnPolicyRuleBuilder. setAuthType(PolicyRuleAuthContextType authType)
-