Uses of Class
org.activiti.cloud.identity.model.SecurityResponseRepresentation
-
Packages that use SecurityResponseRepresentation Package Description org.activiti.cloud.identity org.activiti.cloud.identity.web.controller -
-
Uses of SecurityResponseRepresentation in org.activiti.cloud.identity
Methods in org.activiti.cloud.identity that return types with arguments of type SecurityResponseRepresentation Modifier and Type Method Description List<SecurityResponseRepresentation>IdentityManagementService. getApplicationPermissions(String application, Set<String> roles) -
Uses of SecurityResponseRepresentation in org.activiti.cloud.identity.web.controller
Methods in org.activiti.cloud.identity.web.controller that return types with arguments of type SecurityResponseRepresentation Modifier and Type Method Description List<SecurityResponseRepresentation>IdentityManagementController. getApplicationPermissions(String application, Set<String> roles)
-