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 ACLService
ServiceLocator. 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 ACLService
AccountEntityDaoBase. getACLService()
Gets reference toaCLService
.ACLService
VaultFolderEntityDaoBase. getACLService()
Gets reference toaCLService
.Methods in com.soffid.iam.model with parameters of type ACLService Modifier and Type Method Description void
AccountEntityDaoBase. setACLService(ACLService aCLService)
Sets reference toaCLService
.void
VaultFolderEntityDaoBase. 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 class
ACLServiceBase
Spring Service base class forcom.soffid.iam.service.ACLService
, provides access to all services and entities referenced by this service.class
ACLServiceImpl
-
Uses of ACLService in es.caib.seycon.ng
Methods in es.caib.seycon.ng that return ACLService Modifier and Type Method Description ACLService
ServiceLocator. getACLService()
Gets an instance ofACLService
.
-