Index

A C D F G L O P R U V 
All Classes and Interfaces|All Packages|Serialized Form

A

AccountHbmDAO - Class in org.europa.together.application.acl
Implementation of the AccountDAO.
AccountHbmDAO() - Constructor for class org.europa.together.application.acl.AccountHbmDAO
Default Constructor.
AccountService - Class in org.europa.together.service.acl
RESTful Service for Accounts.
AccountService() - Constructor for class org.europa.together.service.acl.AccountService
 
AclConfiguartionService - Class in org.europa.together.service.acl
RESTful Service for ACL Configuration.
AclConfiguartionService() - Constructor for class org.europa.together.service.acl.AclConfiguartionService
 

C

createAccount(AccountDO) - Method in class org.europa.together.service.acl.AccountService
 
createPermission(PermissionDO) - Method in class org.europa.together.service.acl.PermissionService
 
createResource(ResourcesDO) - Method in class org.europa.together.service.acl.ResourceService
 
createRole(RolesDO) - Method in class org.europa.together.service.acl.RoleService
 

D

deactivateAccount(String) - Method in class org.europa.together.application.acl.AccountHbmDAO
 
deactivateAccount(String) - Method in class org.europa.together.service.acl.AccountService
 
delete(String) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
Deprecated.
delete(String) - Method in class org.europa.together.application.acl.RolesHbmDAO
 
delete(ResourcesDO) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
 
deleteAccount(String) - Method in class org.europa.together.service.acl.AccountService
 
deletePermission(String) - Method in class org.europa.together.service.acl.PermissionService
 
deleteResource(String, String) - Method in class org.europa.together.service.acl.ResourceService
 
deleteRole(String) - Method in class org.europa.together.service.acl.RoleService
 
doLogout(String) - Method in class org.europa.together.application.acl.LoginHbmDAO
 

F

fetchAccount(String) - Method in class org.europa.together.service.acl.AccountService
 
fetchAccountsOfRole(String) - Method in class org.europa.together.service.acl.AccountService
 
fetchActivatedAccount() - Method in class org.europa.together.service.acl.AccountService
 
fetchAllAccounts(String) - Method in class org.europa.together.service.acl.AccountService
 
fetchAllPermissions() - Method in class org.europa.together.service.acl.PermissionService
 
fetchAllPermissionsOfARole(String) - Method in class org.europa.together.service.acl.PermissionService
 
fetchAllResources() - Method in class org.europa.together.service.acl.ResourceService
 
fetchAllRoles() - Method in class org.europa.together.service.acl.RoleService
 
fetchDeactivatedAccount() - Method in class org.europa.together.service.acl.AccountService
 
fetchLoginsOfAccount(String) - Method in class org.europa.together.service.acl.AccountService
 
fetchNotConfirmedAccount() - Method in class org.europa.together.service.acl.AccountService
 
fetchPermission(String) - Method in class org.europa.together.service.acl.PermissionService
 
fetchProtectedResources() - Method in class org.europa.together.service.acl.ResourceService
 
fetchProtectedRoles() - Method in class org.europa.together.service.acl.RoleService
 
fetchResource(String, String) - Method in class org.europa.together.service.acl.ResourceService
 
fetchResourceOfSameType(String) - Method in class org.europa.together.service.acl.ResourceService
 
fetchRole(String) - Method in class org.europa.together.service.acl.RoleService
 
find(String) - Method in class org.europa.together.application.acl.PermissionHbmDAO
 
find(String) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
 
find(String, String) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
 
find(String, String, String) - Method in class org.europa.together.application.acl.PermissionHbmDAO
 
findAccountByVerificationCode(String) - Method in class org.europa.together.application.acl.AccountHbmDAO
 

G

getConfiguration() - Method in class org.europa.together.service.acl.AclConfiguartionService
 
getLoginsFromAccount(String) - Method in class org.europa.together.application.acl.LoginHbmDAO
 

L

listAccountsOfRole(String) - Method in class org.europa.together.application.acl.AccountHbmDAO
 
listActivatedAccounts() - Method in class org.europa.together.application.acl.AccountHbmDAO
 
listDeactivatedAccounts() - Method in class org.europa.together.application.acl.AccountHbmDAO
 
listNotConfirmedAccounts() - Method in class org.europa.together.application.acl.AccountHbmDAO
 
