Package com.okta.sdk.resource
Interface PasswordPolicyRuleConditions
-
- All Superinterfaces:
ExtensibleResource
,java.util.Map<java.lang.String,java.lang.Object>
,PolicyRuleConditions
,PropertyRetriever
,Resource
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-02-23T16:25:57.809958-06:00[America/Chicago]") public interface PasswordPolicyRuleConditions extends ExtensibleResource, PolicyRuleConditions
PasswordPolicyRuleConditions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyNetworkCondition
getNetwork()
PolicyPeopleCondition
getPeople()
PasswordPolicyRuleConditions
setNetwork(PolicyNetworkCondition network)
PasswordPolicyRuleConditions
setPeople(PolicyPeopleCondition people)
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface com.okta.sdk.resource.PolicyRuleConditions
getApp, getApps, getAuthContext, getAuthProvider, getBeforeScheduledAction, getClients, getContext, getDevice, getGrantTypes, getGroups, getIdentityProvider, getMdmEnrollment, getPlatform, getRisk, getRiskScore, getScopes, getUserIdentifier, getUsers, getUserStatus, setApp, setApps, setAuthContext, setAuthProvider, setBeforeScheduledAction, setClients, setContext, setDevice, setGrantTypes, setGroups, setIdentityProvider, setMdmEnrollment, setPlatform, setRisk, setRiskScore, setScopes, setUserIdentifier, setUsers, setUserStatus
-
Methods inherited from interface com.okta.sdk.resource.PropertyRetriever
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
-
Methods inherited from interface com.okta.sdk.resource.Resource
getResourceHref, setResourceHref
-
-
-
-
Method Detail
-
getNetwork
PolicyNetworkCondition getNetwork()
- Specified by:
getNetwork
in interfacePolicyRuleConditions
-
setNetwork
PasswordPolicyRuleConditions setNetwork(PolicyNetworkCondition network)
- Specified by:
setNetwork
in interfacePolicyRuleConditions
-
getPeople
PolicyPeopleCondition getPeople()
- Specified by:
getPeople
in interfacePolicyRuleConditions
-
setPeople
PasswordPolicyRuleConditions setPeople(PolicyPeopleCondition people)
- Specified by:
setPeople
in interfacePolicyRuleConditions
-
-