@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Tue Aug 26 18:11:02 CEST 2014") public interface SecurityUser extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_EXTERNAL_ID |
static String |
PROPERTY_LOGIN |
static String |
PROPERTY_PASSWORD |
static String |
PROPERTY_SECURITY_ROLE |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllSecurityRole(Collection<SecurityRole> securityRole) |
void |
addSecurityRole(SecurityRole securityRole) |
void |
clearSecurityRole() |
boolean |
containsSecurityRole(SecurityRole securityRole) |
String |
getExternalId() |
String |
getLogin() |
String |
getPassword() |
Collection<SecurityRole> |
getSecurityRole() |
SecurityRole |
getSecurityRoleByTopiaId(String topiaId) |
Collection<String> |
getSecurityRoleTopiaIds() |
boolean |
isSecurityRoleEmpty() |
boolean |
isSecurityRoleNotEmpty() |
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, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_LOGIN
static final String PROPERTY_PASSWORD
static final String PROPERTY_EXTERNAL_ID
static final String PROPERTY_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)
Collection<String> getSecurityRoleTopiaIds()
int sizeSecurityRole()
boolean isSecurityRoleEmpty()
boolean isSecurityRoleNotEmpty()
boolean containsSecurityRole(SecurityRole securityRole)
Copyright © 2010–2014 CodeLutin. All rights reserved.