@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00")
public class DefaultAppUser
extends AbstractInstanceResource<AppUser>
implements AppUser
propertiesreadLock, writeLock| Constructor and Description |
|---|
DefaultAppUser(InternalDataStore dataStore) |
DefaultAppUser(InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Remove User from Application
Removes an assignment for a user from an application.
|
void |
delete(java.lang.Boolean sendEmail)
Remove User from Application
Removes an assignment for a user from an application.
|
java.util.Date |
getCreated() |
AppUserCredentials |
getCredentials() |
java.util.Map<java.lang.String,java.lang.Object> |
getEmbedded() |
java.lang.String |
getExternalId() |
java.lang.String |
getId() |
java.util.Date |
getLastSync() |
java.util.Date |
getLastUpdated() |
java.util.Map<java.lang.String,java.lang.Object> |
getLinks() |
java.util.Date |
getPasswordChanged() |
java.util.Map<java.lang.String,java.lang.Object> |
getProfile() |
java.util.Map<java.lang.String,Property> |
getPropertyDescriptors() |
java.lang.Class<? extends Resource> |
getResourceClass()
Returns the class this resource represents.
|
java.lang.String |
getScope() |
java.lang.String |
getStatus() |
java.util.Date |
getStatusChanged() |
java.lang.String |
getSyncState() |
AppUser |
setCredentials(AppUserCredentials credentials) |
AppUser |
setId(java.lang.String id) |
AppUser |
setProfile(java.util.Map<java.lang.String,java.lang.Object> profile) |
AppUser |
setScope(java.lang.String scope) |
AppUser |
update()
Update Application Profile for Assigned User
Updates a user's profile for an application
|
saveclear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, valuesgetBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setPropertyclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResourceHref, setResourceHrefgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListpublic DefaultAppUser(InternalDataStore dataStore)
public DefaultAppUser(InternalDataStore dataStore, java.util.Map<java.lang.String,java.lang.Object> properties)
public java.util.Map<java.lang.String,Property> getPropertyDescriptors()
getPropertyDescriptors in class AbstractResourcepublic java.lang.Class<? extends Resource> getResourceClass()
AbstractInstanceResourceFoo, in this case this method may return Foo.class.
(Defaults to getClass().)getResourceClass in class AbstractInstanceResource<AppUser>public java.util.Map<java.lang.String,java.lang.Object> getEmbedded()
getEmbedded in interface AppUserpublic java.util.Map<java.lang.String,java.lang.Object> getLinks()
public java.util.Date getCreated()
getCreated in interface AppUserpublic AppUserCredentials getCredentials()
getCredentials in interface AppUserpublic AppUser setCredentials(AppUserCredentials credentials)
setCredentials in interface AppUserpublic java.lang.String getExternalId()
getExternalId in interface AppUserpublic java.util.Date getLastSync()
getLastSync in interface AppUserpublic java.util.Date getLastUpdated()
getLastUpdated in interface AppUserpublic java.util.Date getPasswordChanged()
getPasswordChanged in interface AppUserpublic java.util.Map<java.lang.String,java.lang.Object> getProfile()
getProfile in interface AppUserpublic AppUser setProfile(java.util.Map<java.lang.String,java.lang.Object> profile)
setProfile in interface AppUserpublic AppUser setScope(java.lang.String scope)
public java.util.Date getStatusChanged()
getStatusChanged in interface AppUserpublic java.lang.String getSyncState()
getSyncState in interface AppUser@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00",
comments="POST - /api/v1/apps/{appId}/users/{userId}")
public AppUser update()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00",
comments="DELETE - /api/v1/apps/{appId}/users/{userId}")
public void delete(java.lang.Boolean sendEmail)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00",
comments="DELETE - /api/v1/apps/{appId}/users/{userId}")
public void delete()
Copyright © 2017-2021 Okta. All Rights Reserved.