| Package | Description |
|---|---|
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| de.hybris.platform.core.resource.user | |
| de.hybris.platform.servicelayer.user | |
| de.hybris.platform.servicelayer.user.daos | |
| de.hybris.platform.servicelayer.user.daos.impl | |
| de.hybris.platform.servicelayer.user.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
BruteForceLoginDisabledAuditModel
Generated model class for type BruteForceLoginDisabledAudit first defined at extension core.
|
class |
BruteForceOAuthDisabledAuditModel
Generated model class for type BruteForceOAuthDisabledAudit first defined at extension oauth2.
|
class |
UserPasswordChangeAuditModel
Generated model class for type UserPasswordChangeAudit first defined at extension core.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUserAuditModel |
AbstractUserAuditResource.getAbstractUserAuditModel()
Convenience method which just delegates to
#getResourceValue() |
protected AbstractUserAuditModel |
AbstractUserAuditResource.readResource(String resourceId)
Gets the
AbstractUserAuditModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractUserAuditModel> |
AbstractUserAuditsResource.getAbstractUserAuditsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUserAuditResource.setAbstractUserAuditModel(AbstractUserAuditModel value)
Convenience method which just delegates to
#setResourceValue(AbstractUserAuditModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUserAuditsResource.setAbstractUserAuditsCollection(Collection<AbstractUserAuditModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractUserAuditModel> |
UserService.getUserAudits(UserModel user)
Gets audit information about user previous password hashes.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractUserAuditModel> |
UserAuditDao.getUserAudit(PK user) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractUserAuditModel> |
DefaultUserAuditDao.getUserAudit(PK userPK) |
| Modifier and Type | Method and Description |
|---|---|
protected <X extends AbstractUserAuditModel> |
UserAuditFactory.processAfterCreation(X user)
Extension point that allows to modify or store additional data if UserAudit model is extended.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractUserAuditModel> |
DefaultUserService.getUserAudits(UserModel user) |
Copyright © 2017 SAP SE. All Rights Reserved.