@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface AuthorizationServerPolicy extends ExtensibleResource
Modifier and Type | Interface and Description |
---|---|
static class |
AuthorizationServerPolicy.StatusEnum
Enum status
|
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
PolicyRuleConditions getConditions()
AuthorizationServerPolicy setConditions(PolicyRuleConditions conditions)
Date getCreated()
String getDescription()
AuthorizationServerPolicy setDescription(String description)
String getId()
Date getLastUpdated()
String getName()
AuthorizationServerPolicy setName(String name)
Integer getPriority()
AuthorizationServerPolicy setPriority(Integer priority)
AuthorizationServerPolicy.StatusEnum getStatus()
AuthorizationServerPolicy setStatus(AuthorizationServerPolicy.StatusEnum status)
Boolean getSystem()
AuthorizationServerPolicy setSystem(Boolean system)
PolicyType getType()
AuthorizationServerPolicy setType(PolicyType type)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}") AuthorizationServerPolicyRule getPolicyRule(String authServerId, String ruleId)
authServerId
- (required)ruleId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/deactivate") void deactivate(String authServerId)
authServerId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules") AuthorizationServerPolicyRule createPolicyRule(String authServerId, AuthorizationServerPolicyRule policyRule)
authServerId
- (required)policyRule
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="PUT - /api/v1/authorizationServers/{authServerId}/policies/{policyId}") AuthorizationServerPolicy update(String authServerId)
authServerId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/authorizationServers/{authServerId}/policies/{policyId}") void delete(String authServerId)
authServerId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules") AuthorizationServerPolicyRuleList listPolicyRules(String authServerId)
authServerId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/activate") void activate(String authServerId)
authServerId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}") void deletePolicyRule(String authServerId, String ruleId)
authServerId
- (required)ruleId
- (required)Copyright © 2017–2023 Okta. All rights reserved.