public class UserAuthenticationSettingsForm extends NotPersistenceObject
Constructor and Description |
---|
UserAuthenticationSettingsForm() |
Modifier and Type | Method and Description |
---|---|
UserAuthenticationPolicy |
getAuthenticationPolicy() |
UserInvalidAuthenticationPolicy |
getInvalidAuthenticationPolicy() |
java.util.Set<IPAuthorisationRule> |
getIpAuthorisationRules() |
UserPasswordPolicy |
getPasswordPolicy() |
UsernamePolicy |
getUsernamePolicy() |
void |
setAuthenticationPolicy(UserAuthenticationPolicy authenticationPolicy) |
void |
setInvalidAuthenticationPolicy(UserInvalidAuthenticationPolicy invalidAuthenticationPolicy) |
void |
setIpAuthorisationRules(java.util.Set<IPAuthorisationRule> ipAuthorisationRules) |
void |
setPasswordPolicy(UserPasswordPolicy passwordPolicy) |
void |
setUsernamePolicy(UsernamePolicy usernamePolicy) |
clone, compareObjects, compareTo, deepCopy, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, getIsRestricted, getIsViewable, getMandatoryFields, getModifiedCollections, getName, getNewvalues, getNotes, getNotVisibleActions, getNotVisibleFields, getNotVisiblePrintouts, getNumber, getOldvalues, getOwnerCollection, getProperties, getProperty, getReadOnlyFields, getRecVersion, getSharedNotes, getSortby, getUpdatedByUnit, getUpdatedByUser, getUpdatedDate, initFieldsizes, initializeCRMDO, isAssignable, isDeletable, isDeleted, isEditable, isMandatory, isModified, isModified, isNew, isRestricted, isSortbyDefined, isSpecified, isViewable, networkRestrictionsSet, onDelete, onLoad, onLoad, onSave, onSave, onUpdate, securityRestrictionsSet, setAlias, setAltCode, setAttachments, setChange, setCode, setCreatedByUnit, setCreatedByUser, setCreatedDate, setDefaultMandatoryFields, setDescription, setFieldsize, setId, setIsAssignable, setIsDeletable, setIsDeleted, setIsEditable, setIsRestricted, setIsViewable, setMandatoryFields, setModified, setModifiedCollections, setName, setNetworkRestrictionsSet, setNew, setNew, setNewvalues, setNotes, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toString
public UserPasswordPolicy getPasswordPolicy()
public void setPasswordPolicy(UserPasswordPolicy passwordPolicy)
public UsernamePolicy getUsernamePolicy()
public void setUsernamePolicy(UsernamePolicy usernamePolicy)
public UserInvalidAuthenticationPolicy getInvalidAuthenticationPolicy()
public void setInvalidAuthenticationPolicy(UserInvalidAuthenticationPolicy invalidAuthenticationPolicy)
public UserAuthenticationPolicy getAuthenticationPolicy()
public void setAuthenticationPolicy(UserAuthenticationPolicy authenticationPolicy)
public java.util.Set<IPAuthorisationRule> getIpAuthorisationRules()
public void setIpAuthorisationRules(java.util.Set<IPAuthorisationRule> ipAuthorisationRules)