Package com.okta.sdk.resource
Interface AuthorizationServerPolicyRuleConditions
-
- 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 AuthorizationServerPolicyRuleConditions extends ExtensibleResource, PolicyRuleConditions
AuthorizationServerPolicyRuleConditions
-
-
Method Summary
-
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, getContext, getDevice, getGroups, getIdentityProvider, getMdmEnrollment, getNetwork, getPlatform, getRisk, getRiskScore, getUserIdentifier, getUsers, getUserStatus, setApp, setApps, setAuthContext, setAuthProvider, setBeforeScheduledAction, setContext, setDevice, setGroups, setIdentityProvider, setMdmEnrollment, setNetwork, setPlatform, setRisk, setRiskScore, 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
-
getPeople
PolicyPeopleCondition getPeople()
- Specified by:
getPeople
in interfacePolicyRuleConditions
-
setPeople
AuthorizationServerPolicyRuleConditions setPeople(PolicyPeopleCondition people)
- Specified by:
setPeople
in interfacePolicyRuleConditions
-
getClients
ClientPolicyCondition getClients()
- Specified by:
getClients
in interfacePolicyRuleConditions
-
setClients
AuthorizationServerPolicyRuleConditions setClients(ClientPolicyCondition clients)
- Specified by:
setClients
in interfacePolicyRuleConditions
-
getGrantTypes
GrantTypePolicyRuleCondition getGrantTypes()
- Specified by:
getGrantTypes
in interfacePolicyRuleConditions
-
setGrantTypes
AuthorizationServerPolicyRuleConditions setGrantTypes(GrantTypePolicyRuleCondition grantTypes)
- Specified by:
setGrantTypes
in interfacePolicyRuleConditions
-
getScopes
OAuth2ScopesMediationPolicyRuleCondition getScopes()
- Specified by:
getScopes
in interfacePolicyRuleConditions
-
setScopes
AuthorizationServerPolicyRuleConditions setScopes(OAuth2ScopesMediationPolicyRuleCondition scopes)
- Specified by:
setScopes
in interfacePolicyRuleConditions
-
-