@Entity public class LdapUserEntity extends UserEntity
| Modifier | Constructor and Description |
|---|---|
protected |
LdapUserEntity() |
|
LdapUserEntity(LoginTypeEntity loginType,
AuthenticationMethodEntity authenticationMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(UserEntityVisitor userEntityVisitor)
Performs some processing on a user entity.
|
getAuthenticationMethod, getCreated, getDepartment, getEmail, getFirstName, getFullName, getId, getLastLogin, getLastName, getLoginType, getOrganization, getRoles, getTitle, getUsername, isActive, setActive, setCreated, setDepartment, setEmail, setFirstName, setFullName, setId, setLastLogin, setLastName, setOrganization, setRoles, setTitle, setUsername, toStringpublic LdapUserEntity(LoginTypeEntity loginType, AuthenticationMethodEntity authenticationMethod)
protected LdapUserEntity()
public void accept(UserEntityVisitor userEntityVisitor)
UserEntityVisitableuserEntityVisitor - a UserEntityVisitor.Copyright © 2012–2016 Emory University. All rights reserved.