Package com.okta.sdk.resource.model
Class PossessionConstraint
java.lang.Object
com.okta.sdk.resource.model.PossessionConstraint
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class PossessionConstraint
extends Object
implements Serializable
PossessionConstraint
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddMethodsItem
(String methodsItem) addTypesItem
(String typesItem) deviceBound
(String deviceBound) boolean
Get deviceBoundGet hardwareProtectionGet methodsGet phishingResistantGet reauthenticateIngetTypes()
Get typesGet userPresencehardwareProtection
(String hardwareProtection) int
hashCode()
phishingResistant
(String phishingResistant) reauthenticateIn
(String reauthenticateIn) void
setDeviceBound
(String deviceBound) void
setHardwareProtection
(String hardwareProtection) void
setMethods
(List<String> methods) void
setPhishingResistant
(String phishingResistant) void
setReauthenticateIn
(String reauthenticateIn) void
void
setUserPresence
(String userPresence) toString()
userPresence
(String userPresence)
-
Field Details
-
JSON_PROPERTY_METHODS
- See Also:
-
JSON_PROPERTY_REAUTHENTICATE_IN
- See Also:
-
JSON_PROPERTY_TYPES
- See Also:
-
JSON_PROPERTY_DEVICE_BOUND
- See Also:
-
JSON_PROPERTY_HARDWARE_PROTECTION
- See Also:
-
JSON_PROPERTY_PHISHING_RESISTANT
- See Also:
-
JSON_PROPERTY_USER_PRESENCE
- See Also:
-
-
Constructor Details
-
PossessionConstraint
public PossessionConstraint()
-
-
Method Details
-
methods
-
addMethodsItem
-
getMethods
Get methods- Returns:
- methods
-
setMethods
-
reauthenticateIn
-
getReauthenticateIn
Get reauthenticateIn- Returns:
- reauthenticateIn
-
setReauthenticateIn
-
types
-
addTypesItem
-
getTypes
Get types- Returns:
- types
-
setTypes
-
deviceBound
-
getDeviceBound
Get deviceBound- Returns:
- deviceBound
-
setDeviceBound
-
hardwareProtection
-
getHardwareProtection
Get hardwareProtection- Returns:
- hardwareProtection
-
setHardwareProtection
-
phishingResistant
-
getPhishingResistant
Get phishingResistant- Returns:
- phishingResistant
-
setPhishingResistant
-
userPresence
-
getUserPresence
Get userPresence- Returns:
- userPresence
-
setUserPresence
-
equals
-
hashCode
public int hashCode() -
toString
-