listProtectedResources() - Method in class org.europa.together.application.acl.ResourcesHbmDAO
 
listProtectedRoles() - Method in class org.europa.together.application.acl.RolesHbmDAO
 
listRegisterdAcountsAfterDate(Timestamp) - Method in class org.europa.together.application.acl.AccountHbmDAO
 
listRegisterdAcountsBeforeDate(Timestamp) - Method in class org.europa.together.application.acl.AccountHbmDAO
 
listResourcesOfSameType(String) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
 
listRolePermissions(String) - Method in class org.europa.together.application.acl.PermissionHbmDAO
 
login(String, String) - Method in class org.europa.together.orchestration.acl.LoginLogout
 
LoginHbmDAO - Class in org.europa.together.application.acl
Implementation of the LoginDAO.
LoginHbmDAO() - Constructor for class org.europa.together.application.acl.LoginHbmDAO
Default Constructor.
LoginLogout - Class in org.europa.together.orchestration.acl
Authehtification Service.
LoginLogout() - Constructor for class org.europa.together.orchestration.acl.LoginLogout
Default Constructor.
logout(String) - Method in class org.europa.together.orchestration.acl.LoginLogout
 

O

org.europa.together.application.acl - package org.europa.together.application.acl
01 Application Layer: Implementation of the Application Logic.
org.europa.together.orchestration.acl - package org.europa.together.orchestration.acl
04 Orchestration Layer: Compose different Services to a new Service for usage in the Presentation Layer.
org.europa.together.service.acl - package org.europa.together.service.acl
03 Service Layer: Use the Business Layer to implement the Services and RESTful Services.

P

PermissionHbmDAO - Class in org.europa.together.application.acl
Implementation of the PermissionDAO.
PermissionHbmDAO() - Constructor for class org.europa.together.application.acl.PermissionHbmDAO
Default Constructor.
PermissionService - Class in org.europa.together.service.acl
RESTful Service for Resources.
PermissionService() - Constructor for class org.europa.together.service.acl.PermissionService
 

R

register(String, String) - Method in class org.europa.together.orchestration.acl.Registration
 
Registration - Class in org.europa.together.orchestration.acl
User Registration Service.
Registration() - Constructor for class org.europa.together.orchestration.acl.Registration
 
resetModuleToDefault() - Method in class org.europa.together.service.acl.AclConfiguartionService
 
ResetPassword - Class in org.europa.together.orchestration.acl
Password chaniging Service.
ResetPassword() - Constructor for class org.europa.together.orchestration.acl.ResetPassword
 
ResourceService - Class in org.europa.together.service.acl
RESTful Service for Resources.
ResourceService() - Constructor for class org.europa.together.service.acl.ResourceService
 
ResourcesHbmDAO - Class in org.europa.together.application.acl
Implementation of the ResourcesDAO.
ResourcesHbmDAO() - Constructor for class org.europa.together.application.acl.ResourcesHbmDAO
Default Constructor.
RoleService - Class in org.europa.together.service.acl
RESTful Service for Roles.
RoleService() - Constructor for class org.europa.together.service.acl.RoleService
 
RolesHbmDAO - Class in org.europa.together.application.acl
Implementation of the RolesDAO.
RolesHbmDAO() - Constructor for class org.europa.together.application.acl.RolesHbmDAO
Default Constructor.

U

update(String, ResourcesDO) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
Deprecated.
update(ResourcesDO) - Method in class org.europa.together.application.acl.ResourcesHbmDAO
 
updateAccount(AccountDO) - Method in class org.europa.together.service.acl.AccountService
 
updateConfiguration() - Method in class org.europa.together.service.acl.AclConfiguartionService
 
updatePermission(PermissionDO) - Method in class org.europa.together.service.acl.PermissionService
 
updateResource(ResourcesDO) - Method in class org.europa.together.service.acl.ResourceService
 
updateRole(RolesDO) - Method in class org.europa.together.service.acl.RoleService
 

V

verifyAccount(String) - Method in class org.europa.together.application.acl.AccountHbmDAO
 
verifyAccount(String) - Method in class org.europa.together.orchestration.acl.Registration
 
verifyAccount(String) - Method in class org.europa.together.service.acl.AccountService
 
A C D F G L O P R U V 
All Classes and Interfaces|All Packages|Serialized Form