Uses of Interface
com.okta.sdk.resource.AuthorizationServerPolicyRule
-
Packages that use AuthorizationServerPolicyRule Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of AuthorizationServerPolicyRule in com.okta.sdk.client
Methods in com.okta.sdk.client that return AuthorizationServerPolicyRule Modifier and Type Method Description AuthorizationServerPolicyRule
Client. createAuthorizationServerPolicyRule(AuthorizationServerPolicyRule policyRule, java.lang.String policyId, java.lang.String authServerId)
Create Authorization Server Policy Rule Creates a policy rule for the specified Custom Authorization Server and Policy.AuthorizationServerPolicyRule
Client. getAuthorizationServerPolicyRule(java.lang.String policyId, java.lang.String authServerId, java.lang.String ruleId)
Get Authorization Server Policy Rule Returns a Policy Rule by ID that is defined in the specified Custom Authorization Server and Policy.AuthorizationServerPolicyRule
Client. updateAuthorizationServerPolicyRule(AuthorizationServerPolicyRule policyRule, java.lang.String policyId, java.lang.String authServerId, java.lang.String ruleId)
Update Authorization Server Policy Rule Updates the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy.Methods in com.okta.sdk.client with parameters of type AuthorizationServerPolicyRule Modifier and Type Method Description AuthorizationServerPolicyRule
Client. createAuthorizationServerPolicyRule(AuthorizationServerPolicyRule policyRule, java.lang.String policyId, java.lang.String authServerId)
Create Authorization Server Policy Rule Creates a policy rule for the specified Custom Authorization Server and Policy.AuthorizationServerPolicyRule
Client. updateAuthorizationServerPolicyRule(AuthorizationServerPolicyRule policyRule, java.lang.String policyId, java.lang.String authServerId, java.lang.String ruleId)
Update Authorization Server Policy Rule Updates the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy. -
Uses of AuthorizationServerPolicyRule in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return AuthorizationServerPolicyRule Modifier and Type Method Description AuthorizationServerPolicyRule
AuthorizationServerPolicyRule. setActions(AuthorizationServerPolicyRuleActions actions)
AuthorizationServerPolicyRule
AuthorizationServerPolicyRule. setConditions(AuthorizationServerPolicyRuleConditions conditions)
-