deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial)

Uses of Class
org.deegree.security.drm.model.Service

Packages that use Service
org.deegree.security.drm   
 

Uses of Service in org.deegree.security.drm
 

Methods in org.deegree.security.drm that return Service
 Service SQLRegistry.getServiceByAddress(SecurityAccess access, String address)
           
 Service SecurityRegistry.getServiceByAddress(SecurityAccess access, String address)
           
 Service SecurityAccess.getServiceByAddress(String address)
           
 Service SecurityAccess.getServiceById(int id)
           
 Service SQLRegistry.getServiceById(SecurityAccess access, int id)
           
 Service SecurityRegistry.getServiceById(SecurityAccess access, int id)
           
 Service SQLRegistry.registerService(SecurityTransaction transaction, String address, String title, List<StringPair> objects, String type)
           
 Service SecurityRegistry.registerService(SecurityTransaction transaction, String address, String title, List<StringPair> objects, String type)
           
 Service SecurityTransaction.registerService(String address, String title, List<StringPair> objects, String type)
           
 

Methods in org.deegree.security.drm that return types with arguments of type Service
 LinkedList<Service> SecurityAccess.getAllServices()
           
 LinkedList<Service> SQLRegistry.getAllServices(SecurityAccess access)
           
 LinkedList<Service> SecurityRegistry.getAllServices(SecurityAccess access)
           
 LinkedList<Service> SecurityAccess.getRolesServices(Role role)
           
 LinkedList<Service> SQLRegistry.getRolesServices(SecurityAccess access, Role role)
           
 LinkedList<Service> SecurityRegistry.getRolesServices(SecurityAccess access, Role role)
           
 

Methods in org.deegree.security.drm with parameters of type Service
 void SQLRegistry.deregisterService(SecurityTransaction transaction, Service service)
           
 void SecurityRegistry.deregisterService(SecurityTransaction transaction, Service service)
           
 void SecurityTransaction.deregisterService(Service service)
           
 void SQLRegistry.editService(SecurityTransaction transaction, Service service, String newTitle, String newAddress)
           
 void SecurityRegistry.editService(SecurityTransaction securityTransaction, Service service, String newTitle, String newAddress)
           
 void SecurityTransaction.editService(Service service, String newTitle, String newAddress)
           
 String SecurityAccess.getConstraints(Role role, Service service)
           
 String SQLRegistry.getConstraints(SecurityAccess access, Role role, Service service)
           
 String SecurityRegistry.getConstraints(SecurityAccess access, Role role, Service service)
           
 boolean SQLRegistry.hasServiceRight(SecurityAccess access, Service service, Role role, RightType right)
           
 boolean SecurityRegistry.hasServiceRight(SecurityAccess access, Service service, Role role, RightType right)
           
 boolean SecurityAccess.hasServiceRight(Service service, Role role, RightType right)
           
 void SQLRegistry.renameObject(SecurityTransaction transaction, Service service, String oldName, String newName)
           
 void SecurityRegistry.renameObject(SecurityTransaction securityTransaction, Service service, String oldName, String newName)
           
 void SecurityTransaction.renameObject(Service service, String oldName, String newName)
           
 void SQLRegistry.setConstraints(SecurityTransaction transaction, Service service, Role role, String constraints)
           
 void SecurityRegistry.setConstraints(SecurityTransaction transaction, Service service, Role role, String constraints)
           
 void SecurityTransaction.setConstraints(Service service, Role role, String constraints)
           
 void SQLRegistry.setServiceRight(SecurityTransaction transaction, Service service, Role role, RightType right)
           
 void SecurityRegistry.setServiceRight(SecurityTransaction transaction, Service service, Role role, RightType right)
           
 void SecurityTransaction.setServiceRight(Service service, Role role, RightType right)
           
 void SQLRegistry.updateService(SecurityTransaction transaction, Service oldService, Service newService)
           
 void SecurityRegistry.updateService(SecurityTransaction securityTransaction, Service oldService, Service newService)
           
 void SecurityTransaction.updateService(Service oldService, Service newService)
           
 


deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org