| AclClass |
ACL Class provides a unique identifier for ACL-aware entity types.
|
| AclEntry |
|
| AclObjectIdentity |
ACL Object Identity represents a specific ACL-aware entity (combination of
AclClass and {#link objectIdIdentity}).
|
| AclSid |
ACL SID uniquely identifies any principal or authority in the system ("SID"
stands for "security identity").
|
| BasicUser<R extends org.springframework.security.core.GrantedAuthority> |
The Class BasicUser.
|
| QAclClass |
QAclClass is a Querydsl query type for AclClass
|
| QAclEntry |
QAclEntry is a Querydsl query type for AclEntry
|
| QAclObjectIdentity |
QAclObjectIdentity is a Querydsl query type for AclObjectIdentity
|
| QAclSid |
QAclSid is a Querydsl query type for AclSid
|
| QBasicUser |
QBasicUser is a Querydsl query type for BasicUser
|