public interface SecurityUser
extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTERNAL_ID |
static String |
LOGIN |
static String |
PASSWORD |
static String |
SECURITY_ROLE |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllSecurityRole(Collection<SecurityRole> securityRole) |
void |
addSecurityRole(SecurityRole securityRole) |
void |
clearSecurityRole() |
String |
getExternalId() |
String |
getLogin() |
String |
getPassword() |
Collection<SecurityRole> |
getSecurityRole() |
SecurityRole |
getSecurityRoleByTopiaId(String topiaId) |
boolean |
isSecurityRoleEmpty() |
void |
removeSecurityRole(SecurityRole securityRole) |
void |
setExternalId(String externalId) |
void |
setLogin(String login) |
void |
setPassword(String password) |
void |
setSecurityRole(Collection<SecurityRole> securityRole) |
int |
sizeSecurityRole() |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String LOGIN
static final String PASSWORD
static final String EXTERNAL_ID
static final String SECURITY_ROLE
void setLogin(String login)
String getLogin()
void setPassword(String password)
String getPassword()
void setExternalId(String externalId)
String getExternalId()
void addSecurityRole(SecurityRole securityRole)
void addAllSecurityRole(Collection<SecurityRole> securityRole)
void setSecurityRole(Collection<SecurityRole> securityRole)
void removeSecurityRole(SecurityRole securityRole)
void clearSecurityRole()
Collection<SecurityRole> getSecurityRole()
SecurityRole getSecurityRoleByTopiaId(String topiaId)
int sizeSecurityRole()
boolean isSecurityRoleEmpty()
Copyright © 2010-2012 CodeLutin. All Rights Reserved.