net.sourceforge.heracles.model
Class LdapUser
java.lang.Object
net.sourceforge.heracles.model.LdapUser
- All Implemented Interfaces:
- java.io.Serializable
public class LdapUser
- extends java.lang.Object
- implements java.io.Serializable
Title: LdapUser.java
Description: This class represents a LDAP userobject
Java Version: JDK 1.5
- Author:
- Philipp Gantert
version 1.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
surname
private java.lang.String surname
givenName
private java.lang.String givenName
commonname
private java.lang.String commonname
displayName
private java.lang.String displayName
distinguishedName
private java.lang.String distinguishedName
userPrincipalName
private java.lang.String userPrincipalName
description
private java.lang.String description
mailNickname
private java.lang.String mailNickname
lastLogon
private java.util.Date lastLogon
logonCount
private long logonCount
accountDisable
private boolean accountDisable
accountLockout
private boolean accountLockout
passwordExpired
private boolean passwordExpired
telephoneNumber
private java.lang.String telephoneNumber
mail
private java.lang.String mail
ldapGroups
private java.util.List<LdapGroup> ldapGroups
company
private java.lang.String company
department
private java.lang.String department
title
private java.lang.String title
streetAddress
private java.lang.String streetAddress
postalCode
private java.lang.String postalCode
location
private java.lang.String location
state
private java.lang.String state
country
private java.lang.String country
homepage
private java.lang.String homepage
extensionAttribute7
private java.lang.String extensionAttribute7
extensionAttribute6
private java.lang.String extensionAttribute6
LdapUser
public LdapUser()
isAccountDisable
public boolean isAccountDisable()
- Returns:
- the accountDisable
setAccountDisable
public void setAccountDisable(boolean accountDisable)
- Parameters:
accountDisable
- the accountDisable to set
isAccountLockout
public boolean isAccountLockout()
- Returns:
- the accountLockout
setAccountLockout
public void setAccountLockout(boolean accountLockout)
- Parameters:
accountLockout
- the accountLockout to set
getCommonname
public java.lang.String getCommonname()
- Returns:
- the commonname
setCommonname
public void setCommonname(java.lang.String commonname)
- Parameters:
commonname
- the commonname to set
getCompany
public java.lang.String getCompany()
- Returns:
- the company
setCompany
public void setCompany(java.lang.String company)
- Parameters:
company
- the company to set
getCountry
public java.lang.String getCountry()
- Returns:
- the country
setCountry
public void setCountry(java.lang.String country)
- Parameters:
country
- the country to set
getDepartment
public java.lang.String getDepartment()
- Returns:
- the departement
setDepartment
public void setDepartment(java.lang.String departement)
- Parameters:
departement
- the departement to set
getDescription
public java.lang.String getDescription()
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- the description to set
getDisplayName
public java.lang.String getDisplayName()
- Returns:
- the displayName
setDisplayName
public void setDisplayName(java.lang.String displayName)
- Parameters:
displayName
- the displayName to set
getDistinguishedName
public java.lang.String getDistinguishedName()
- Returns:
- the distinguishedName
setDistinguishedName
public void setDistinguishedName(java.lang.String distinguishedName)
- Parameters:
distinguishedName
- the distinguishedName to set
getGivenName
public java.lang.String getGivenName()
- Returns:
- the givenName
setGivenName
public void setGivenName(java.lang.String givenName)
- Parameters:
givenName
- the givenName to set
getHomepage
public java.lang.String getHomepage()
- Returns:
- the homepage
setHomepage
public void setHomepage(java.lang.String homepage)
- Parameters:
homepage
- the homepage to set
getLdapGroups
public java.util.List<LdapGroup> getLdapGroups()
- Returns:
- the ldapGroups
setLdapGroups
public void setLdapGroups(java.util.List<LdapGroup> ldapGroups)
- Parameters:
ldapGroups
- the ldapGroups to set
getLocation
public java.lang.String getLocation()
- Returns:
- the location
setLocation
public void setLocation(java.lang.String location)
- Parameters:
location
- the location to set
getLogonCount
public long getLogonCount()
- Returns:
- the logonCount
setLogonCount
public void setLogonCount(long logonCount)
- Parameters:
logonCount
- the logonCount to set
getMail
public java.lang.String getMail()
- Returns:
- the mail
setMail
public void setMail(java.lang.String mail)
- Parameters:
mail
- the mail to set
getMailNickname
public java.lang.String getMailNickname()
- Returns:
- the mailNickname
setMailNickname
public void setMailNickname(java.lang.String mailNickname)
- Parameters:
mailNickname
- the mailNickname to set
isPasswordExpired
public boolean isPasswordExpired()
- Returns:
- the passwordExpired
setPasswordExpired
public void setPasswordExpired(boolean passwordExpired)
- Parameters:
passwordExpired
- the passwordExpired to set
getPostalCode
public java.lang.String getPostalCode()
- Returns:
- the postalCode
setPostalCode
public void setPostalCode(java.lang.String postalCode)
- Parameters:
postalCode
- the postalCode to set
getState
public java.lang.String getState()
- Returns:
- the state
setState
public void setState(java.lang.String state)
- Parameters:
state
- the state to set
getStreetAddress
public java.lang.String getStreetAddress()
- Returns:
- the streetAddress
setStreetAddress
public void setStreetAddress(java.lang.String streetAddress)
- Parameters:
streetAddress
- the streetAddress to set
getSurname
public java.lang.String getSurname()
- Returns:
- the surname
setSurname
public void setSurname(java.lang.String surname)
- Parameters:
surname
- the surname to set
getTelephoneNumber
public java.lang.String getTelephoneNumber()
- Returns:
- the telephoneNumber
setTelephoneNumber
public void setTelephoneNumber(java.lang.String telephoneNumber)
- Parameters:
telephoneNumber
- the telephoneNumber to set
getTitle
public java.lang.String getTitle()
- Returns:
- the title
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title
- the title to set
getUserPrincipalName
public java.lang.String getUserPrincipalName()
- Returns:
- the userPrincipalName
setUserPrincipalName
public void setUserPrincipalName(java.lang.String userPrincipalName)
- Parameters:
userPrincipalName
- the userPrincipalName to set
getLastLogon
public java.util.Date getLastLogon()
- Returns:
- the lastLogon
setLastLogon
public void setLastLogon(java.util.Date lastLogon)
- Parameters:
lastLogon
-
getExtensionAttribute7
public java.lang.String getExtensionAttribute7()
- Returns:
- the extensionAttribute7
setExtensionAttribute7
public void setExtensionAttribute7(java.lang.String extensionAttribute7)
- Parameters:
extensionAttribute7
- the extensionAttribute7 to set
getExtensionAttribute6
public java.lang.String getExtensionAttribute6()
- Returns:
- the extensionAttribute6
setExtensionAttribute6
public void setExtensionAttribute6(java.lang.String extensionAttribute6)
- Parameters:
extensionAttribute6
- the extensionAttribute6 to set
Copyright © 2007 null. All Rights Reserved.