public class DomainSettingsPasswordLifetimeValidator extends java.lang.Object implements IValidator<DomainSettings>
Modifier and Type | Class and Description |
---|---|
static class |
DomainSettingsPasswordLifetimeValidator.Factory |
Constructor and Description |
---|
DomainSettingsPasswordLifetimeValidator(BmContext context) |
Modifier and Type | Method and Description |
---|---|
void |
create(DomainSettings obj) |
void |
update(DomainSettings oldValue,
DomainSettings newValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, update
public DomainSettingsPasswordLifetimeValidator(BmContext context)
public void create(DomainSettings obj) throws ServerFault
create
in interface IValidator<DomainSettings>
ServerFault
public void update(DomainSettings oldValue, DomainSettings newValue) throws ServerFault
update
in interface IValidator<DomainSettings>
ServerFault
Copyright © 2021. All Rights Reserved.