Package com.okta.sdk.resource.model
Class AuthorizationServerPolicyRuleConditions
java.lang.Object
com.okta.sdk.resource.model.AuthorizationServerPolicyRuleConditions
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class AuthorizationServerPolicyRuleConditions
extends Object
implements Serializable
AuthorizationServerPolicyRuleConditions
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get grantTypesGet peopleGet scopesgrantTypes
(GrantTypePolicyRuleCondition grantTypes) int
hashCode()
void
setGrantTypes
(GrantTypePolicyRuleCondition grantTypes) void
void
toString()
-
Field Details
-
JSON_PROPERTY_GRANT_TYPES
- See Also:
-
JSON_PROPERTY_PEOPLE
- See Also:
-
JSON_PROPERTY_SCOPES
- See Also:
-
-
Constructor Details
-
AuthorizationServerPolicyRuleConditions
public AuthorizationServerPolicyRuleConditions()
-
-
Method Details
-
grantTypes
-
getGrantTypes
-
setGrantTypes
-
people
public AuthorizationServerPolicyRuleConditions people(AuthorizationServerPolicyPeopleCondition people) -
getPeople
-
setPeople
-
scopes
public AuthorizationServerPolicyRuleConditions scopes(OAuth2ScopesMediationPolicyRuleCondition scopes) -
getScopes
-
setScopes
-
equals
-
hashCode
-
toString
-