|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthRole | |
---|---|
ch.bouquet.jpa.data | |
ch.bouquet.jpa.domain |
Uses of AuthRole in ch.bouquet.jpa.data |
---|
Fields in ch.bouquet.jpa.data with type parameters of type AuthRole | |
---|---|
(package private) java.util.List<AuthRole> |
DataLoader.authRoleList
list of loaded authenticated roles including the auto generated primary keys |
Methods in ch.bouquet.jpa.data that return AuthRole | |
---|---|
private AuthRole |
DataLoader.createAuthRole(java.lang.String name)
Create a authenticated role |
Methods in ch.bouquet.jpa.data that return types with arguments of type AuthRole | |
---|---|
private java.util.List<AuthRole> |
DataLoader.createAuthRoles()
Create test data for the authenticated roles |
Methods in ch.bouquet.jpa.data with parameters of type AuthRole | |
---|---|
private AuthUser |
DataLoader.createAuthUser(java.lang.String uid,
java.lang.String pwd,
java.lang.String encryptionVersion,
int state,
AuthRole role)
Create a authenticated user |
Uses of AuthRole in ch.bouquet.jpa.domain |
---|
Fields in ch.bouquet.jpa.domain with type parameters of type AuthRole | |
---|---|
private java.util.Set<AuthRole> |
AuthUser.authRoleList
Authenticated role list of the authenticated user. |
Methods in ch.bouquet.jpa.domain that return types with arguments of type AuthRole | |
---|---|
java.util.Set<AuthRole> |
AuthUser.getAuthRoleList()
Get auth role list |
Method parameters in ch.bouquet.jpa.domain with type arguments of type AuthRole | |
---|---|
void |
AuthUser.setAuthRoleList(java.util.Set<AuthRole> authRoleList)
Set auth role list |
Constructor parameters in ch.bouquet.jpa.domain with type arguments of type AuthRole | |
---|---|
AuthUser(java.lang.String uid,
java.lang.String pwd,
java.lang.String encryptionVersion,
int state,
java.util.Date lastLoginDat,
java.util.Set<AuthRole> authRoleList)
Constructor |
|
AuthUser(java.lang.String uid,
java.lang.String pwd,
java.lang.String encryptionVersion,
int state,
java.util.Set<AuthRole> authRoleList)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |