Uses of Interface
com.okta.sdk.resource.User
-
Packages that use User Package Description com.okta.sdk.client com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of User in com.okta.sdk.client
Methods in com.okta.sdk.client that return User Modifier and Type Method Description User
Client. createUser(CreateUserRequest body)
Create User Creates a new user in your Okta organization with or without credentials.User
Client. createUser(CreateUserRequest body, java.lang.Boolean activate, java.lang.Boolean provider, UserNextLogin nextLogin)
Create User Creates a new user in your Okta organization with or without credentials.User
Client. expirePassword(java.lang.String userId)
Expire Password This operation transitions the user to the status of `PASSWORD_EXPIRED` so that the user is required to change their password at their next login.User
Client. getUser(java.lang.String userId)
Get User Fetches a user from your Okta organization.User
Client. partialUpdateUser(User user, java.lang.String userId)
Partial Update User Fetch a user by `id`, `login`, or `login shortname` if the short name is unambiguous.User
Client. partialUpdateUser(User user, java.lang.String userId, java.lang.Boolean strict)
Partial Update User Fetch a user by `id`, `login`, or `login shortname` if the short name is unambiguous.User
Client. updateUser(User user, java.lang.String userId)
Update User Update a user's profile and/or credentials using strict-update semantics.User
Client. updateUser(User user, java.lang.String userId, java.lang.Boolean strict)
Update User Update a user's profile and/or credentials using strict-update semantics.Methods in com.okta.sdk.client with parameters of type User Modifier and Type Method Description User
Client. partialUpdateUser(User user, java.lang.String userId)
Partial Update User Fetch a user by `id`, `login`, or `login shortname` if the short name is unambiguous.User
Client. partialUpdateUser(User user, java.lang.String userId, java.lang.Boolean strict)
Partial Update User Fetch a user by `id`, `login`, or `login shortname` if the short name is unambiguous.User
Client. updateUser(User user, java.lang.String userId)
Update User Update a user's profile and/or credentials using strict-update semantics.User
Client. updateUser(User user, java.lang.String userId, java.lang.Boolean strict)
Update User Update a user's profile and/or credentials using strict-update semantics. -
Uses of User in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return User Modifier and Type Method Description User
User. setCredentials(UserCredentials credentials)
User
User. setProfile(UserProfile profile)
User
User. setStatus(UserStatus status)
User
User. setTransitioningToStatus(UserStatus transitioningToStatus)
User
User. setType(UserType type)
-
Uses of User in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder that return User Modifier and Type Method Description User
UserBuilder. buildAndCreate(Client client)
-