@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00") public class DefaultAuthorizationServerPolicyRule extends AbstractInstanceResource<AuthorizationServerPolicyRule> implements AuthorizationServerPolicyRule
AuthorizationServerPolicyRule.StatusEnum, AuthorizationServerPolicyRule.TypeEnum
properties
readLock, writeLock
Constructor and Description |
---|
DefaultAuthorizationServerPolicyRule(InternalDataStore dataStore) |
DefaultAuthorizationServerPolicyRule(InternalDataStore dataStore,
Map<String,Object> properties) |
delete, save
clear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, values
getBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setProperty
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
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
public DefaultAuthorizationServerPolicyRule(InternalDataStore dataStore)
public DefaultAuthorizationServerPolicyRule(InternalDataStore dataStore, Map<String,Object> properties)
public Map<String,Property> getPropertyDescriptors()
getPropertyDescriptors
in class AbstractResource
public Class<? extends Resource> getResourceClass()
AbstractInstanceResource
Foo
, in this case this method may return Foo.class
.
(Defaults to getClass()
.)getResourceClass
in class AbstractInstanceResource<AuthorizationServerPolicyRule>
public AuthorizationServerPolicyRuleActions getActions()
getActions
in interface AuthorizationServerPolicyRule
public AuthorizationServerPolicyRule setActions(AuthorizationServerPolicyRuleActions actions)
setActions
in interface AuthorizationServerPolicyRule
public AuthorizationServerPolicyRuleConditions getConditions()
getConditions
in interface AuthorizationServerPolicyRule
public AuthorizationServerPolicyRule setConditions(AuthorizationServerPolicyRuleConditions conditions)
setConditions
in interface AuthorizationServerPolicyRule
public Date getCreated()
getCreated
in interface AuthorizationServerPolicyRule
public String getId()
getId
in interface AuthorizationServerPolicyRule
public Date getLastUpdated()
getLastUpdated
in interface AuthorizationServerPolicyRule
public String getName()
getName
in interface AuthorizationServerPolicyRule
public AuthorizationServerPolicyRule setName(String name)
setName
in interface AuthorizationServerPolicyRule
public Integer getPriority()
getPriority
in interface AuthorizationServerPolicyRule
public AuthorizationServerPolicyRule setPriority(Integer priority)
setPriority
in interface AuthorizationServerPolicyRule
public AuthorizationServerPolicyRule.StatusEnum getStatus()
getStatus
in interface AuthorizationServerPolicyRule
public AuthorizationServerPolicyRule setStatus(AuthorizationServerPolicyRule.StatusEnum status)
setStatus
in interface AuthorizationServerPolicyRule
public Boolean getSystem()
getSystem
in interface AuthorizationServerPolicyRule
public AuthorizationServerPolicyRule setSystem(Boolean system)
setSystem
in interface AuthorizationServerPolicyRule
public AuthorizationServerPolicyRule.TypeEnum getType()
getType
in interface AuthorizationServerPolicyRule
public AuthorizationServerPolicyRule setType(AuthorizationServerPolicyRule.TypeEnum type)
setType
in interface AuthorizationServerPolicyRule
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="PUT - /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}") public AuthorizationServerPolicyRule update(String authServerId)
update
in interface AuthorizationServerPolicyRule
authServerId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/activate") public void activate(String authServerId)
activate
in interface AuthorizationServerPolicyRule
authServerId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate") public void deactivate(String authServerId)
deactivate
in interface AuthorizationServerPolicyRule
authServerId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="DELETE - /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}") public void delete(String authServerId)
delete
in interface AuthorizationServerPolicyRule
authServerId
- (required)Copyright © 2017–2023 Okta. All rights reserved.