Schnittstelle SecurityEntity
- Alle Superschnittstellen:
Serializable
- Alle bekannten Unterschnittstellen:
BasicGroup
,BasicUser
,DynamicGroup
,DynamicPermission
,DynamicRole
,DynamicUser
,ExtendedUser
,Group
,Permission
,Role
,TurbineGroup
,TurbinePermission
,TurbineRole
,TurbineUser
,User
- Alle bekannten Implementierungsklassen:
AbstractTurbineSecurityEntityImpl
,BasicGroupImpl
,BasicUserImpl
,DynamicGroupImpl
,DynamicPermissionImpl
,DynamicRoleImpl
,DynamicUserImpl
,SecurityEntityImpl
,TurbineGroupImpl
,TurbinePermissionImpl
,TurbineRoleImpl
,TurbineUserImpl
This classes is the base class for any security entity including groups,
users, roles and permissions (and potentially others depending on the model
chosen)
- Version:
- $Id$
- Autor:
- Eric Pugh, Rafal Krzewski, Henning P. Schmiedehausen, Marco Knüttel
-
Methodenübersicht
-
Methodendetails
-
getName
String getName()Get the Name of the SecurityEntity.- Gibt zurück:
- The Name of the SecurityEntity.
-
setName
Sets the Name of the SecurityEntity.- Parameter:
name
- Name of the SecurityEntity.
-
getId
Object getId()Get the Id of the SecurityEntity.- Gibt zurück:
- The Id of the SecurityEntity.
-
setId
Sets the Id of the SecurityEntity.- Parameter:
id
- The new Id of the SecurityEntity
-