Package fr.becpg.repo.authentication
Class BeCPGUserAccount
java.lang.Object
fr.becpg.repo.authentication.BeCPGUserAccount
BeCPGUserAccount class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for the fieldauthorities.Getter for the fielddisable.getEmail()getEmail.Map<org.alfresco.service.namespace.QName,Serializable> Getter for the fieldextraProps.getFirstName.Getter for the fieldgeneratePassword.getLastName.Getter for the fieldnewUserName.Getter for the fieldnotify.Getter for the fieldpassword.Getter for the fieldsynchronizeWithIDS.Getter for the fielduserName.inthashCode()voidsetAuthorities(Set<String> authorities) Setter for the fieldauthorities.voidsetDisable(Boolean disable) Setter for the fielddisable.voidsetEmail.voidsetExtraProps(Map<org.alfresco.service.namespace.QName, Serializable> extraProps) Setter for the fieldextraProps.voidsetFirstName(String firstName) setFirstName.voidsetGeneratePassword(Boolean generatePassword) Setter for the fieldgeneratePassword.voidsetLastName(String lastName) setLastName.voidsetNewUserName(String newUserName) Setter for the fieldnewUserName.voidSetter for the fieldnotify.voidsetPassword(String password) Setter for the fieldpassword.voidsetSynchronizeWithIDS(Boolean synchronizeWithIDS) Setter for the fieldsynchronizeWithIDS.voidsetUserName(String userName) Setter for the fielduserName.toString()
-
Field Details
-
userName
-
password
-
generatePassword
-
synchronizeWithIDS
-
disable
-
newUserName
-
extraProps
-
authorities
-
notify
-
-
Constructor Details
-
BeCPGUserAccount
public BeCPGUserAccount()
-
-
Method Details
-
getSynchronizeWithIDS
Getter for the field
synchronizeWithIDS.- Returns:
- a
Booleanobject
-
setSynchronizeWithIDS
Setter for the field
synchronizeWithIDS.- Parameters:
synchronizeWithIDS- aBooleanobject
-
getGeneratePassword
Getter for the field
generatePassword.- Returns:
- a
Booleanobject
-
setGeneratePassword
Setter for the field
generatePassword.- Parameters:
generatePassword- aBooleanobject
-
getDisable
Getter for the field
disable.- Returns:
- a
Booleanobject
-
setDisable
Setter for the field
disable.- Parameters:
disable- aBooleanobject
-
getNewUserName
Getter for the field
newUserName.- Returns:
- a
Stringobject
-
setNewUserName
Setter for the field
newUserName.- Parameters:
newUserName- aStringobject
-
getUserName
Getter for the field
userName.- Returns:
- a
Stringobject
-
setUserName
Setter for the field
userName.- Parameters:
userName- aStringobject
-
getFirstName
getFirstName.
- Returns:
- a
Stringobject
-
setFirstName
setFirstName.
- Parameters:
firstName- aStringobject
-
getLastName
getLastName.
- Returns:
- a
Stringobject
-
setLastName
setLastName.
- Parameters:
lastName- aStringobject
-
getPassword
Getter for the field
password.- Returns:
- a
Stringobject
-
setPassword
Setter for the field
password.- Parameters:
password- aStringobject
-
getEmail
getEmail.
- Returns:
- a
Stringobject
-
setEmail
setEmail.
- Parameters:
email- aStringobject
-
getNotify
Getter for the field
notify.- Returns:
- a
Booleanobject
-
setNotify
Setter for the field
notify.- Parameters:
notify- aBooleanobject
-
getAuthorities
Getter for the field
authorities.- Returns:
- a
Setobject
-
setAuthorities
Setter for the field
authorities.- Parameters:
authorities- aSetobject
-
getExtraProps
Getter for the field
extraProps.- Returns:
- a
Mapobject
-
setExtraProps
Setter for the field
extraProps.- Parameters:
extraProps- aMapobject
-
hashCode
public int hashCode() -
equals
-
toString
-