Modifier and Type | Class and Description |
---|---|
class |
BasicGroupImpl
Represents the "basic" model where users are part of groups, but nothing
else.
|
class |
BasicUserImpl
Represents the "basic" model where users can be part of multiple groups
directly, with no roles or permissions.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicGroupImpl
Represents the "dynamic" model where permissions are related to roles, roles
are related to groups and groups are related to userSet, all in many to many
relationships.
|
class |
DynamicPermissionImpl
Represents the "simple" model where permissions are related to roles, roles
are related to groups and groups are related to users, all in many to many
relationships.
|
class |
DynamicRoleImpl
Represents the "simple" model where permissions are related to roles, roles
are related to groups and groups are related to users, all in many to many
relationships.
|
class |
DynamicUserImpl
Represents the "simple" model where permissions are related to roles, roles
are related to groups and groups are related to users, all in many to many
relationships.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTurbineSecurityEntityImpl
Represents the "turbine" model where permissions are in a many to many
relationship to roles, roles are related to groups are related to users, all
in many to many relationships.
|
class |
TurbineGroupImpl
Represents the "turbine" model where permissions are in a many to many
relationship to roles, roles are related to groups are related to users, all
in many to many relationships.
|
class |
TurbinePermissionImpl
Represents the "turbine" model where permissions are in a many to many
relationship to roles, roles are related to groups are related to users, all
in many to many relationships.
|
class |
TurbineRoleImpl
Represents the "turbine" model where permissions are in a many to many
relationship to roles, roles are related to groups are related to users, all
in many to many relationships.
|
class |
TurbineUserImpl
Represents the "turbine" model where permissions are in a many to many
relationship to roles, roles are related to groups are related to users, all
in many to many relationships.
|
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.