Package com.okta.sdk.resource.model
Class BaseContextUser
java.lang.Object
com.okta.sdk.resource.model.BaseContextUser
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class BaseContextUser
extends Object
implements Serializable
Identifies the Okta user that the token was generated to authenticate and provides details of their Okta user profile
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
The unique identifier for the usergetLinks()
Get linksThe timestamp when the user's password was last updatedGet profileint
hashCode()
links
(BaseContextUserLinks links) passwordChanged
(OffsetDateTime passwordChanged) profile
(BaseContextUserProfile profile) void
void
setLinks
(BaseContextUserLinks links) void
setPasswordChanged
(OffsetDateTime passwordChanged) void
setProfile
(BaseContextUserProfile profile) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_PASSWORD_CHANGED
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
BaseContextUser
public BaseContextUser()
-
-
Method Details
-
id
-
getId
The unique identifier for the user- Returns:
- id
-
setId
-
passwordChanged
-
getPasswordChanged
The timestamp when the user's password was last updated- Returns:
- passwordChanged
-
setPasswordChanged
-
profile
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-