Uses of Interface
com.soffid.iam.service.ACLService
-
Packages that use ACLService Package Description com.soffid.iam com.soffid.iam.model com.soffid.iam.service es.caib.seycon.ng -
-
Uses of ACLService in com.soffid.iam
Methods in com.soffid.iam that return ACLService Modifier and Type Method Description ACLServiceServiceLocator. getACLService()Gets an instance ofACLService. -
Uses of ACLService in com.soffid.iam.model
Methods in com.soffid.iam.model that return ACLService Modifier and Type Method Description ACLServiceAccountEntityDaoBase. getACLService()Gets reference toaCLService.ACLServiceVaultFolderEntityDaoBase. getACLService()Gets reference toaCLService.Methods in com.soffid.iam.model with parameters of type ACLService Modifier and Type Method Description voidAccountEntityDaoBase. setACLService(ACLService aCLService)Sets reference toaCLService.voidVaultFolderEntityDaoBase. setACLService(ACLService aCLService)Sets reference toaCLService. -
Uses of ACLService in com.soffid.iam.service
Classes in com.soffid.iam.service that implement ACLService Modifier and Type Class Description classACLServiceBaseSpring Service base class forcom.soffid.iam.service.ACLService, provides access to all services and entities referenced by this service.classACLServiceImpl -
Uses of ACLService in es.caib.seycon.ng
Methods in es.caib.seycon.ng that return ACLService Modifier and Type Method Description ACLServiceServiceLocator. getACLService()Gets an instance ofACLService.
-