Uses of Class
com.soffid.iam.iga.api.AccessControl
Packages that use AccessControl
Package
Description
-
Uses of AccessControl in com.soffid.iam.iga.api
Methods in com.soffid.iam.iga.api that return types with arguments of type AccessControlModifier and TypeMethodDescriptionSystemAccessControl.getControlAcces()Gets value for attribute controlAccesMethod parameters in com.soffid.iam.iga.api with type arguments of type AccessControlModifier and TypeMethodDescriptionvoidSystemAccessControl.setControlAcces(List<AccessControl> controlAcces) Sets value for attribute controlAccesConstructors in com.soffid.iam.iga.api with parameters of type AccessControlConstructor parameters in com.soffid.iam.iga.api with type arguments of type AccessControlModifierConstructorDescriptionSystemAccessControl(String system, Boolean enabled, List<AccessControl> controlAcces) -
Uses of AccessControl in com.soffid.iam.iga.service
Methods in com.soffid.iam.iga.service that return AccessControlModifier and TypeMethodDescriptionDispatcherService.create(AccessControl controlAcces) Operation createDispatcherService.update(AccessControl controlAcces) Operation updateMethods in com.soffid.iam.iga.service that return types with arguments of type AccessControlModifier and TypeMethodDescriptionDispatcherService.findAccessControlByDispatcherName(String codiAgent) Operation findAccessControlByDispatcherNameDispatcherService.getAccessControl(System agent) Operation getAccessControlMethods in com.soffid.iam.iga.service with parameters of type AccessControlModifier and TypeMethodDescriptionDispatcherService.create(AccessControl controlAcces) Operation createvoidDispatcherService.delete(AccessControl controlAcces) Operation deleteDispatcherService.update(AccessControl controlAcces) Operation update -
Uses of AccessControl in com.soffid.iam.iga.service.ejb
Methods in com.soffid.iam.iga.service.ejb that return AccessControlModifier and TypeMethodDescriptionDispatcherService.create(AccessControl controlAcces) DispatcherService.update(AccessControl controlAcces) Methods in com.soffid.iam.iga.service.ejb that return types with arguments of type AccessControlModifier and TypeMethodDescriptionDispatcherService.findAccessControlByDispatcherName(String codiAgent) DispatcherService.getAccessControl(System agent) Methods in com.soffid.iam.iga.service.ejb with parameters of type AccessControlModifier and TypeMethodDescriptionDispatcherService.create(AccessControl controlAcces) voidDispatcherService.delete(AccessControl controlAcces) DispatcherService.update(AccessControl controlAcces)