Modifier and Type |
Method and Description |
IdentityProviderPolicyAllOf |
accountLink(PolicyAccountLink accountLink) |
IdentityProviderPolicyAllOf |
conditions(PolicyRuleConditions conditions) |
boolean |
equals(Object o) |
PolicyAccountLink |
getAccountLink()
Get accountLink
|
PolicyRuleConditions |
getConditions()
Get conditions
|
Boolean |
getMapAMRClaims()
Enable mapping AMR from IdP to Okta to downstream apps
|
Integer |
getMaxClockSkew()
Get maxClockSkew
|
Provisioning |
getProvisioning()
Get provisioning
|
PolicySubject |
getSubject()
Get subject
|
int |
hashCode() |
IdentityProviderPolicyAllOf |
mapAMRClaims(Boolean mapAMRClaims) |
IdentityProviderPolicyAllOf |
maxClockSkew(Integer maxClockSkew) |
IdentityProviderPolicyAllOf |
provisioning(Provisioning provisioning) |
void |
setAccountLink(PolicyAccountLink accountLink) |
void |
setConditions(PolicyRuleConditions conditions) |
void |
setMapAMRClaims(Boolean mapAMRClaims) |
void |
setMaxClockSkew(Integer maxClockSkew) |
void |
setProvisioning(Provisioning provisioning) |
void |
setSubject(PolicySubject subject) |
IdentityProviderPolicyAllOf |
subject(PolicySubject subject) |
String |
toString() |