Uses of Interface
com.okta.sdk.resource.user.User
-
Packages that use User Package Description com.okta.sdk.client com.okta.sdk.resource.user -
-
Uses of User in com.okta.sdk.client
Methods in com.okta.sdk.client that return User Modifier and Type Method Description UserClient. createUser(CreateUserRequest body)Create User Creates a new user in your Okta organization with or without credentials.UserClient. 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.UserClient. getUser(java.lang.String userId)Get User Fetches a user from your Okta organization.UserClient. partialUpdateUser(User user, java.lang.String userId)Fetch a user by `id`, `login`, or `login shortname` if the short name is unambiguous.UserClient. partialUpdateUser(User user, java.lang.String userId, java.lang.Boolean strict)Fetch a user by `id`, `login`, or `login shortname` if the short name is unambiguous.Methods in com.okta.sdk.client with parameters of type User Modifier and Type Method Description UserClient. partialUpdateUser(User user, java.lang.String userId)Fetch a user by `id`, `login`, or `login shortname` if the short name is unambiguous.UserClient. partialUpdateUser(User user, java.lang.String userId, java.lang.Boolean strict)Fetch a user by `id`, `login`, or `login shortname` if the short name is unambiguous. -
Uses of User in com.okta.sdk.resource.user
Methods in com.okta.sdk.resource.user that return User Modifier and Type Method Description UserUserBuilder. buildAndCreate(Client client)UserUser. expirePassword()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.UserUser. setCredentials(UserCredentials credentials)UserUser. setProfile(UserProfile profile)UserUser. setType(UserType type)UserUser. update()Update User Update a user's profile and/or credentials using strict-update semantics.UserUser. update(java.lang.Boolean strict)Update User Update a user's profile and/or credentials using strict-update semantics.
-