| Package | Description |
|---|---|
| de.hybris.platform.core.resource.user | |
| de.hybris.platform.servicelayer.user | |
| de.hybris.platform.servicelayer.user.impl |
| Modifier and Type | Method and Description |
|---|---|
UserPasswordChangeAuditModel |
UserPasswordChangeAuditResource.getUserPasswordChangeAuditModel()
Convenience method which just delegates to
#getResourceValue() |
protected UserPasswordChangeAuditModel |
UserPasswordChangeAuditResource.readResource(String resourceId)
Gets the
UserPasswordChangeAuditModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<UserPasswordChangeAuditModel> |
UserPasswordChangeAuditsResource.getUserPasswordChangeAuditsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserPasswordChangeAuditResource.setUserPasswordChangeAuditModel(UserPasswordChangeAuditModel value)
Convenience method which just delegates to
#setResourceValue(UserPasswordChangeAuditModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserPasswordChangeAuditsResource.setUserPasswordChangeAuditsCollection(Collection<UserPasswordChangeAuditModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserService.isPasswordIdenticalToAudited(UserModel user,
String plainPassword,
UserPasswordChangeAuditModel audit)
Checks if password is the same as the previous password.
|
| Modifier and Type | Method and Description |
|---|---|
UserPasswordChangeAuditModel |
UserAuditFactory.createUserPasswordChangeAudit(PK pk,
String uid,
String previousPassword,
String previousEncoding)
Initializes UserAuditModel with uid, pk, previous password and encoding of the user.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultUserService.isPasswordIdenticalToAudited(UserModel user,
String plainPassword,
UserPasswordChangeAuditModel audit) |
Copyright © 2017 SAP SE. All Rights Reserved.